Comunidad de diseño web y desarrollo en internet online

estilos CSS desconfigurados en IE7

Citar            
MensajeEscrito el 29 Abr 2010 08:11 pm
buenas tardes, les agradezco de ante mano sus respuestas

tengo el sig archivo HTML

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="estilos.css" rel="stylesheet" type="text/css" />
<title>Documento sin t&iacute;tulo</title>
<style type="text/css">
<!--
body {
background-color: #E6E6E6;
}
-->
</style></head>

<body>

<div id="header-container" style="background:#000000">

<img src="imagenes/logo3.png" border="0"; style="margin:10px 0 0 0; position:relative;"/>

<div class="div_link" style="background:#99CC33"><a href="#">Inicio</a> &iota; <a href="#">Quines somos</a> &iota; <a href="#">Contáctenos</a> &iota; <a href="#">Buscar</a> &iota; <img src="imagenes/rss.png"/><a href="#" style="margin:0 0 0 3px;">RSS</a>

<div class="div_buscar"><b>Busqueda:</b></div>
<div style="margin:15px 23px 0 0; height:15px; width:210px; padding:right; float:right;"><script language="">fecha();</script></div>
</div>
</div>

</body>
</html>



Y en el CSS tengo

#header-container {
margin:0 auto;
width:950px;
padding-top:5px;
height:115px;
/*border:1px solid #FFFF00;*/
position:relative;
text-align:left;
color:#FFFFFF;
}

.div_link{
float:right;
width:307px;
font-size:12px;
color:#FFFFFF;
}

.div_buscar{
border:1px solid #CCCCCC;
width:250px;
height:40px;
font-size:12px;
float:right;
margin:20px 30px 0 0;
background:#E9E9E9;
color:#666666;
}


por favor miren en IE7 para que se den cuenta los que les digo.

el div que esta alineado a la derecha en IE7 y versiones anteriores lo muestra a la derecha pero muy abajo como si hubiese dado un clear:both; a ese div.

que solucion puedo dar a este problema.

Por Jaime Luis Melendez

12 de clabLevel



Genero:Masculino  

msie8
Citar            
MensajeEscrito el 07 May 2010 06:53 am
Yo lo que haria es hacer un CSS para IE 7 modificado los valores que tienes en tu actual CSS, y luego por medio de condicionales cargar los CSS dependiendo de que navegador se esta usando para ver la pagina

Por ipraetoriux

18 de clabLevel



Genero:Masculino  

Ingeniero en Software

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.