Links are invisible in IE6 but appear in FF

Discussion in 'HTML & Website Design' started by sri, Dec 28, 2006.

  1. #1
    At this page of my site, URL Form and Manage Cookies links appear in Firefox:

    proxylinks.jpg

    whereas in IE 6, the links don't appear but when the mouse is over them, the cursor turns into hand type and the links are clickable:

    proxylinks_IE.jpg

    Here is the code being used:

    #menu
    { 
        -moz-border-radius: 0 30px 0 0;
        /* border-left: 1px solid #CCCDD7; 
        border-bottom: 1px solid #CCCDD7; */
        float: right;
        height: 20px;
        /* background-color: #ffffff;
        color: #336600; */
        font-size:80%;	
    }
    Code (markup):
    Any idea as to what's wrong?
     
    sri, Dec 28, 2006 IP
  2. d16man

    d16man Well-Known Member

    Messages:
    6,900
    Likes Received:
    160
    Best Answers:
    0
    Trophy Points:
    180
    #2
    not sure, but I have the opposite problem, so if anyone answers, can you let me know?
     
    d16man, Dec 28, 2006 IP
  3. sri

    sri Active Member

    Messages:
    917
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    70
    #3
    d16man: What is the URL of your page w/ the prob?
     
    sri, Dec 28, 2006 IP
  4. rb3m

    rb3m Peon

    Messages:
    192
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I see them fine in IE7. Probably you'll need to use some kind of conditional styling to change the color of the links for IE6.
     
    rb3m, Dec 28, 2006 IP