Forum Moderators: not2easy
I've tried the following but it doesn't seem to work:
<a href="http://www.example.com" style="{color: #2aace2; text-decoration: underline;} :hover {color: #fff; background-color: #2aace2;} :hover {color: #2aace2; text-decoration: underline;}">
Any ideas?
[edited by: swa66 at 9:50 pm (utc) on Nov. 19, 2008]
Browsers should not implement that yet AFAIK.
Javascript will not be enabled there either (or you would have found a security hole big enough to fly a jumbo through)
Even allowing visited to be differently rendered with inline styles would be a possible security hole, so I'd be careful using it if I'd found a solution.