The css is
Code:
/* CSS Document */
*
{
margin:0;
padding:0;
}
body
{
background:#FFF;
font-family:Trebuchet MS;
}
#container
{
margin:5px;
width:auto;
width:1000px;
margin:0px auto;
}
.banner
{
width:441px;
height:150px;
background-image:url('images/banner.gif');
float:left;
}
.bannerRight
{
width:74px;
height:150px;
float:left;
background-image:url('images/banner_right.gif');
}
.adsTop
{
width:466px;
height:150px;
float:left;
}
.adsTop img
{
border:0;
margin-top:35px;
}
.divider
{
height:6px;
background:url('images/divider.gif');
background-repeat:repeat-x;
margin-bottom:10px;
font-size:0;
}
.sidebar
{
width:203px;
float:left;
background:#FFD3E7;
}
.sidebar h1
{
background:url('images/h1_white.gif');
}
.sidebar h2
{
background:url('images/h1.gif');
}
.sidebar h1,
.sidebar h2
{
width:198px;
background-repeat:no-repeat;
background-color:#FFD3E7;
color:#FD1D81;
padding-left:5px;
padding-top:5px;
font-style:italic;
font-size:12px;
clear:both;
}
.sidebar ul
{
padding:3px;
}
.sidebar li
{
font-size:12px;
background:url('images/fade_dots.gif') no-repeat left bottom;
color:#FD0171;
list-style:none;
}
.sidebar a
{
text-decoration:none;
color:#FD0171;
font-size:12px;
}
.sidebar img
{
border:2px solid #FFA1CC;
margin:3px;
}
#middle
{
float:left;
margin:7px;
}
#middle .roundbox
{
background:#FFEDF5;
width:570px;
text-align:center;
}
#middle .roundtop,
#middle .roundbottom
{
height:5px;
width:570px;
font-size:0px;
}
#middle .roundtop
{
background:url('images/roundTop.gif') no-repeat;
}
#middle .roundbottom
{
background:url('images/roundBottom.gif') no-repeat;
margin-bottom:10px;
}
#middle .girl
{
margin:0px;
padding:0px;
}
#middle .girl img
{
border:2px solid #DCDCDC;
}
.footer
{
border-top:2px solid #FF6CAD;
background:#FFD3E7;
margin-top:10px;
color:#FD0171;
font-size:12px;
}
.footer a
{
text-decoration:none;
padding:2px;
color:#FD0171;
}
.footer i
{
font-style:normal;
float:left;
}
.footer em
{
float:right;
font-style:normal;
margin-right:10px;
}
#middle h1
{
color:#9F9F9F;
font-family:Tahoma;
font-size:18pt;
font-weight:bold;
}
#middle h1 em
{
color:#FD0171;
font-style:normal;
}
#middle p
{
font-family:Tahoma;
font-size:12px;
margin:0px;
padding:0px;
float:left;
width:570px;
}
#middle p a,
#middle p a:hover
{
color:#FD0171;
text-decoration:underline;
}
#textcontain {
width: 500px;
text-align: center;
}
#container1 {
float: left;
width: width px;
text-align: center;
}
#container2 {
float: left;
width: width px;
text-align: center;
}
#container3 {
float: left;
width: width px;
text-align: center;
}
And its not working because the images don't stay side by side, instead they go underneath each other.
So instead of image-image-image its
image
image
image
Thanks for the help
Bookmarks