Hi Susan On Fri, Aug 7, 2009 at 7:41 AM, Susan Grossman<[email protected]> wrote: > I have a *Safari only * Issue with using Absolute Positioning "tool tips" > inside of Overflow:auto (Scrolling Division) > > If you scroll to the bottom table row, and mouseOver the icon, the "tool > tip" shows as if the table wasn't contained in a scrolling division. It > shows where the table row would be - underneath the division. >
Seems like it must be how different browsers deal with position:absolute which does not have the top, left defined. You might try defining top, left for the span after specifying "position:relative" on the containing <a> (a.tooltipExpire) - divya http://nimbupani.com/blog ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
