Re: [css-d] css popups

2007-01-22 Thread Andy Harrison
Thanks Francky! I needed the a:hover { background-position:0 0; } to fix IE. Opera still has trouble though; any ideas? test.dragonzreef.com/csspopuptest.asp Andy __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

Re: [css-d] css popups

2007-01-22 Thread francky
Andy Harrison wrote: > [...] > I tried it using anchors & spans instead, but it didn't change anything. > Any other thoughts? > Hi Andy, Maybe this can help someway? Testpage Greetings, francky _

Re: [css-d] css popups

2007-01-16 Thread Andy Harrison
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:in

Re: [css-d] css popups

2007-01-12 Thread Rafael Holt
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.dr

[css-d] css popups

2007-01-11 Thread Andy Harrison
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. Thanks for your help, Andy

Re: [css-d] CSS popups - how to display in a different div to the anchor

2006-11-17 Thread James Ward
Hi Francky I really like the examples you gave URLs for - I think those solutions will work very well. And you're right - I need to make sure the links look intuitively different from clickable links. I intended to use cursor: help; in the styling. Thanks again. James On 16/11/06, francky

Re: [css-d] CSS popups - how to display in a different div to the anchor

2006-11-16 Thread francky
James Ward wrote: >I'm wanting to use a technique similar to Eric Meyer's: > >http://meyerweb.com/eric/css/edge/popups/demo.html > >to show an explanation of some technical terms in a site I am building. > >My problem is that I want the popup text to be positioned in a >different div to the anchor

Re: [css-d] CSS popups - how to display in a different div to the anchor

2006-11-16 Thread Paul Novitski
At 11/16/2006 11:18 AM, James Ward wrote: >I'm wanting to use a technique similar to Eric Meyer's: > >http://meyerweb.com/eric/css/edge/popups/demo.html > >My problem is that I want the popup text to be positioned in a >different div to the anchor to which it is linked. Not using CSS alone. But

[css-d] CSS popups - how to display in a different div to the anchor

2006-11-16 Thread James Ward
I'm wanting to use a technique similar to Eric Meyer's: http://meyerweb.com/eric/css/edge/popups/demo.html to show an explanation of some technical terms in a site I am building. My problem is that I want the popup text to be positioned in a different div to the anchor to which it is linked. Do