Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Nov 2009
    Posts
    4
    Plugin Contributions
    0

    Default Can not get link states to work properly (CSS)

    I have been working on this and I'm a bit stumped right now. The links on the left side box are not showing the active status that I've coded.

    Here's a link to my site so you can see what I mean:

    http://hollibmedia.c o m/lee-test

    When you're on an active page, the link is supposed to stay #FFC, but it reverts back to the green.

    Code:
    /* LINK FORMATTING */
    a img {
    	border: none; 
    	}
    
    a:link {
    	color: green;
    	text-shadow: 1px 1px #666666; 
    	text-decoration: none;
    	}
     
    a:visited {
    	color: #339900;
    	text-shadow: 1px 1px #666666; 
    	text-decoration: none;
    	}
    
    a:hover {
    	color: #FFC;
    	text-shadow: 1px 1px #666666; 
    	}
    
    a:active {
    	color: #FFC;
    	text-shadow: 1px 1px #666666; 
    	}
    
    .leftBoxContainer {
    /*	border: 1px solid #ffffff; */
    	margin-top: 1.5em;
    	}
    
    .sideBoxContent {
    	font-size: 2em;
    /*	background-color: #ffffff; */
    	padding: 0.4em;
    	}
    
    .sideBoxContent a:link {
    	text-shadow: 1px 1px #666666;
    	color: green;
    	text-decoration: none;
    	}
     
    .sideBoxContent a:visited {
    	color: #339900;
    	text-decoration: none;
    	}
    
    .sideBoxContent a:hover {
    	color: #FFC;
    	}
    
    .sideBoxContent a:active {
    	color: #FFC;
    	}
    Also, when I took the shadow effect out of the regular links (not the .sideBoxContent links), just part of the links retained the shadow effect and I'm not sure why.

    Any help that can be given would be greatly appreciated! If any more information is needed, please let me know.

    ~HB
    Last edited by hcb39; 1 Dec 2009 at 08:22 PM.

 

 

Similar Threads

  1. Can not get my footer to work properly
    By LVT LTD in forum Basic Configuration
    Replies: 2
    Last Post: 22 Jan 2010, 12:08 AM
  2. Can't get side box link to work
    By scottsplace in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Feb 2009, 10:57 PM
  3. Easy Poplulate Can Not work properly, help please!
    By lioncity in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 17 Dec 2008, 09:15 PM
  4. Easy Poplulate Can not work properly, help please!
    By lioncity in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 15 Dec 2008, 07:57 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