Is there a way to make the gradient only show once (at the top) then once the gradient image ends (bottom of the gradient background image) - have a solid colour for the rest of the page?
Like this:

Thanks in advance.
Posted 28 March 2005 - 02:09 AM

Posted 28 March 2005 - 03:45 AM
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-color: #999999;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
.gradient {
background: url(image url here);
}
-->
</style></head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="gradient" height="368">Add content here like the banner and some other content that gets updated often like Latest Tut, SOTW, wSOTW, 5 latest threads on forum etc... </td>
</tr>
<tr>
<td>Content and any extra side bars go here </td>
</tr>
</table>
</body>
</html>

Posted 28 March 2005 - 04:27 AM
Posted 28 March 2005 - 04:42 AM
Posted 28 March 2005 - 10:06 AM
body { background: #FFF url(BG.GIF) top left repeat-x; background-attachment: fixed; }
Posted 28 March 2005 - 10:23 PM
Posted 28 March 2005 - 10:57 PM
Posted 28 March 2005 - 11:30 PM
Posted 29 March 2005 - 02:49 PM
Posted 29 March 2005 - 09:12 PM
Posted 29 March 2005 - 09:27 PM
0 members, 1 guests, 0 anonymous users