I'm sorry if my question was a bit vague..
If you resize your your window so it's small in the vertical direction & then refresh the page in netscape & begin scrolling downward, you lose the background of the <div container> element, and it looks ugly.
Is there a way to fix this while...
I'm sorry; my CSS code has a minor mistake:
html, body {
font: 16px verdana, arial, helvetica, sans-serif;
background : #333333 top center;
text-align : center; /* That Explorer Malarkey */
*/height: 100%;*/
}
should have been:
html, body {
font: 16px verdana, arial...
Hello,
I'm trying to make my design consistent across various browsers and I can't get a page to display properly with Netscape.
Here's my general div layout:
<html>
<body>
<div containter>
<div header></div>
<div content></div>
<div footer></div>
</div>
</body>
</html>
You may view the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.