Port FF not reading some CSS
I've tried with a few browsers:
Opera
FireFox (standard)
Internet Explorer (that horrible thing...)
All work fine reading "visited" CSS colour links.
Example:
body a:hover {
color: #FFF; text-decoration: none;
}
^^ That works fine
body a:visited {
color: #112233; text-decoration: none;
}
^^ Portable FireFox doesn't read this, or atleast not on any of the pages I've tried, whereas standard FireFox does, don't supose anyone could enlighten me on this predicament could they?