font size issue of hyperlink

BetaBob

New Member
\[code\].link16 a, a:link, a:visited, a:active, a:hover { font-weight: bold; font-size: 16px; text-decoration: none; cursor: pointer; color: #003366;}\[/code\]This is the CSS class that i had applied. \[code\]< asp:HyperLink ID="hlProductDetail" runat="server" CssClass="link16">See full pricing</asp:HyperLink>\[/code\]When i move on to the hyperlink then press the mouse left button and move away from the text. The size of hyperlink changes...Any one have idea.. why this is happening... and how we can fix it...
 
Back
Top