Old 25-05-2005, 10:50   #1 (permalink)
mk2phil
Registered User
 
Join Date: Aug 2004
Posts: 95
Background image wont display?

Hey guys, pretty new to CSS/HTML and I've got a problem with a background image I'm trying to display. Its the same image but with small variations depending on whereabouts you are within site. So I cant declare background-image in my container div cos it changes from page to page, so I've created an id for it:

#home_image {background-image: url(images/home.gif);background-repeat: no-repeat;background-position: top left;}

and then call it inside the code thus:

<div id="home_image">&nbsp;</div>

But its not working - the image doesn't display? Whats really annoying is that when I originally had it declared inside my container div, it worked fine..?

Any ideas/advice/abuse?

Thanks
  Reply With Quote
Old 25-05-2005, 10:55   #2 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,235
does the home_image div actually take up any space? It won't stretch to the size of the background image.
  Reply With Quote
Old 25-05-2005, 10:56   #3 (permalink)
mk2phil
Registered User
 
Join Date: Aug 2004
Posts: 95
Yes mate, its 480px wide, 350px high.
  Reply With Quote
Old 25-05-2005, 11:02   #4 (permalink)
smallbeer
I Ain't Losing Any Sleep™
 
Join Date: Apr 2003
Posts: 5,235
where's that declared then?
  Reply With Quote
Old 25-05-2005, 11:09   #5 (permalink)
Alex
div
 
Alex's Avatar
 
Join Date: Feb 2004
Location: Leeds
Posts: 647
Send a message via MSN to Alex
ALso, use css shorthand, replace ur background declarations with just one;

#home_image
{
background: url(images/home.gif) no-repeat top left;
}
__________________
  Reply With Quote
Old 25-05-2005, 11:10   #6 (permalink)
mk2phil
Registered User
 
Join Date: Aug 2004
Posts: 95
Bingo. Thanks smallbeer.

Will do Bogeyman, cheers.
  Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search


Contact Us - Web Design Forums - Archive - Top
Search Engine Optimization by vBSEO 3.0.0 RC8