Re: [css-d] link image background problem w/IE 6 (natch)

2007-11-16 Thread Tim Ware
On Nov 16, 2007, at 8:17 AM, DAVOUD TOHIDY wrote: on Date: Fri, 16 Nov 2007 08:11:00 -0800 Tim wrote: I created a link class to have a background image on linked text have a look at design consideration section of my portfolio located http://cssfreelancer.awardspace.com . hope that

Re: [css-d] link image background problem w/IE 6 (natch)

2007-11-16 Thread Alex Robinson
Please note that display:inline-block in invalid CSS2.1 but is valid CSS3. Actually it's valid CSS2.1 but not valid CSS2. Compare http://www.w3.org/TR/CSS2/visuren.html#display-prop http://www.w3.org/TR/CSS21/visuren.html#display-prop

[css-d] link image background problem w/IE 6 (natch)

2007-11-16 Thread Tim Ware
I created a link class to have a background image on linked text where needed: a.checkbox { background:url(/healthcare/_img/Pencil.gif) no-repeat 100% 50%; padding-right:20px; } The above adds a checkbox to the right of the linked text, and it works fine everywhere

Re: [css-d] link image background problem w/IE 6 (natch)

2007-11-16 Thread Ingo Chao
Tim Ware wrote: I created a link class to have a background image on linked text where needed: a.checkbox { background:url(/healthcare/_img/Pencil.gif) no-repeat 100% 50%; padding-right:20px; } The above adds a checkbox to the right of the linked text, and it

Re: [css-d] link image background problem w/IE 6 (natch)

2007-11-16 Thread Alan Gresley
Tim Ware wrote: I created a link class to have a background image on linked text where needed: a.checkbox { background:url(/healthcare/_img/Pencil.gif) no-repeat 100% 50%; padding-right:20px; } The above adds a checkbox to the right of the linked text, and it