PDA

View Full Version : background on IE not displayed



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;
}

3pepe3
November 19th, 2007, 08:52 PM
well i really hate to work on HTML because i'm a compleatly noob, but well now i fixed the problem.
instead of the original CSS i change it gor this:


.pepe
{
background:#7D7D7D url(images/log-in.jpg) no-repeat center;
width:600px;
height:383px;
}


and on the html


<div class="pepe">.....info....</div>
thanks and good luck