hi
i given a link in jsp
how to use links for with out under line in Mozill Firefox
i given a link in jsp
how to use links for with out under line in Mozill Firefox
a.menu:link { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal; text-decoration:none; color: #696969;}
a.menu:visited { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal; text-decoration:none; color: #696969;}
a.menu:hover { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal; text-decoration:none; color: #2D64A8;border-bottom:1px solid #2D64A8;border-top:1px solid #2D64A8;}
<a class=menu href=#>click here..</a>
a.menu:link { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal; text-decoration:none; color: #696969;}
a.menu:visited { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal; text-decoration:none; color: #696969;}
a.menu:hover { font-family: Arial, Verdana, Tahoma; font-size: 12px; font-weight: normal; text-decoration:none; color: #2D64A8;border-bottom:1px solid #2D64A8;border-top:1px solid #2D64A8;}
<a class=menu href=#>click here..</a>
Comment