Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

CSS positioning problem ....

Posted 17 May 2006 18:46:15
1
has voted
17 May 2006 18:46:15 Arson Fraud posted:
#side_graphic {
position:relative;
width:110px;
height:auto;
z-index:2;
left: 10px;
top: 183px;
visibility: visible;
background-image: url(../images/side_graphic.jpg);
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}
#top_graphic {
position:relative;
width:1150;
z-index:1;
left: 10px;
top: 33px;
visibility: visible;
background-image: url(../images/top_graphic_title.jpg);
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
height: 150px;
}
#footer_graphic {
position:relative;
width:1150px;
height:27;
z-index:3;
left: 10px;
top: 593px;
visibility: visible;
background-image: url(../images/bottom_graphic.jpg);
background-repeat: no-repeat;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
}

Replies

Replied 18 May 2006 18:11:55
18 May 2006 18:11:55 Javier Castro replied:
???????
What's is the problem?????????????????? Can you explain?

Reply to this topic