OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
A - Tags: CSS Text Effect Problems
This page's ID:
10700
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
I'm sure there is a simple solution, but I haven't found it yet. I have a page on a site with 60+ links. I am using the following style (in an external file) to control the <A> in this DIV. PROBLEM: I want the HOVER text style to apply to the visited links when you hover over them. It isn't working. They change to the a:visited style and just stay that way. I know the effect I want is possible since the following in document code worked on another site: <style><!-- a:{color:#000000} a {text-decoration: none} a:vlink{color:#000000} a:hover{color:#FFFFCC} --></style> Also, the a:active doesn't seem to do anything...why? *********************************************************************************************** Here is the aplicable section of the style sheet: div.links table tr td a:link { text-decoration:none; color:#990000; font-family:verdana,arial,helvetica,sans-serif; font-size:12px; font-weight:normal; } div.links table tr td a:active { text-decoration:underline; color:#33FF33; font-family:verdana,arial,helvetica,sans-serif; font-size:12px; font-weight:normal; } div.links table tr td a:hover { text-decoration:underline; color:#0033FF; font-family:verdana,arial,helvetica,sans-serif; font-size:12px; font-weight:normal; } div.links table tr td a:visited { text-decoration:none; color:#000099; font-family:verdana,arial,helvetica,sans-serif; font-size:12px; font-weight:normal; } ********************************************************************************************* THX for your help. e-maestro
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »