Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

body background doesn't move with my table when I scroll

Status
Not open for further replies.

lmarshall

MIS
Jun 11, 2002
108
US
I put my background in the body tag and put a table with 3 colomns over it. My problem is when I scroll my table scrolls up but my background stays the in place. I would put my background image as the background in my table but when I do that it repeats itself. Please Help!!
 
To fix the background image so that it doesn't scroll would require this within the
Code:
<body>
tag...

Code:
bgproperties=&quot;fixed&quot;

Check your code for this and remove it. Your background image should now scroll.

Hope this helps.

Craig
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top