kralspace Posted July 23, 2008 Share Posted July 23, 2008 ??? Hi gurus, I have a background image that is showing correctly in IE, but is cut off at the bottom in Firefox. I tried assigning a height, but it applied it to the container, not the image. I'd appreciate if someone could tell me what I'm doing wrong...as usual...lol. It's the part of the image beneath the menu on the left, it should fade out. here is the webpage: http://www.cordonline.net/worksite/ and here is the stylesheet code: <code> #container { margin: 0px auto; width: 800px; text-align: left; border: 2px solid #104D8C; background-color: #ffffff; background-image: url(../images/stem-banner.jpg); background-repeat: no-repeat; background-position: left top; z-index:1; } </code> thanks, as always, Kathy Link to comment https://forums.phpfreaks.com/topic/116277-solved-firefox-cuts-off-bottom-of-background-image/ Share on other sites More sharing options...
kralspace Posted July 23, 2008 Author Share Posted July 23, 2008 I hate to leave a question unresolved incase it can help someone else, I received a suggestion that worked from http://csscreator.com/node/30925#comment-132295 Wolfguy had me add a clear: both to my footer and it works great! Link to comment https://forums.phpfreaks.com/topic/116277-solved-firefox-cuts-off-bottom-of-background-image/#findComment-597973 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.