
Originally Posted by
Sculley
Maybe I should just do the same thing with all the pages and use the set up for the shorter pages -- start the stripe further up. Don't remember. The designer may have been picky about that.
Personally, I think it looks odd to have the stripe moving up and down from page to page, but if you want to stick with that, just make two versions—a tall and a short. Then put a special class on the body tag of the shorter pages and use that to target those pages with the shorter background image (assuming that fewer pages have the short image).
E.g. For all pages, have something like
Code:
body {background: url(long image)}
and on the shorter pages, place a class="whatever" on the body tag and set the alternate bg image with
Code:
body.whatever {background: url(short image)}
Bookmarks