that's because IE6 doesn't support attribute selectors. but you can use classes instead.
Max. 2008/2/17, Designer <[EMAIL PROTECTED]>: > Matt Fellows wrote: > > > There is a nice article [1] that can show you how to automatically > > style links with little icons depending on the extension of the file > > it points to if you are interested. > > > > Cheers, > > > > Matt > > > > [1] - > > http://www.askthecssguy.com/2006/12/showing_hyperlink_cues_with_cs_1.html > > > > > Hi Matt, I was intrigued by the simplicity of your use of: > > a[href $='.pdf'] { > padding-right: 18px; > background: transparent url(../../sitegraphics/outofit.gif) > no-repeat center right; > } > > etc., but when I checked it in my (standalone) IE6, it failed. Is that > to be expected? (standalone IE6 gives 'funny' results sometimes). If > so, it's dead as a useful tool for me. > > Bob > www.gwelanmor-internet.co.uk > > > > > ******************************************************************* > List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm > Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm > Help: [EMAIL PROTECTED] > ******************************************************************* > > ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
