View Single Post
  #2 (permalink)  
Old 04-11-2005, 07:31 PM
paulhiles's Avatar
paulhiles paulhiles is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Body selector needed

Hi Mike,

If you're using the "bg-scanlines.gif" for your page's background image, I would suggest you add the body selector to your CSS (as below)

Code:
body {
	background: url(../bear/bg-scanlines.gif);
}
Hope that helps!

Paul
Reply With Quote