bueno tengo una severa duda con esto, ya que me lei de todo en cuanto a esto y la solucion es un poco boluda, aqui les dejo mi inquietud para que me colaboren en esa parte.
he aqui el index
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.Zymic.com//TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.Zymic.com//2003-2007/xhtml" xml:lang="en" lang="en">
<head>
<title>Metal Slug</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="Index.css" type= "text/css" media="all">
<script language="JavaScript1.2" type="text/javascript">
<!--
//force no cache
if ((navigator.appVersion.substring(0,1) == "5" && navigator.userAgent.indexOf('Gecko') != -1) || navigator.userAgent.search(/Opera/) != -1) {
document.write('<meta http-equiv="pragma" CONTENT="no-cache" />');
}
//scroll fix for IE
window.onload = function ()
{
if(document.all) {
var codeFix = document.all.tags("div");
for (var codeI = 0; codeI < codeFix.length; codeI++)
{
if (codeFix.className == "scroll" && (codeFix.scrollWidth > codeFix.clientWidth || codeFix.clientWidth == 0))
codeFix.style.height = (codeFix.clientHeight + 34) + "px";
}
}
}
// -->
</script>
</head>
<body>
<div align="center">[contenido no disponible]</div> esta es la imagen en cuestion
<div align="center">[contenido no disponible]</div>
</div>
</div>
</body>
</html>
y este seria el css
body { color: white ;
background-color: #000000;
background-image: url(objetos/logistica/Espacio.jpg);
background-repeat: repeat-repeat ;
background-position: none ;
font-family: "Tahoma", Arial, Verdana, Helvetica, sans-serif }
#fondo { background-image: url(objetos/logistica/fondo.jpg); width: 900px; margin: 4px auto; padding: 6px 0px; text-align: center}
#global {margin: 0px auto; width: 800px}
.centrado {text-align:center}
#contenido p {margin: 5px 10px 0px 10px ; text-indent: 15px}
img { border:0px; }
habiendo probado de todo , no he podido con ese detalle.
gracias por la atencion prestada
he aqui el index
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.Zymic.com//TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.Zymic.com//2003-2007/xhtml" xml:lang="en" lang="en">
<head>
<title>Metal Slug</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="stylesheet" href="Index.css" type= "text/css" media="all">
<script language="JavaScript1.2" type="text/javascript">
<!--
//force no cache
if ((navigator.appVersion.substring(0,1) == "5" && navigator.userAgent.indexOf('Gecko') != -1) || navigator.userAgent.search(/Opera/) != -1) {
document.write('<meta http-equiv="pragma" CONTENT="no-cache" />');
}
//scroll fix for IE
window.onload = function ()
{
if(document.all) {
var codeFix = document.all.tags("div");
for (var codeI = 0; codeI < codeFix.length; codeI++)
{
if (codeFix.className == "scroll" && (codeFix.scrollWidth > codeFix.clientWidth || codeFix.clientWidth == 0))
codeFix.style.height = (codeFix.clientHeight + 34) + "px";
}
}
}
// -->
</script>
</head>
<body>
<div align="center">[contenido no disponible]</div> esta es la imagen en cuestion
<div align="center">[contenido no disponible]</div>
</div>
</div>
</body>
</html>
y este seria el css
body { color: white ;
background-color: #000000;
background-image: url(objetos/logistica/Espacio.jpg);
background-repeat: repeat-repeat ;
background-position: none ;
font-family: "Tahoma", Arial, Verdana, Helvetica, sans-serif }
#fondo { background-image: url(objetos/logistica/fondo.jpg); width: 900px; margin: 4px auto; padding: 6px 0px; text-align: center}
#global {margin: 0px auto; width: 800px}
.centrado {text-align:center}
#contenido p {margin: 5px 10px 0px 10px ; text-indent: 15px}
img { border:0px; }
habiendo probado de todo , no he podido con ese detalle.
gracias por la atencion prestada