PROKA Posted July 10, 2005 Posted July 10, 2005 The title speaks for itself How do I underline hyperlinks on hover ? Quote Development & Research Department @ Elven Soft
Administrators PlausiblyDamp Posted July 10, 2005 Administrators Posted July 10, 2005 Easiest way is through a style sheet - if you are using VB.Net then the default one does this for you. Otherwise a style like A:link { color: #3333cc; text-decoration: none; } A:hover { text-decoration: underline; color: #3333cc; } should do the trick Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
PROKA Posted July 10, 2005 Author Posted July 10, 2005 I already saw that, but it doesn't work . I have a control in another control ... and then this second control on a page. Maybe it's because of that ? Quote Development & Research Department @ Elven Soft
Administrators PlausiblyDamp Posted July 11, 2005 Administrators Posted July 11, 2005 Could you post an example of what you mean? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.