This article was on digg a while back. I meant to post it on here too, but I forgot up until now. Basically it’s a bunch of known bugs, some of which I already covered I think, and their fixes.
Well here it is:
Hope this helps!
This article was on digg a while back. I meant to post it on here too, but I forgot up until now. Basically it’s a bunch of known bugs, some of which I already covered I think, and their fixes.
Well here it is:
Hope this helps!
Ever notice the weird difference in margins between IE6 and the rest of the browsers when using floats? IE6 seems to like to add an extra pixel more than specified in margins. The following will show you an easy way to fix this problem.
more →
Like I mentioned in another post, having a div with a position:fixed doesn’t work in lower versions of IE; but IE7 beta 2 apparently works, but you have to declare the document as strict:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
In this tutorial, I’ll show you a way to get around this and implement a fake “position:fixed.”
more →
I find it really frustrating trying to get all the browsers to display transparent things properly. And even now I have trouble getting it to work the way I want it to. As usual, IE6 is the one that doesn’t want to cooperate.
more →
I just stumbled on this nice little tutorial on how to fix the min-width problem with IE6 without using Javascript like I mentioned in an earlier post.
more →