On 1/11/10 11:25 AM, Tom Livingston wrote:
Hello list,
I tried to repurpose this example from Eric Meyer:
http://meyerweb.com/eric/css/edge/popups/demo.html
His page works in IE6.
My attempt, however, does not. Can anyone see why?
http://www.mlinc.com/css_popup/
Thanks in advance
Yup. You need to give an explicit rule for "a:hover" to get IE 6 to
cooperate. Not all properties work, either, IIRC. My choice is
a:hover { background-position: 0 0; }
YMMV.
Cordially,
David
--
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************