Hi,
I tried to change text color using HOVER. It works in Mozilla but not in IE. I've mentioned my codes are below.
p.hvr{
font-family:verdana;
font-size:12pt;
color:red;
}
p.hvr:hover{
font-family:verdana;
font-size:12pt;
color:green;
}
<p class="hvr">Hov er</p>
How to salve this problem ?
Thanks.
I tried to change text color using HOVER. It works in Mozilla but not in IE. I've mentioned my codes are below.
p.hvr{
font-family:verdana;
font-size:12pt;
color:red;
}
p.hvr:hover{
font-family:verdana;
font-size:12pt;
color:green;
}
<p class="hvr">Hov er</p>
How to salve this problem ?
Thanks.
Comment