avenus
11-26-2008, 05:33 PM
hey guys i have one problem.
i have listed items that are floated in left side and i want to make the display at the center of my page in any conditions. Can any one help me with this?
here's the CSS
#footer {
font-size: small;
font-family: "Trebuchet MS",Trebuchet,Tahoma,Verdana;
color: #999;
background: #d0d0d0 url(../images/footer/background.png) repeat-x top;
}
#footer ul.nav {
list-style:none;
padding-top:25px;
text-align: center;
}
#footer ul.nav li {
padding-left: 3%;
float:left;
}
#footer ul.nav li a {
text-decoration:none;
display: block;
}
i have listed items that are floated in left side and i want to make the display at the center of my page in any conditions. Can any one help me with this?
here's the CSS
#footer {
font-size: small;
font-family: "Trebuchet MS",Trebuchet,Tahoma,Verdana;
color: #999;
background: #d0d0d0 url(../images/footer/background.png) repeat-x top;
}
#footer ul.nav {
list-style:none;
padding-top:25px;
text-align: center;
}
#footer ul.nav li {
padding-left: 3%;
float:left;
}
#footer ul.nav li a {
text-decoration:none;
display: block;
}