1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

CSS visited link issue in IE 7 only

Discussion in 'CSS' started by michaelh613, Dec 17, 2007.

  1. #1
    At http://theatomicconservative.typepad.com/ when I click on any of my links the text at Subscribe to this blog's feed turns red (which is the color is should change to when clicked. The problem only occurs in IE 7, not IE 6 or Firefox

    Here is what I believe is the relevant CSS

    
    .module a:link { color: #1e77f5 }
    .module a:visited { color: #d22539; }
    .module a:hover { color: ##1e77f5; }
    .module a:active { color: ##1e77f5; }
    
    
    ul a{
    display:block;
    width: 98%;
    line-height:1.4em;
    background-color:#1c1c1b;
    border: 1px solid yellow;
    text-decoration: none;
    text-align: center;
    font-family: arial, "lucida console", sans-serif
    font-weight:900;
    }
    
    ul a:hover
    {
    background-color:#000000;
    }
    
    
    Code (markup):
    Thanks for any ideas.
     
    michaelh613, Dec 17, 2007 IP