• 0

Background Image not showing in FF


Question

HTML

<div id="page"> 
	 <div id="header"> 
	   <img src="images/logo.gif" alt="ne14hockey.com" width="290" height="80" />
	 </div>
	 <div id="frametopbg">
		 <img id="frametoprightcorner" src="images/frametoprightcorner.gif" height="11" width="12" alt="" />
		 <img id="frametopright" src="images/frametopright.gif" height="11" width="13" alt="" />
		 <img id="frametopleftcorner" src="images/frametopleftcorner.gif" height="11" width="10" alt="" />
		 <img id="frametopleft" src="images/frametopleft.gif" height="11" width="13" alt="" />	
	</div>
</div>

CSS

* { 
 margin: 0; 
 padding: 0; 
} 
body{ 

	background-image: url('images/background.gif');
	background-repeat: repeat-x;
	background-color: #252525;
	font: 12px/18px "Verdana", sans-serif; 
 	text-align: center; 
 	color: #333; 
}
#page { 
 margin: 0 auto; 
 width: 960px; 
 text-align: left;
 height: 100%; 
} 
#header { 
 height: 80px; 
} 
#frametopleft, #frametopleftcorner {
	float: left;
}
#frametopbg {
	width: 100%; 
	background-image: url('images/frametopbg.gif');
	background-repeat: repeat-x;
	background-color: #000000;
	display: inline-table;
}
#frametopright, #frametoprightcorner {
	float: right;
}

In both browsers the 4 images are correctly ordered to either side of the 960px div but the background image doesn't show?

Also tried it with a span but got the same probem.

TIA for any help!

Link to comment
https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/
Share on other sites

Recommended Posts

  • 0

sorry for the double post on that meant it for here but replied on the wrong thread first.

I'm trying to come up with multiple themes for the site you see of similar layout but that will apply to different age groups etc as hockey players range from 10 to late 50's and beyond lol

  • 0

well the forums will have the same themes as the websites which as a whole are changeable. Clubs will be able to get a subdomain on the site if they don't have their own so we'll offer them free templates or ones they can buy to use on that.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.