HighDots Forums  

Underline Links

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Underline Links in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mulva
 
Posts: n/a

Default Underline Links - 08-02-2004 , 10:57 AM






I've been unable to successfully create hyperlinks that underline when they are
moused over. Here is the code I've been using (attached). I think I'm going
wrong in the CSS area, but I'm not sure if I'm following the right steps. Can
someone provide me with a little direction? Thanks.


<style type="text/css">
<!--
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}
-->
</style>


Reply With Quote
  #2  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Underline Links - 08-02-2004 , 11:21 AM






Mulva wrote:
Quote:
I've been unable to successfully create hyperlinks that underline when they are
moused over. Here is the code I've been using (attached). I think I'm going
wrong in the CSS area, but I'm not sure if I'm following the right steps. Can
someone provide me with a little direction? Thanks.


style type="text/css"
!--
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:active {text-decoration: none}
a:hover {text-decoration: underline}
--
/style

Put "hover" above "active"

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
  #3  
Old   
Mulva
 
Posts: n/a

Default Re: Underline Links - 08-02-2004 , 12:17 PM



I moved "hover" above "active", but no change. Any thoughts on what I'm missing?

Reply With Quote
  #4  
Old   
Dan Vendel *GOF*
 
Posts: n/a

Default Re: Underline Links - 08-02-2004 , 12:21 PM



Mulva wrote:

Quote:
I moved "hover" above "active", but no change. Any thoughts on what I'm missing?
Then we'll need to see the entire page and the CSS.
Can you upload and give us a URL?

--
Dan Vendel - *GOF*
Contact: http://www.proformica.com/en/contact.shtml
Formmail tutorial: http://www.proformica.com/en/formmail_tutorial.shtml
Nested tables: http://www.proformica.com/en/nested_table_demo.shtml
SEO: http://www.proformica.com/en/search_engine_optimization.shtml
SE Utility: http://www.proformica.com/en/advanced_web_ranking.shtml
Search Dreamweaver newsgroup: http://www.proformica.com/google.html


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.