Me surje un problema al usar los comentarios condicionales para llamar a un estilo css diferente para el explorer.
Logre hacer funcionar el comentario pero al visualizarlo en explorer este me toma el css pero a su vez me aparece en la pantalla en la esquina superior izquierda.
asi comienza mi documento:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<html xmlns="http://www.w3.org/1999/xhtml" lang="es" xml:lang="es">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>mi pagina</title>
<link rel="stylesheet" type="text/css" href="style.css" media="screen"/>
<!--[if it IE 7]>
<link rel="stylesheet" type="text/css" href="ie7.css" media="screen"/>
<![endif]-->
</head>