Works for IE not Netscape, sigh.
-
So tired. Was working away editing a theme I liked.
It started to look great in IE and I figured I should check it with Firefox. Of course all fu**ed up.
Now I just can’t figure out what causes the problem.This is my site:
https://www.scrappa.comThe grey-looking border and the white background is gone. It works in the header, but doesnt’t appear after that.
I know it’s div b1, b2 and b3 that controlls it, and they look like this:
#b1 {
margin: 0 auto;
width: 86.4em;
border-left: #acacad 1px solid;
border-right: #acacad 1px solid;
display: block;
}/* OK */
#b2 {
width: 86.2em;
border-left: #818281 1px solid;
border-right: #818281 1px solid;
}/* OK */
#b3 {
width: 86em;
border-left: #626261 1px solid;
border-right: #626261 1px solid;
background: #ffffff;
text-align: left;
- The topic ‘Works for IE not Netscape, sigh.’ is closed to new replies.