https://bugzilla.wikimedia.org/show_bug.cgi?id=31495

--- Comment #7 from Erwin Dokter <[email protected]> 2011-12-15 13:36:12 UTC ---
I found the cause: IE6 and 7 ignores any declaration *as a whole* when any of
them contains pseudo elements or classes, in this case, a[href ^="gopher://";].

The only solution is to split them in two separate declarations.

div#content a[href ^="gopher://";] {
    /* @embed */
    background: url(images/external-link-ltr-icon.png) center right no-repeat;
    padding-right: 13px;
}
div#content a.external {
    /* @embed */
    background: url(images/external-link-ltr-icon.png) center right no-repeat;
    padding-right: 13px;
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to