Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: CSS hover issue

Started 1 month, 2 weeks ago by nsgi
it seems that once the link has been visited, it no longer will change color when moused over... this forum has been so helpful, it would be lovely if someone could point out where i went wrong... here is one of the pages of the site as the home page is different...www.meadowcroftgallery.com/meadowcroft kinetic.html here is the css body  {     color: #c3300;     font-size: medium;     ...
Site: Adobe - Forums  Adobe - Forums - site profile
Forum: Dreamweaver  Dreamweaver - forum profile
Total authors: 3 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: adobeforums.com

Other posts in this thread:

Nancy O. replied 1 month, 2 weeks ago
For best cross browser rendering use LiVHA.  A simple memory device for Link, Visited, Hover, Active. a:link {color:#FF0000}      /* unvisited  link */ a:visited {color:#00FF00}  /* visited link */ a:hover  {color:#FF00FF}   /* mouse over link */ a:active {color:#0000FF} /* selected  link */ Nancy O. Alt-Web Design & Publishing Web | Graphics | Print | Media  Specialists www.alt...

Murray *ACE* replied 1 month, 2 weeks ago
Further to Nancy's post, you can recast your CSS in this way - a {color: #333366; text-decoration: none; } a:hover {color: #993300; } a:active, a:focus { outline: none; } a:img {border: none;} and it will work fine.  If you do this, bear in mind that the first rule will apply to *all* anchor tags on the page, including any named anchors, e.g, <a name="foo">...

nsgi replied 1 month, 2 weeks ago
Thank you so much1

 

Top contributing authors

Name
Posts
nsgi
2
user's latest post:
CSS hover issue
Published (2009-11-12 07:16:00)
Thank you so much1
Nancy O.
1
user's latest post:
CSS hover issue
Published (2009-11-11 18:05:00)
For best cross browser rendering use LiVHA.  A simple memory device for Link, Visited, Hover, Active. &nbsp; a:link {color:#FF0000}      /* unvisited  link */ a:visited {color:#00FF00}  /* visited link */ a:hover  {color:#FF00FF}   /* mouse over link */ a:active {color:#0000FF} /* selected  link */ &nbsp; &nbsp; &nbsp; Nancy O. Alt-Web Design &amp; Publishing Web | Graphics | Print | Media  Specialists...
Murray *ACE*
1
user's latest post:
CSS hover issue
Published (2009-11-12 05:42:00)
Further to Nancy's post, you can recast your CSS in this way - &nbsp; a {color: #333366; text-decoration: none; } a:hover {color: #993300; } a:active, a:focus { outline: none; } a:img {border: none;} &nbsp; and it will work fine.  If you do this, bear in mind that the first rule will apply to *all* anchor tags on the page, including any named anchors, e.g, &nbsp; &lt;a name="foo"&gt;

Related threads on "Adobe - Forums":

Related threads on other sites:

Thread profile page for "CSS hover issue" on http://www.adobeforums.com. This report page is a snippet summary view from a single thread "CSS hover issue", located on the Message Board at http://www.adobeforums.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity