Firefox is cutting off background image

kralspace
avatar
rank newbie

newbie


Posts: 10
Joined: 2006-02-02

I have a background image that is completely 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

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 Shocked

wolfcry911
wolfcry911's picture
rank Guru

Guru


Posts: 2792
Joined: 2004-09-01
Location: MA, USA

add clear: both; to #footer

add clear: both; to #footer

kralspace
kralspace's picture
rank newbie

newbie


Posts: 10
Joined: 2006-02-02

OMG, thank you so much!

Thumbs up it did it! thank you so much for your time. I thought my footer was out of the way, but obiviously it wasn't.

I posted this question Thumbs up on 3 different forums, do you mind if I post your solution, giving you and this site credit?

gratefully, Kathy

wolfcry911
wolfcry911's picture
rank Guru

Guru


Posts: 2792
Joined: 2004-09-01
Location: MA, USA

no, I don't mind, please do

no, I don't mind, please do post the solution.
In the future, it's best to only post to one forum for a time. There may be others wasting their time trying to solve this while it's already been answered.

kralspace
kralspace's picture
rank newbie

newbie


Posts: 10
Joined: 2006-02-02

will do!

You're right, I'll remember that, meanwhile I'll let them know my mystery is solved.

Kathy