pero me surgui un inconeniente...
web: www.nelsistemas.com.ar/principal.html
el problema consiste que depende la version del explorer, 6 o 7, me aparece un pequeño interlineado entre 2 divs que tienen q estar totalmente juntos. Y por otro lado los bordes hechos con png no se hacen transparentes en el ie6 tampoco. en firefox se ve perfecto.
le puse un fondo verde para q se note.
les dejo los cod.
css:
Código :
.principal {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-right: 0px;
text-align: center;
}
.baner {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin-right: auto;
margin-left: auto;
text-align: center;
height: 114px;
width: 712px;
}
.cuerpo {
width: 712px;
background-image: url(imagenes/bordelr.png);
background-repeat: repeat;
height: auto;
margin-right: auto;
margin-left: auto;
}
.bordetop {
background-image: url(imagenes/bordetop.png);
width: 712px;
height: 11px;
margin-right: auto;
margin-left: auto;
margin-top: 5px;
}
.bordefinal {
background-image: url(imagenes/bordefinal.png);
width: 712px;
margin-right: auto;
margin-left: auto;
height: 23px;
}
y el html
Código :
<!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=iso-8859-1" />
<title>NelSistemas</title>
<link href="base.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-color: #00CC66;
}
-->
</style></head>
<body>
<div class="principal">
<div class="baner">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="712" height="114" align="middle" title="baner">
<param name="movie" value="flash/baner.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<embed src="flash/baner.swf" width="712" height="114" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
</div>
<div class="bordetop"></div>
<div class="cuerpo">
sdfsdfsdf<br />
sdfsdfsdfsdfsdfsdfsdf<br />
sdfsdfsdfsdfsdfsdf<br />
sdfsdfsdfsdfsdfsdf<br />
sdfsdfsdfsdfsd<br />
sdfsdfsdfsdf<br />
sdfsdfsdfsdfsdf<br />
asdasdasd<br />
asdasdasd<br />
asdasdasdas<br />
asdasdasdsd
</div>
<div class="bordefinal">options</div>
</div>
</body>
</html>saludos a todos...
