Posted by Ben C on 11/26/07 16:26
On 2007-11-26, Tomasz Chmielewski <tch@nospam.syneticon.net> wrote:
> Tomasz Chmielewski schrieb:
>> Tomasz Chmielewski schrieb:
[...]
>> #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 :(
>
> The 'content: "";' was confusing Konqueror - with this one, it looks
> fine in Firefox, IE7 and Konqueror:
>
> #arrows a {
> padding-right: 20px;
> background: url(arrow.png) no-repeat center right;
> }
You don't need content: "" anyway-- that's not a :before or :after
selector.
[Back to original message]
|