Hola se que no es una novedad, pero tengo problemas con mi web en Internet Explorer.
La diseñe en html5 y css. En Chrome se ve genial, en firefox la linea azul esta mal ubicada <hr> y el IE se ve todo ensimado.
Me pueden ayudar dejo el link a la pagina:
http://www.alvarezweb.com.ar/SliderN.../contacto.html
Y los codigos:
Código HTML:
Ver original<!DOCTYPE html PUBLIC>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Contacto - Sitio Oficial Localidad de Álvarez
</title> article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
display: block;
}
body{
background: url(http://www.alvarezweb.com.ar/Fotosaereas/alvarez_003_fondo.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.contenedor
{
width: 100%;
max-width: 1200px;
height: 100%;
position: relative;
margin:0 auto;
vertical-align: middle;
left: auto;
top: auto;
right: auto;
bottom: auto;
clip: rect(auto,auto,auto,auto);
}
.cabecera
{
width: 100%;
height: 30%;
background-color:#FFF;
position: relative;
margin: auto;
vertical-align: middle;
clip: rect(auto,auto,auto,auto);
}
#logo
{
position: relative;
margin-left:3%;
margin-top: 3%;
float:left;
z-index:3;
}
#frente
{
position: relative;
margin-right:3%;
float:right;
z-index:3;
}
#menu
{
width: 100%;
height:12%;
background-color:#FFF;
z-index:0;
position:absolute;
overflow:hidden;
margin-left:auto;
margin-right:auto;
}
ul#menu-horizontal li {
margin-top:3%;
margin-right:4%;
float: right;
display: inline;
position: relative;
z-index:3;
overflow:hidden;
}
#menu-horizontal {
width:100%;
margin:auto;
position:absolute;
}
#menu-horizontal li {
margin:auto;
width:12%;
text-align:center;
list-style:none;
font:0.95em Arial;
}
/* y otro poquito por aquí.. */
#menu-horizontal li:hover {
border-bottom:#09C solid 10px;
}
#menu-horizontal li a {
color:#09C;
text-decoration:none;
}
#formulario
{
width: 90%;
height: auto;
background-color:#fff;
background-color: rgba(255,255,255,0.8);
position: relative;
font:Arial, Helvetica, sans-serif;
size: 1.3em;
margin: auto;
margin-top:5%;
clear: both;
padding: 2%;
padding-top:10%;
text-align: left;
z-index:1;
}
footer
{
width:100%;
height: auto;
background:#09C;
position: relative;
font:Arial, Helvetica, sans-serif;
color:#FFF;
size: 0.9em;
margin: auto;
padding: 2%;
text-align: center;
}
.contactotitulo {
color: #999;
text-align:left;
font-family: Arial, Helvetica, sans-serif;
font-size: 2em;
}
.footer {
font-family: Arial, Helvetica, sans-serif;
}
<!--[if !IE 6]>
<link rel="stylesheet" type="text/css" media="screen, projection" href="css-comun.css" />
<!--<![endif]-->
<!--[if gte IE 7]>
<link rel="stylesheet" type="text/css" media="screen, projection" href="css-ie.css" />
<![endif]-->
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" media="screen, projection" href="http://universal-ie6-css.googlecode.com/files/ie6.0.3.css" />
<![endif]-->
<div id="logo"><img src="../logopagina.png" width="100" height="101" alt="Comuna de Alvarez"></div> <div id="frente"><img src="bannerpagina2.png" width="1024" height="200" alt="frente comuna"></div> <hr color="#0099CC" size="50%" width="100%" align="center" /> <ul id="menu-horizontal"> <li><a href="#" title="Texto">CONTACTO
</a></li> <li><a href="#" title="Texto">INSTITUCIONALES
</a></li> <li><a href="#" title="Texto">INFO. GENERAL
</a> <li><a href="#" title="Texto">HISTORIA
</a></li> <li><a href="#" title="Texto">BIENVENIDO
</a></li>
<span class="contactotitulo">Contacto
</span> <form id="form1" name="form1" method="post" action="enviar.php"> <input name="nombre" type="text" id="nombre" size="50" maxlength="50" required="" />
<input name="telefono" type="text" id="telefono" size="50" maxlength="50" required="" /> <input name="email" type="text" id="email" size="50" maxlength="100" required=""/> <p>Seleccion el area correspondiente
</p> <select name="Departamento" required=""> HOTMAIL
<textarea name="mensaje" id="mensaje" cols="49" rows="5" required=""></textarea> <input type="submit" name="enviar" id="enviar" value="Enviar" /> Tel: 03402 461801