Got a problem in floating here is the error i want to float the news part to the left but i came up withthis
i want to achieve likethis
body
{
font-size: 90%;
font-family: "Trebuchet MS";
background: #000000 url(images/main_bg2.jpg) no-repeat;
line-height: 1.6em;
text-align: center;
color: #000000;
}
ul, li, img, body, html
{
margin: 0;
padding: 0;
}
a
{
text-decoration: none;
color: #FFFFFF;
}
a:hover
{
text-decoration: none;
}
a img
{
border: none;
}
h3 { font-family:Georgia, "Times New Roman", Times, serif; font-size:22px;}
#container
{
text-align: left;
margin: auto;
width: 970px;
background-color:#FCC86F;
}
#tier1, #tier2, #tier3
{
margin-bottom: 1em;
}
#mainContent #tier1
{
height: 300px;
padding-top: .6em;
}
#mainContent #tier2 div
{
float: left;
width: 31.5%;
margin-right: 1em;
padding: 0 0 .5em 0;
}
#tier1 #imageslider
{
height: 400px;
background-color:#000000;
float: left;
width: 100%;
border: none;
padding: 0;
margin:0;
}
#tier2 h3
{
text-align: left;
}
#mainContent #tier3
{
position: relative;
}
#mainContent #tier3 div
{
margin: 0 0 1em 0;
padding: 0;
padding-bottom: .5em;
}
#tier3 div#News&Events
{
width: 31.6%;
float: left;
}
#mainContent #tier3 #welcome
{
float: right;
width: 64.8%;
margin-right: .6em;
}
#menu {
list-style:none;
display:inline;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
color:#FFFFFF;
margin:0;
padding:0;
}
#mainContent #tier2
{
text-align: left;
margin: 0 auto 1em;
font-size: 1em;
}
#footer
{
clear: both;
text-align: center;
font-family:"Trebuchet MS";
color:#FFFFFF;
}
my css
Help


















