JustAsking
07-05-2002, 07:15 AM
When I use the below external css file all the <a class="toplinks"> are not formatted as per the attributes. Or if 'bottomlinks' is declared at the top of the css then it happens to that class and so on. I am not sure why this does it, 'cause when the code is in the page it works, any ideas?
<style type="text/css">
.toplinks {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 7pt;}
.toplinks:active {color: #FFFFFF;}
.toplinks:hover {color: #FFCC00;}
.bottomlinks {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 7pt;}
.bottomlinks:active {color: #000066;}
.bottomlinks:hover {color: #FFCC00;}
.ticker {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
.ticker:hover {color: #FFCC00;}
</style>
This is the code where I use 'toplinks':
<td align="right" valign="top" width="55%"><a class="toplinks"
href="sitemap/sitemap.htm" target="_top">Site map</a> | <a
class="toplinks" href="news/recentnews.htm" target="_top">News
& Events</a> | <a class="toplinks"
href="aboutus/contactus.htm" target="_top">Contact us</a> | <a
class="toplinks" href="aboutus/survey.htm"
target="_top">Survey</a> | <a class="toplinks"
href="http://www.qld.gov.au/" target="_blank">www.qld.gov.au</a>
</td>
<style type="text/css">
.toplinks {color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 7pt;}
.toplinks:active {color: #FFFFFF;}
.toplinks:hover {color: #FFCC00;}
.bottomlinks {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 7pt;}
.bottomlinks:active {color: #000066;}
.bottomlinks:hover {color: #FFCC00;}
.ticker {color: #000066; font-family: Arial, Helvetica, sans-serif; font-size: 9pt;}
.ticker:hover {color: #FFCC00;}
</style>
This is the code where I use 'toplinks':
<td align="right" valign="top" width="55%"><a class="toplinks"
href="sitemap/sitemap.htm" target="_top">Site map</a> | <a
class="toplinks" href="news/recentnews.htm" target="_top">News
& Events</a> | <a class="toplinks"
href="aboutus/contactus.htm" target="_top">Contact us</a> | <a
class="toplinks" href="aboutus/survey.htm"
target="_top">Survey</a> | <a class="toplinks"
href="http://www.qld.gov.au/" target="_blank">www.qld.gov.au</a>
</td>