Height/position specified as percentage
Hello
I am writing a web app and want to specify my height of tables, etc as a percentage. When i set the percentages then nothing is visible or if assign a percentage to labels which i want to appear at the bottom using statement
<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>
In design mode it looks ok but when i run the application, the label appears at the top of the page and the table rows specified as a percentage disappear.
Can anyone tell me what i am doing wrong?
regards
Guy
|