Thread: Visited color

Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2008
    Posts
    75
    Plugin Contributions
    0

    Default Visited color

    How do I change the visited link color on the following element id? I tried below and it did not work

    CSS
    Code:
    a.whitelink.visited {
    	color: #FFFFFF;
    }
    
    #searchCartBar {
    	width:730px;
    	margin:auto;
    	padding-top:.5em;
    	font-size: 8px;
            font-family: arial;
    	color: #FFFFFF;
    }
    HTML
    Code:
    <div align="right" id="searchCartBar">
    <form name="quick_find" action="http://www.tbaquatics.com/shop/search/results.html" method="get"><input type="hidden" name="main_page" value="advanced_search_result" /><input type="hidden" name="search_in_description" value="1" /><input type="text" name="keyword" size="18" maxlength="100" style="width: 120px" value="" onfocus="if (this.value == '') this.value = '';" onblur="if (this.value == '') this.value = 'quick find...';" /><input type="submit" value="search" style="width: 50px" />&nbsp;<a class="whitelink" href="http://www.tbaquatics.com/shop/search/">Advanced Search</a></form>
    
    </div>

  2. #2
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Visited color

    you can try this.

    #searchCartBar a:visited {
    text-decoration:none;
    color:red;
    font-size:12px;
    }
    change values to suite your style , and you can add more value in this rule if you wish .

  3. #3
    Join Date
    Jan 2008
    Posts
    75
    Plugin Contributions
    0

    Default Re: Visited color

    I tried that too.. it did not work.

    site is at www . tbaquatics . com if anyone wants to look at it.

  4. #4
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: Visited color

    link is working .. it turns white . maybe you need to clean your browser catch .. and try loading your page again .

 

 

Similar Threads

  1. v139h How To Get A Visited Color?
    By traytray in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 16 Oct 2012, 09:00 PM
  2. changing #navEZPagesTop a:visited color
    By wachtn in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 19 Jun 2009, 09:18 PM
  3. change the hover and visited color
    By shay nissim in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 29 Jul 2007, 01:07 AM
  4. Breadcrumb 'visited' color misery
    By kevin_a in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 26 Mar 2007, 04:17 AM
  5. Changing visited link color time...cookie?
    By mcpisik in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Feb 2007, 08:26 PM

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