bueno buscando por la web, y revisando algunos ejemplos, la solucion a todo este problema esta en este simple codigo...
Código:
/* Overcome stupid 3px margin bug in IE/Win floats,
which fixes a lot of things, including disapearing company nav,
randomly appearing text, and wrappers pushed too wide.
http://www.positioniseverything.net/explorer/threepxtest.html */
* html #content, * html #c2, * html #c3 {
margin-right:-3px;
}
espero que les sirva. alguna duda envien un
Win MX