Thread: CodysPlace.com
View Single Post
08-03-2005, 07:59 PM
#27
ismith is offline ismith
ismith's Avatar
Status: Member
Join date: Jun 2005
Location:
Expertise:
Software:
 
Posts: 262
iTrader: 0 / 0%
 

ismith is on a distinguished road

  Old

For the header, don't use an <img> tag... make it a blank div and in CSS put

Code:
#header { background: transparent url(path/to/image.jpg); height: 100px; width: 600px; padding: 0; }

Replace height and width with correct dimensions
Replace <img> tags with that whenever possible, I think it even works in IE