jack fredricks wrote:

> > The image is absolutely positioned, but I cannot
> > left-click on it to activate the link.
[...]
> I'd already tried to give it layout. But after your
> email I tried again...with no luck.

As Phillipe mentioned, the problem in IE5.0 is caused by the fact that the
anchor already has 'layout', caused by position:absolute.
What you could try is to /avoid/ layout on the anchor: add a div (or another
element) around the anchor, give position:absolute to this new element, and
remove it from the anchor (as well as any other layout trigger like
height:1% that you have now.)
Don't know if this works in your real case. The only other workaround that I
know is not a CSS one: use javascript to add (for IE5.0 only) an onclick
event handler that emulates the normal anchor behaviour.

hth,
Bruno

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to