CSS link hover effct not working in Opera 23.0
-
tinman9898 last edited by
I have the following CSS code in a stylesheet for a web site.
p a {
color: #356618;
}
p a:hover {
color: #66a143;
}It is to change the colour of a link when you hover over it with the mouse. However this works correctly in both Internet Explorer 11.0 and Firefox 31.0 but not in Opera 23.0. Can anyone advise me as to obtain this effect for Opera 23.0? Thanks.