I am designing a site with a styled unordered list as a menu, with links using display: block to , er, display as block level elements, and then using a:hover to change the background. The problem is that sometimes in IE6 the whole block of the link is not clickable, although it is in other browsers. I have one menu where the whole block is clickable in IE6, and another where it isn't, and I can't for the life of me spot the difference in my css for the 2 menus.
Is this a known bug in IE6, and if so, what is the solution?
Is this a known bug in IE6, and if so, what is the solution?