Print Page | Close Window

HTML/XML & Cascading/XSLT Stylesheets

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=6390
Printed Date: 31 March 2026 at 2:42pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: HTML/XML & Cascading/XSLT Stylesheets
Posted By: Mc Brain
Subject: HTML/XML & Cascading/XSLT Stylesheets
Date Posted: 13 October 2003 at 7:03pm
I have this style in one of my pages:



a.User {color: #000000;BACKGROUND: #FFFFFF;text-decoration: none;}
a.User {font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.User {font-weight=normal;}

a.User:active {color: #000000;BACKGROUND: #FFFFFF;text-decoration: none;}
a.User:active {font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.User:active {font-weight=normal;}

a.User:visited {color: #000000;BACKGROUND: #FFFFFF;text-decoration: none;}
a.User:visited {font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.User:visited {font-weight=normal;}

a.User:hover {color: #FF0000;BACKGROUND: #FFFFFF;text-decoration: none;}
a.User:hover {font-family: Tahoma, Arial, Helvetica, sans-serif;}
a.User:hover {font-weight=normal;}




It works great if I open this page alone... but if I include it into another with a different definition for the links... it doesn't. It uses Forecolor and Font-weight of the non-hover link, and all the complete definition for the hover link.
 
The visited is working correctly... the links are shown as they shoul. But the links that were not visited yet, are bold and dark-blue.

????
 
How can I fix this?



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net