Trix.Neo Posted June 22, 2007 Share Posted June 22, 2007 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 More sharing options...
0 Trix.Neo Posted June 25, 2007 Author Share Posted June 25, 2007 Yep and its all fixed odd, guess that just makes you a genius :p Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651693 Share on other sites More sharing options...
0 karma Posted June 25, 2007 Share Posted June 25, 2007 lol well i dont like to brag but i will take the status anyway :p Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651710 Share on other sites More sharing options...
0 Trix.Neo Posted June 25, 2007 Author Share Posted June 25, 2007 lol well i dont like to brag but i will take the status anyway :p I thought you might. Do you ever make templates for websites like forums that sort of thing? Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651805 Share on other sites More sharing options...
0 karma Posted June 25, 2007 Share Posted June 25, 2007 :) yup i sure do matey on my site HERE Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651811 Share on other sites More sharing options...
0 Trix.Neo Posted June 25, 2007 Author Share Posted June 25, 2007 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 Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651818 Share on other sites More sharing options...
0 karma Posted June 25, 2007 Share Posted June 25, 2007 so what are we talking about here? larger text for the grandads? :p Are we talking multiple themes for the hockey site or multiple themes for the forums that go with the hockey site? Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651841 Share on other sites More sharing options...
0 Trix.Neo Posted June 25, 2007 Author Share Posted June 25, 2007 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. Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651857 Share on other sites More sharing options...
0 karma Posted June 25, 2007 Share Posted June 25, 2007 Yup, i follow that :) good idea Link to comment https://www.neowin.net/forum/topic/568995-background-image-not-showing-in-ff/page/2/#findComment-588651893 Share on other sites More sharing options...
Question
Trix.Neo
HTML
CSS
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
33 answers to this question
Recommended Posts