3pepe3
November 19th, 2007, 06:55 PM
Hello world... does anybody knows why this link (http://www.pepemagana.com/prueba/gajdel1/client_care/client/ed_login.cfm) is not showing the background on IE???
<html>
<body bgcolor="#565751">
<div align="center">
<img src="../../logo.jpg" alt="" border="0" align="middle">
<BR>
<pepe>
blablabla... here is my content.
</pepe>
</div>
</body>
</html>
and the CSS for the background...
pepe
{
background: #7D7D7D url(images/log-in.jpg) center no-repeat;
padding: 0px 600px 360px 0px;
}
<html>
<body bgcolor="#565751">
<div align="center">
<img src="../../logo.jpg" alt="" border="0" align="middle">
<BR>
<pepe>
blablabla... here is my content.
</pepe>
</div>
</body>
</html>
and the CSS for the background...
pepe
{
background: #7D7D7D url(images/log-in.jpg) center no-repeat;
padding: 0px 600px 360px 0px;
}