|
Posted by Tomasz Chmielewski on 11/26/07 13:23
Tomasz Chmielewski schrieb:
(...)
>> To OP though, my background image method will work in IE, the
>> generated content methods will not.
> How should my CSS look like? I'm trying to achieve it for some time now,
> with no success.
So, this is almost the one I was looking for:
#arrows a {
padding-right: 20px;
background: url(arrow.png) no-repeat center right;
content: "";
}
It works with IE (at least with IE7), but fails miserably with Konqueror
- there are no links, only images :(
--
Tomasz Chmielewski
http://wpkg.org
[Back to original message]
|