bg image 2
Ok, how do i get a background image to stay put when scrolling?
Does this work on table backgrounds?
------------------
Join The Rest Of The Webmasters On The Net!!
Are You Chicken?
http://www.DoubleOK.com
http://www.Webmaster-Club.com
Lloyd Hassell posted this at 14:07 — 22nd June 2000.
They have: 231 posts
Joined: Feb 2000
The fixed background effect only works on Internet Explorer v4+. Try adding this to your style tag:
BODY {
background-repeat:no-repeat;
}
You can apply this same css rule to a table cell background.
:: Lloyd Hassell :: http://www14.brinkster.com/lloydh ::
jules posted this at 14:09 — 22nd June 2000.
They have: 37 posts
Joined: Oct 1999
You can put this in your body tag.
bgproperties="fixed"
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.