Hola webmasters.
Mi duda es simple pero no encuentor el error del código.
Mis primeros 3 elementos de la web los quiero en orden de arriba hacia abajo pegados uno debajo del otro sin espacios entre los mismos.
Resulta que en Chrome los 2 primeros (banner + pelicula flash) aparecen juntos y el tercer elemento(menu flash) separado por unos 3 o 4 cm.
En Iexplorer aparecen los 3 separados con una distacia de 3 cm también.
URL: http://intersystem-arg.site90.net/Hardware.html
Creo que mi codigo no esta funcionando:
HTML:
<body>
<div id="global">
<div id="contenido"><img src="home_logo.jpg" width="290" height="119"><img src="home_top.jpg" width="510" height="119"></div>
<div id="menu"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab…" width="800" height="300">
<param name="movie" value="flash a terminar.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="flash a terminar.swf" width="800" height="300" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" ></embed></object></div>
<div id="botonera">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab…" width="800" height="45">
<param name="movie" value="botom.swf">
<param name="quality" value="high">
<embed src="botom.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="45" ></embed>
</object></div>
CSS
body {position:absolute ; height:inherit ; height:auto ; background-color:#e6fbef }
#banner { background-image:url(banerprueba.png); background-repeat: no-repeat ; Overflow: visible ;
height:100px;
width:auto;
border-right: 1px;
border-top: 0px;
border-width: 1px;
border-color: #3399FF }
#contenido {
height:
68px;
background-color:#e6fbef;
width:802px ; padding-bottom: 1px }
#contenido2 { height: 650px ; width: 800px ; border:solid 1px #000000 ; padding-top: 5px }
#global {
width:auto;
margin-left: 250px;
height:800px;
margin-top: 4px;
margin-right: auto;
margin-bottom: 4px;}
#botonera {height:50px; width: 700px ; background-color:#e6fbef }
#menu {width: 300px ; height: 300 px }
Mi duda es simple pero no encuentor el error del código.
Mis primeros 3 elementos de la web los quiero en orden de arriba hacia abajo pegados uno debajo del otro sin espacios entre los mismos.
Resulta que en Chrome los 2 primeros (banner + pelicula flash) aparecen juntos y el tercer elemento(menu flash) separado por unos 3 o 4 cm.
En Iexplorer aparecen los 3 separados con una distacia de 3 cm también.
URL: http://intersystem-arg.site90.net/Hardware.html
Creo que mi codigo no esta funcionando:
HTML:
<body>
<div id="global">
<div id="contenido"><img src="home_logo.jpg" width="290" height="119"><img src="home_top.jpg" width="510" height="119"></div>
<div id="menu"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab…" width="800" height="300">
<param name="movie" value="flash a terminar.swf">
<param name="quality" value="high">
<param name="wmode" value="transparent">
<embed src="flash a terminar.swf" width="800" height="300" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" ></embed></object></div>
<div id="botonera">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab…" width="800" height="45">
<param name="movie" value="botom.swf">
<param name="quality" value="high">
<embed src="botom.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="45" ></embed>
</object></div>
CSS
body {position:absolute ; height:inherit ; height:auto ; background-color:#e6fbef }
#banner { background-image:url(banerprueba.png); background-repeat: no-repeat ; Overflow: visible ;
height:100px;
width:auto;
border-right: 1px;
border-top: 0px;
border-width: 1px;
border-color: #3399FF }
#contenido {
height:
68px;
background-color:#e6fbef;
width:802px ; padding-bottom: 1px }
#contenido2 { height: 650px ; width: 800px ; border:solid 1px #000000 ; padding-top: 5px }
#global {
width:auto;
margin-left: 250px;
height:800px;
margin-top: 4px;
margin-right: auto;
margin-bottom: 4px;}
#botonera {height:50px; width: 700px ; background-color:#e6fbef }
#menu {width: 300px ; height: 300 px }