amcf1992
09-19-2011, 07:04 PM
I don't know whats wrong, not displaying images at all
CSS CODE
p.accountsummary {
background-image: url('../includes/image/accountsummary.jp…
position: relative;
top: 50 px;
}
#header {
background-image: url('../includes/image/header.jpg');
width: 1000px;
height: 45 px;
}
HTML CODE
<div id="header">
</div>
<div class= "account summary">
</div>
CSS CODE
p.accountsummary {
background-image: url('../includes/image/accountsummary.jp…
position: relative;
top: 50 px;
}
#header {
background-image: url('../includes/image/header.jpg');
width: 1000px;
height: 45 px;
}
HTML CODE
<div id="header">
</div>
<div class= "account summary">
</div>