hi, I faced some troubles when i made this basic appearance to my site:
So, these two tables should be in container:PHP Code:* {
margin: 0;
padding: 0;
}
body {
font-size: 62.5%;
font-family: Arial, sans-serif;
background: url(images/2laida/bg-1.png) center no-repeat;
background-attachment:fixed;
}
ul#head {
height: 72px;
list-style: none;
margin: 0 auto;
}
ul#head div#virsus {
height: 72px;
width: 900px;
background: url(images/2laida/visas[naujesnis].png) center no-repeat;
margin: 3 auto;
}
#up-col {
height: 10px;
width: 900px;
margin: 2 auto 0 auto;
background: url(images/2laida/up.png) center no-repeat;
}
#container {
width: 900px;
margin: 0 auto;
background: url(images/2laida/middle.png) center repeat-y;
}
#container .left-side {
float: left;
width: 230px;
border: 2px solid #CCCCCC;
}
#container .right-side {
float: right;
width: 600px;
border: 2px solid #CCCCCC;
}
#footer {
height: 10px;
width: 900px;
background: url(images/2laida/down.png) center no-repeat;
margin: 0 auto 2 auto;
}
But the problem is that background of container disappears somehow. Can you help me with this?PHP Code:#container .left-side {
float: left;
width: 230px;
border: 2px solid #CCCCCC;
}
#container .right-side {
float: right;
width: 600px;
border: 2px solid #CCCCCC;
}
Also, maybe there is some mistakes in other thing... just say what you think about thisthanks



thanks
Reply With Quote



Bookmarks