hola! hace poco os mande un problemilla que tenia porque con explorer se veia bien y con firefox no. pues bien, vuelvo a tener el mismo problema con otra de las paginas, y por mas que lo reviso no encuentro el fallo. me podrias ayudar?
aqui os dejo el archivo html y la hoja css.
archivo html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>pájaros y servilletas</title>
<link rel="stylesheet" href="estilosindex.css" type="text/css" media="all">
<style type="text/css"></style>
</head>
<body>
<div id="global">
[contenido no disponible]
<p class="entrar">entrar</p>
</div>
</body>
</html>
hoja css:
#global {width:800px;
margin: 2px auto
}
body {background-color: #828282;
color: #FFFAFA;
background-image: url(fondoindex.jpg);
background-repeat: no-repeat;
background-position:bottom;
}
img {border-style: none;}
.letras {position:relative;
top: 100px;
}
.entrar {font-family: arial;
font-size:25px;
position:relative;
left: 290px;
top: 105px;
}
a {color: #FFFAFA;
text-decoration: none;
}
a:link {color: #FFFAFA}
a:visited {color: #FFFAFA}
a:hover {color: #000000}
a:active {color: #FFFAFA}
muchas gracias y un saludo!
aqui os dejo el archivo html y la hoja css.
archivo html:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>pájaros y servilletas</title>
<link rel="stylesheet" href="estilosindex.css" type="text/css" media="all">
<style type="text/css"></style>
</head>
<body>
<div id="global">
[contenido no disponible]
<p class="entrar">entrar</p>
</div>
</body>
</html>
hoja css:
#global {width:800px;
margin: 2px auto
}
body {background-color: #828282;
color: #FFFAFA;
background-image: url(fondoindex.jpg);
background-repeat: no-repeat;
background-position:bottom;
}
img {border-style: none;}
.letras {position:relative;
top: 100px;
}
.entrar {font-family: arial;
font-size:25px;
position:relative;
left: 290px;
top: 105px;
}
a {color: #FFFAFA;
text-decoration: none;
}
a:link {color: #FFFAFA}
a:visited {color: #FFFAFA}
a:hover {color: #000000}
a:active {color: #FFFAFA}
muchas gracias y un saludo!