Archive for December, 2009

December 1, 2009

Fixing IE Bugs: hasLayout

by Josh at 10:02 pm

Well, you learn something new every day.  And this is what I learned today.  I originally posted this on the ifPeople blog.
Fixing cross-browser errors are always a pain for web developers.  Most of the time, this means fixing something that shows up incorrectly in Internet Explorer, but perfectly fine in Firefox.  I hit a bug [...]