kdzine
08-02-2010, 12:41 PM
I am very new to CSS and I can't figure out why one of the background images for my site looks fine in IE but it doesn't display correctly in FF. I've looked at a number of threads, but none of those suggestions are correcting my problem.
Here's the CSS code referencing the background image:
.topSlideAndBanner{ background-image:url('images/slideContainerBg.png'); width:975px; height:327px; background-repeat:repeat-x; }
.topSlideAndBanner2{ background-image:url('images/slideContainerBg2.jpg'); width:975px; height:77px; background-repeat:repeat-x; }
.slideNadd{ padding:10px 10px 10px 8px;}
.slideContainer{ width:auto; height:auto; float:left;}
.bannerContainer{ width:auto; height:250px; padding:8px 0 0 10px ;}
Here's the link to the website, http://calanmorningshow.com
Here's the CSS code referencing the background image:
.topSlideAndBanner{ background-image:url('images/slideContainerBg.png'); width:975px; height:327px; background-repeat:repeat-x; }
.topSlideAndBanner2{ background-image:url('images/slideContainerBg2.jpg'); width:975px; height:77px; background-repeat:repeat-x; }
.slideNadd{ padding:10px 10px 10px 8px;}
.slideContainer{ width:auto; height:auto; float:left;}
.bannerContainer{ width:auto; height:250px; padding:8px 0 0 10px ;}
Here's the link to the website, http://calanmorningshow.com