Am I correct that this selector does NOT work in IE 7 ? IE9 in compatibility mode isn't displaying the icon.
>-----Original Message----- >From: [email protected] [mailto:[email protected] >discuss.org] On Behalf Of Jon Reece >Sent: Wednesday, February 27, 2013 4:04 PM >To: Angela French >Cc: css-d ([email protected]) >Subject: Re: [css-d] trouble getting email icon to display with attribute >selector > >(Keep inadvertently replying to OP instead of reply all... so sorry for >duplicate >Angela.) > >You are using shorthand values for a non-shorthand property "background- >image:" > >Change to "background:" and you should be good. > >-- >Jon Reece >[email protected] > > > >On Wed, Feb 27, 2013 at 6:38 PM, Angela French <[email protected]> wrote: > >> It seems like it should be pretty simple, but my icon isn't showing up: >> http://www.sbctc.edu/testEmailNEW.html , so I'm probably just >overlooking >> something simple. I've tested in IE 9, FF 18, and Opera 11, but no go. >> Grateful for any help. >> >> <style type="text/css"> >> >> a[href ^="mailto:"] >> { >> background-image:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat; >> margin-right: 10px; >> padding-left:20px; >> line-height:13px; >> height: 13px; >> } >> >> </style> >> >> >> >> Angela French >> Internet Specialist >> State Board for Community and Technical Colleges >> 360-704-4316 >> [email protected] >> http://www.checkoutacollege.com/ >> >> >___________________________________________________________ >___________ >> css-discuss [[email protected]] >> http://www.css-discuss.org/mailman/listinfo/css-d >> List wiki/FAQ -- http://css-discuss.incutio.com/ >> List policies -- http://css-discuss.org/policies.html >> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ >> >___________________________________________________________ >___________ >css-discuss [[email protected]] >http://www.css-discuss.org/mailman/listinfo/css-d >List wiki/FAQ -- http://css-discuss.incutio.com/ >List policies -- http://css-discuss.org/policies.html >Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
