Ver Mensaje Individual
  #8 (permalink)  
Antiguo 26/04/2005, 17:31
winMx
 
Fecha de Ingreso: julio-2004
Mensajes: 5
Antigüedad: 19 años, 8 meses
Puntos: 0
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