css - Firefox 4 not rendering a:visited::before (except color) -
i'm making custom stylesheet particular web site in firefox 4. in it, i'm trying prefix red 'x's links i've visited. now, when making, mean used work while ago, , @ point, these 'x's stopped appearing (though rest of stylesheet works fine).
now, a:before (and a::before, per css3) works fine. a:visited works fine. neither a:visited:before nor a:visited::before works @ (well, almost).
during play-testing, left in a::before, , still had a:visited::before declaration use red 'x's. non-visited links, a::before content same text color, visited links, ::before content 'right' color (red).
here pastebin of css @ 1 point: http://pastebin.com/6tzy1q87
and here screencap of css resulted in: http://i.stack.imgur.com/rtw9l.png
notice a::before specifies content checkmark. a:visited::before should change weight, color, , content, changes color.
i heard recent security 'feature' regarding firefox , page history, understood it, affect regular a:visited selector well.
selectors including :visited
allowed change colors in firefox 4, yes. applies whether or not ::before
involved. see http://dbaron.org/mozilla/visited-privacy
i'd curious see css had allowed change other colors using :visited
.
Comments
Post a Comment