Archive for November, 2009

Fixing IE’s image gap

This IE bug happed typicaly if you use a XTML Transitional doc type
doctype is: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en”>
The problem sometime like this :
“The images have a 1px border that render ok in the compliant browsers but IE6 leaves a small gap between the bottom of the graphic and the [...]

Fixing IE 5/6 Doubled Float-Margin Bug

What Goes Wrong With Float Margins in IE6
A coder innocently places a left float into a container box, and uses a left margin on the float to push it away from the left side of the container. Seems pretty simple, right? Well it is until it’s viewed in IE6. In that browser the left float [...]