Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2007
    Posts
    22
    Plugin Contributions
    0

    help question change the hover and visited color

    where in css i need to change the hover and visited link from one color to enother??

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: change the hover and visited color

    Basic answer is
    Code:
    a img {border: none; }
    
    a:link, #navEZPagesTOC ul li a {
    	color: #3300FF;
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #3300FF;
    	text-decoration: none;
    	}
    
    a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
    	color: #FF0000;
    	}
    
    a:active {
    	color: #0000FF;
    	}
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. v139h Change Hover Color On SideBox
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 16 Oct 2012, 06:52 AM
  2. CSS Issues: a:Visited & A:Hover
    By eyal8r in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Feb 2010, 06:18 PM
  3. Replies: 1
    Last Post: 30 Aug 2008, 09:57 AM
  4. Quetions about Hover Bkgrund color and hover for images
    By Donn in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Nov 2007, 12:10 AM
  5. Change hover color in left and right sidebox.
    By kevinc66 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 1 Nov 2007, 09:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg