Search Results

0
votes

IE6 bug. Div’s height increases when a:hover is triggered

I've had that happen to me as well, but I can't remember where that was exactly. I think I did solve it, but I'm not entirely sure how anymore. I can think of two things: Give the …
3
votes

Why doesn’t my site work in IE6 or IE7?

It doesn't have anything to do with HTML errors. The worst that can do is show a garbled or blank page. There is some sort of server misconfiguration going on of WordPress and the gzi …
4
votes

IE6 png bug; links don’t work?

Try this: http://www.hrunting.org/csstests/iealpha.html In short: What matters is that the …
1
vote

CSS problem with IE6 to render a menu

Try adding this (to your IE6-only stylesheet, of course): .subMenu { zoom: 1 } That gives submenus "layout" and makes it work for me, though it's a bit hard to tes …
3
votes

CSS padding on input element breaks ie6 ie7

This only happens in Quirks mode, so fix your doctype. It looks like IE isn't able to change the height of an input i …
0
votes

Float over two elements

You're probably not going to be able to do that, depending on what exactly you mean. The reason it doesn't work is because of IE6's magical …