http://www.stanford.edu/~ejk/work/test.html

the page loads and works properly in ffox... IE is the culprit in this scenario. when the page is loaded or refreshed, the text "tooltip text" displays at the top of the relatively positioned div.container, overlapping existing text. on mouseover, the text "jumps" down to its correct position between the 2nd and 3rd paragraph, and then provides the tooltip functionality correctly.

some testing has revealed that if the tooltip is not located inside a table, or inside a relatively positioned div, this "jumping" will not occur... i managed to fix the problem for my purpose by changing the div to absolute positioning, but does anyone know other ways to fix this problem? or is this just one of those IE bugs that one has to learn about as a web dev?

-evan
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to