PDA

Click to See Complete Forum and Search --> : image link - pancaked in IE6


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

StupidDarthFlanders
11-06-2007, 09:03 PM
You can try this.

#logo img {
border:none;
}

Neballer
11-06-2007, 10:27 PM
That's not the problem there Diddly.
The problem is I have a link that IE6 won't let me click.

hewligan
11-06-2007, 10:33 PM
Well, I just tried that line in a page with IE6 (And a different graphic) and it worked fine.