I have a background image repeating across the browser declared in the body tag.
I also need to repeat a background image on top of that vertically within a wrapper div. however, setting height at 100% is getting me nowhere.
advice on how to acomplish this?
here is the page (with no wrapper bg showing up of course - it only shows where there is content inserted, and never 100%) - http://test1.figure3a.com/index2.html
You can give html and body different backgrounds. So this means that if you place your green background on the html, you can place your black vertically repeated background on the body positioned centre.
However, I'd separate your header image from your background, you can use it as the background to either your h1, or a new header div.
Just my opinion, someone else might have different suggestions.
Incidentally, what were you going to do once your content exceeded 700px in height? It's easy to do, and it looks like you would have had your header re-appearing every so often....