Wierd IE6 bug?
http://www.fadedme.com/FM_newsite/template.html
In IE6 part of the background in the content area disappears so the the background of the element behind it shows through. If you scroll down and back up it'll change a bit. This doesn't happen in Firefox 1.0.4. Any ideas?
demonhale posted this at 02:21 — 22nd June 2005.
He has: 3,278 posts
Joined: May 2005
If you give me the freedom to edit your Stylesheet, I just edited/added a few lines of code to fix that Said bug in IE6...
Tell me what you think...
Heres your CSS...(Anyways the image names is different coz i saved it, just rename them as necessary)
body
{
background-image: url(backgrou.gif);
background-repeat: repeat-x;
background-color: #49382A;
}
#container
{
padding: 10px 10px 10px 10px;
margin: 0 auto 0 auto;
width: 668px;
height: 100%;
}
#header
{
height: 123px;
width: 666px;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
}
#navbar
{
border-left: 1px solid white;
border-right: 1px solid white;
height: 51px;
}
#content
{
background-image: url(content-.jpg);
background-repeat: no-repeat;
background-color: #757575;
border-left: 1px solid white;
border-right: 1px solid white;
border-bottom: 1px solid white;
min-height: 475px;
padding: 5px 5px 7px 7px;
height: 100%;
color: white;
}
#logo
{
margin: 10px 0 0 0;
text-align: right;
}
.image-no-border
{
border: 0;
}
#first-paragraph
{
margin-top: -5px;
}
bja888 (not verified) posted this at 04:41 — 22nd June 2005.
They have: 5,633 posts
Joined: Jan 1970
I got a idea! Make everyone switch to firefox! You should keep this page around. Start some web site like... "IEghosts.com" after all it is kinda spooky!
IanD posted this at 17:31 — 22nd June 2005.
They have: 222 posts
Joined: Sep 1999
That fixed it, thanks demonhale.
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.