K
Klaas
I want the backgrond of my whole page in gradient.
In the source tab I have:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div style="width: 100%; height: 100%; filter:
progidXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr='#0000FF',
EndColorStr='#000000')">
</div>
</form>
</body>
</html>
In the design view everything looks like I want, but in runtime the height
isnt 100% ??? :-s
I also tried a panel but with no luck...
How can I fill the whole page? (dynamicly)
In the source tab I have:
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div style="width: 100%; height: 100%; filter:
progidXImageTransform.Microsoft.Gradient(GradientType=0,
StartColorStr='#0000FF',
EndColorStr='#000000')">
</div>
</form>
</body>
</html>
In the design view everything looks like I want, but in runtime the height
isnt 100% ??? :-s
I also tried a panel but with no luck...
How can I fill the whole page? (dynamicly)