I've read some of the other posts on how to get a DIV to attach to the bottom of the viewport - and I've implemented one solution with success, but I'm running into a bit of an issue.
At: http://s222894377.onlinehome.us/
You can see there is an image stretched 100% in a DIV I created and attached. The DIV above it is set to height: 100%;
But it's taking up a bit too much vertical space and I'm trying to compensate it's effect on the overall height.
The structure is:
I've tried variations on setting negative margins to the top and bottom margins and padding to compensate for the header height, but haven't figured it out yet.
If anyone has some suggestions - it would be much appreciated.
Thanks in advance,
mm