Affected Versions
This bug affects: IE6
Symptoms
Only text is clickable on links (<a>) that are styled with display: block and thus have extra clickable area in standard compliant browsers
Date of the Tutorial
Fri Jul 17 12:54:45 2009
Description
Note: you may be experiencing "Partial Click Bug v2" bug, which has very similar symptoms
Once again the famous couple, float and haslayout, come together to bring us trouble. A pretty common situation: floated container with a link (<a>) inside of it. Link is styled with display: block thus expands to fill the entire width of the container providing extra clickable area. IE versions below version 7 decide that extra clickable area is not exactly what you want and limit link's clickability to text only. Let's take a peek at the demo.
