Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-28 Thread Angela French
Thank Jukka, that was it. >> On Wed, Feb 27, 2013 at 7:17 PM, Angela French >wrote: >> >>> Am I correct that this selector does NOT work in IE 7 ? IE9 in >>> compatibility mode isn't displaying the icon. >> >> >> No, attribute selectors are supported in IE7 (CSS 2.1) - >> http://caniuse.com/#feat

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Jukka K. Korpela
2013-02-28 3:49, Jon Reece wrote: On Wed, Feb 27, 2013 at 7:17 PM, Angela French wrote: Am I correct that this selector does NOT work in IE 7 ? IE9 in compatibility mode isn't displaying the icon. No, attribute selectors are supported in IE7 (CSS 2.1) - http://caniuse.com/#feat=css-sel2 M

Re: [css-d] trouble getting email icon to display with attribute selector

2013-02-27 Thread Jon Reece
On Wed, Feb 27, 2013 at 7:17 PM, Angela French wrote: > Am I correct that this selector does NOT work in IE 7 ? IE9 in > compatibility mode isn't displaying the icon. No, attribute selectors are supported in IE7 (CSS 2.1) - http://caniuse.com/#feat=css-sel2 Maybe there is another syntax issue?

Re: [css-d] trouble getting email icon to display with, attribute selector

2013-02-27 Thread Christian Ziebarth
Angela French 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. a[href ^="Re: [css-d] trouble getting email icon to display with attribute selector
27, 2013 4:04 PM >To: Angela French >Cc: css-d (css-d@lists.css-discuss.org) >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

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 jon.re...@gmail.com On Wed, Feb 27, 2013 at 6:38 PM, Angela

Re: [css-d] trouble getting email icon to display with attribute selector

On 27.02.2013 18:47, Geoff Pack wrote: background-image:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat; Correct. Make it... background:url('/imgs/layout/icon_emailTEST.jpg')0 0 no-repeat; ...and it will work. regards Georg _

Re: [css-d] trouble getting email icon to display with attribute selector

This is the winning reply! Thanks Jon and everybody that took a look. From: Jon Reece [mailto:jon.re...@gmail.com] 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

Re: [css-d] trouble getting email icon to display with attribute selector

Le 28 févr. 2013 à 08:50, I a écrit : > > Angela French wrote: > >>>

Re: [css-d] trouble getting email icon to display with attribute selector

Le 28 févr. 2013 à 08:40, Philip TAYLOR a écrit : > Are you sure there are supposed to be single > quotes around the ? Adding single/double quotes around URL's is perfectly legit (albeit optional). http://www.w3.org/TR/CSS21/syndata.html#uri Angela French wrote: >>

Re: [css-d] trouble getting email icon to display with attribute selector

Angela French wrote: > I looked in my CSS files and I have it both ways (single/double quote) in > other instances and it works either way. OK, that's not the cause then; for some reason I mis-remembered that quotes were not permitted there -- in fact, they are simply not required : > 4.3.4 U

Re: [css-d] trouble getting email icon to display with attribute selector

You're using the shorthand form, so 'background-image' should be just 'background'. On 28/02/2013, at 10:38 AM, Angela French 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 > some

Re: [css-d] trouble getting email icon to display with attribute selector

ary 27, 2013 3:41 PM >To: Angela French; css-d (css-d@lists.css-discuss.org) >Subject: Re: [css-d] trouble getting email icon to display with attribute >selector > >Are you sure there are supposed to be single quotes around the ? > >Philip Taylor. > >Angela Fren

Re: [css-d] trouble getting email icon to display with attribute selector

Are you sure there are supposed to be single quotes around the ? Philip Taylor. Angela French 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 i

[css-d] trouble getting email icon to display with attribute selector

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. a[href ^="mailt