It's good sometimes to write something in this blog which is not related to this application called IE. I prefer using a browser, not IE. I also prefer writing something about C, Perl, or something else. Actually there's nothing I stumble over so badly like issues with browsers.
Now the daily meal is - IE6 crashes with a big time crash while loading the fancy popup here in SiteKreator.com.
The header contained 2 blocks - the title on the left and the control buttons on the right. There was a spacer layer in between the control buttons which eased the calculation of the width of the block with different browsers (it wasn't with spacers before, but IE, again, made me do that ugly patch).
So this spacer had a "float: left" CSS attribute and when I removed it, the browser stopped crashing (!?). I found that my calculation was wrong and this CSS attribute triggered the crash. So I fixed the calculations and left the attribute there.
Now it works.
|