Search Results

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 …
3
votes

Whitespace at bottom of page in IE7 and Chrome only

The reason you're getting the whitespace is because you're using relative positioning for the logos in your footer. Use absolute positioning instead. …
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 …
-2
votes

Why can’t I clear:left these labels in IE7?

As Emily said, it's not going to work with floats... But then of course, you can ju …
1
vote

CSS text-select cursor ie7, strange behavior

I'm pretty sure I have encountered it before, but it's probably a bit too subtle to really notice during some superficial browser testing. But I've certainly also had issues fixed by setting a back …
1
vote

Strange IE7 Printing Bug

Not quite an answer, I'm afraid, but it was getting a bit too lengthy for a comment... In what way is the positioning "all wrong" when you change the position attribute? Are yo …