Archive for the 'IE' Category

Yet another grievous error on IE’s part (updated: float problem)

Wednesday, September 26th, 2007

AJAX can be really useful sometimes. We all agree on that. We’ve pretty much solved the cross-browser divide when it comes to the XHR object by using libraries, but one thing still remains - what about the GUI? I know this might seem like just another post about using AJAX and fancy GUI updates, but let […]

Fixing the column problem in IE6

Wednesday, January 24th, 2007

I’ve just stumbled upon a bug in IE6 that doesn’t manifest itself in IE7, and it has to do with floated elements. I’ve used 4 floated columns to display 4 independent DIVs and floated them all left within a container DIV element. During development, I’ve been changing widths of the columns to get them aligned just […]