Re: [css-d] CSS popup not popping in IE

2008-06-12 Thread Rob Emenecker
Nancy, > Duncan, The script works perfectly, but I still don't > understand why it won't work in IE without the script since > the hover is for the a tag. The CSS is actually targeting the SPAN element inside of the A element, not the A element itself. ...Rob

Re: [css-d] CSS popup not popping in IE

2008-06-11 Thread Nancy E. Sosna Bohm
> > The css is: > > > > div#popup a span {display:none;} > > div#popup a:hover span {display: block; > >position: absolute; top: 150px; left:330px; width: 300px; > >padding: 5px; margin: 10px; z-index: 100; > >color:#00; background-color:cc; > >font: 10px arial; text-align:l

Re: [css-d] CSS popup not popping in IE

2008-06-11 Thread Duncan Hill
On Tue, 10 Jun 2008 19:36:45 +0100, Nancy E. Sosna Bohm <[EMAIL PROTECTED]> wrote: > This pure-css popup works in FireFox, but not IE. > http://tinyurl.com/6xkooa > > The css is: > > div#popup a span {display:none;} > div#popup a:hover span {display: block; >position: absolute; top: 150px; l

Re: [css-d] CSS popup not popping in IE

2008-06-10 Thread David Hucklesby
On Tue, 10 Jun 2008 13:36:45 -0500, Nancy E. Sosna Bohm wrote: > This pure-css popup works in FireFox, but not IE. > http://tinyurl.com/6xkooa > > [code snipped] > > When you mouse over the word "roughly," the footnote-ish text pops up. Why > doesn't it > work in IE? > I *think* that IE needs an

Re: [css-d] CSS popup not popping in IE

2008-06-10 Thread Kepler Gelotte
> When you mouse over the word "roughly," the footnote-ish text pops up. > Why doesn't it work in IE? Hi Nancy, Try changing to Best regards, Kepler Gelotte Neighbor Webmaster, Inc. 156 Normandy Dr., Piscataway, NJ 08854 www.neighborwebmaster.com phone/fax: (732) 302-0904 ___

[css-d] CSS popup not popping in IE

2008-06-10 Thread Nancy E. Sosna Bohm
This pure-css popup works in FireFox, but not IE. http://tinyurl.com/6xkooa The css is: div#popup a span {display:none;} div#popup a:hover span {display: block; position: absolute; top: 150px; left:330px; width: 300px; padding: 5px; margin: 10px; z-index: 100; color:#00; background-c