On 1/12/07, Rafael Holt <[EMAIL PROTECTED]> wrote: > > On 12/01/07, Andy Harrison <[EMAIL PROTECTED]> wrote: > > > I'm trying to use some simple CSS-based popups. Of the browsers I've > > tested > > it in, Firefox 1.5 works great, Opera 9 has trouble if I use a relative > > div > > with display:inline, and IE 6 doesn't work at all. My test page is at > > test.dragonzreef.com/csspopuptest.asp. > > > It doesn't work in IE6 because it doesn't support :hover on anything other > than anchors. Therefore, you would be advised to use an anchor, perhaps with > display:block to be able to give it dimensions, and relative position. > Inside it, the popup would be an absolutely positioned span, most likely > giving it block display is also necessary. This would probably work in Opera > 9 too and if it's an anchor, it might also work if it's display:inline. >
Rafael, I tried it using anchors & spans instead, but it didn't change anything. Any other thoughts? Thanks, Andy ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
