At this page of my 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: #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?
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.