View Single Post
  #2 (permalink)  
Old Jun 19th, 2007, 15:31
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: why wont my image show up? :(

You need to specify a height in the #header

Code: Select all
#header {
    background: url(images/mainbg.jpg) no-repeat 0 0;
    height: 250px; 
}
if that doesn't work ... give us a link.
Reply With Quote