ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Other Software > Developer's Corner

Links are invisible in IE6 but appear in FF

(1/1)

sri:
At this page of my new site, URL Form and Manage Cookies links appear in Firefox:

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:



Here is the code being used:


--- ---<div id="menu">
          <a href="<?php echo $_SERVER['PHP_SELF'] ?>">URL Form</a> |
          <a href="?action=cookies">Manage Cookies</a>
         </div>

--- ---#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%;
}
Any idea as to what's wrong?

mouser:
try some tests sri, try changing the div id to "menu_disabled" in the html to see if its a css problem.
try getting rid of the hrefs in the html to see if its the php hrefs..
experiment to localize the problem.

crono:
Hi,

adding

--- ---#menu_right{
position:absolute;
}
to your "ie6_or_less.css" should fix it :)

Navigation

[0] Message Index

Go to full version