Aligning the BG
-
The css stylesheet uses an image for the background on my website, https://www.sentient.mmgtv.org. For some reason though, it is only showing up centered on some browsers. On most IE browsers it does not work. It also doesn’t work with Firefox 4 or 5.
Any help please? Here is the code:
body { background:#000000 url(https://www.mmgtv.org/sentient/images/bg.png) no-repeat fixed top center; display: block; margin: 0; padding: 0; text-align: center; top center no-repeat; color:#666; } .topbar { background:URL(../images/topbar.png) top left repeat-x; position:relative; top:0; left:0; height:6px; } .imgborder { background:#FFFFFF; padding:3px; border:1px solid #ccc;}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Aligning the BG’ is closed to new replies.