Wednesday, June 1, 2005, 9:46:21 PM, Les Mizzell wrote:
> I'm experimenting with the Pure CSS popups idea from myerweb.
> http://www.happybookseller.com/DEV/events.cfm
> However, doesn't work at all in I.E.

IE/win bug.  You need to set one of a few properties on a:hover.  I'm pretty
sure border is one of them:

#leftnav a:hover {
   border:none; /* add this */
}

Steve
-- 
http://mrclay.org/ : http://frenchhorns.mrclay.org/

______________________________________________________________________
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