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?