This is the winning reply! Thanks Jon and everybody that took a look. From: Jon Reece [mailto:[email protected]] Sent: Wednesday, February 27, 2013 3:55 PM To: Angela French Subject: Re: [css-d] trouble getting email icon to display with attribute selector
Y ou are using shorthand syntax for your values with the background-image: property, which is not shorthand ;) Change to background: and you should be good. -- Jon Reece [email protected]<mailto:[email protected]> On Wed, Feb 27, 2013 at 6:38 PM, Angela French <[email protected]<mailto:[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<tel:360-704-4316> [email protected]<mailto:[email protected]> http://www.checkoutacollege.com/ ______________________________________________________________________ css-discuss [[email protected]<mailto:[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://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/
