Neballer
11-06-2007, 07:15 PM
sooooo-k:
I have a basic, fundamental, easy-peasy link here:
<a href="../index.html"><img src="../images/ahsLogo.jpg" width="210" height="105" alt="ahs" /></a>
that's in a div:
#logo {
margin-right:auto;
margin-left:auto;
width:760px;
padding:6px 0 0 38px;
cursor:pointer;
}
In IE6 I get the default blue line around the image that shows up when you make an image a link, but I can't click on it. Even with the cursor property defined, I still get bubkus. I've made it a relative and absolute link - still nothing. Doesn't work with text either. It works in everything else, IE7, Firefox, Safari, Opera. Anybody have any ideas? And no, "Pancake IE6 is not an idea, or option."
Cheers
I have a basic, fundamental, easy-peasy link here:
<a href="../index.html"><img src="../images/ahsLogo.jpg" width="210" height="105" alt="ahs" /></a>
that's in a div:
#logo {
margin-right:auto;
margin-left:auto;
width:760px;
padding:6px 0 0 38px;
cursor:pointer;
}
In IE6 I get the default blue line around the image that shows up when you make an image a link, but I can't click on it. Even with the cursor property defined, I still get bubkus. I've made it a relative and absolute link - still nothing. Doesn't work with text either. It works in everything else, IE7, Firefox, Safari, Opera. Anybody have any ideas? And no, "Pancake IE6 is not an idea, or option."
Cheers