|
I'm just going to throw out a couple of ideas/thoughts off the top of my head:
Using the overflow=hidden sounds like a good idea.
I'm thinking that you could use CSS absolute positioning to place the full DIV directly over the partial DIV. the z-index works well for overlaying things. You could determine the absolute-position values that the full DIV will be positioned to using javascript. Using the javascript onmouseover event, you could show/hide the overlay DIV.
I hope I am making myself clear.
I'll try to come up with some code as soon as I can find the time.
Moatist
__________________
Think in code; Dream in digital.
<?php if($helpfull == true){ $talkupation++; } ?>
Last edited by moatist; 05-02-2009 at 05:18 PM..
|