Home › Forums › CSS › Putting picture on top of page › Re: Putting picture on top of page
September 4, 2011 at 6:26 pm
#86334
Participant
#header {background: #ffffff url(path/to/image.png);}
If you don’t want it to repeat:
#header {background: #ffffff url(path/to/image.png) no-repeat;}