View Single Post
  #2 (permalink)  
Old 06-02-05, 11:56 PM
rimian rimian is offline
Newbie Coder
 
Join Date: Jun 2005
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
you might have to include the width of your background image in the class:

#bg {
width:100px;
height:100px;
background-image:
url('../images/mbg.jpg');
}

of course those numbers are examples...

sometimes background colours and images won't render if there is no content. place a space bar in there if this is so: <div class="x">&nbsp;</div>
__________________
Web Developer
Reply With Quote