percentage height
Hello
I am writing a web app using VS 2005 and i want to set the height and width of my table row/columns as a percentage to accomodate different screen size/resolutions however with everything set in pixels everything is OK but when i alter the settings to percent the header disappear and my labels which i want to see at the bottom of the page (eg
<asp:Label ID="LCopyright" runat="server" Style="z-index: 106; left: 165px; position: absolute; top: 97%" Text="BLAH BLAH BLAH" ForeColor="DarkGray" Font-Names="Verdana" Font-Size="8pt"></asp:Label> ) actually appears at the top of the page.
Can anyone tell me what am i doing wrong.
regards
Guy
|