Log in

View Full Version : IE6/7 unclickable images in block spans - non-JS fix?



jlizarraga
05-15-2009, 08:19 PM
Hi all,

I am trying to overcome this bug:

http://www.brunildo.org/test/IEaL.html

http://tinyurl.com/r7ze4a (the second test case on this page)

The simple fix is to remove Layout-inducing properties from the block span, but I am in a situation where I am stuck with block spans. The most painless solution I have found it to give the parent link the following:

onclick="this.click();"

But this fix sucks as it depends on JS, and inline JS at that.

Does anyone know of a better fix?

Thanks!