The easiest way it to give the graphic a div with a z-index, which I think will work here. Give the graphic a z-index of 1
- Code: Select all
{z-index: 1;}
and absolute position. Find out about it on Google if you have any problems with it -- you may have to change some other position types, but I don't think so.
I actually don't see why you'd think it would bleed up into a previous div.
Just a couple of obvious hints. First, make your width smaller -- 800px width won't fit on an 800x600 screen. About 780 is the general limit.
All the absolute and relative positioning is not needed. If you're going to do any more
css, you should try doing without it.