La única forma que encontré es indicarle otro valor para ie6 con "_margin-right" pero me gustaría saber si hay otra forma o si algo no lo hago bien
Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <title>JSP Page</title> <style> .contenedor{width:300px; height:400px; background:red; padding:3px} .de50{float:left; width:45%; background:white; padding:2%; margin-right:2%;} .noMargin{margin-right:0} </style> </head> <body> <div class="contenedor"> <div class="de50">Uno</div> <div class="de50 noMargin">Dos</div> </div> </body> </html>
Pero la verdad no sé si usan mucho ie6, por las dudas