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
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
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?
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
(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
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
_
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
Le 28 févr. 2013 à 08:50, I a écrit :
>
> Angela French wrote:
>
>>>
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:
>>
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
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
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
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
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
15 matches
Mail list logo