body{
margin:0;
padding:10px;
background-color:#333333;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#990000;
text-align:center;}
.outer{
width:800px;
margin:auto;}
.header{
width:800px;
height:200px;
margin:auto;
background-color:#0000FF;}
.menu{
width:800px;
height:50px;
margin:auto;
background-color:#0033FF;}
.content{
width:800px;
height:500px;
margin:auto;
background-color:#0066FF;}
.footer{
width:800px;
height:50px;
margin:auto;
background-color:#0099FF;}
views:
49answers:
1
A:
/* CSS Document */
body{
margin:0;
padding:0;
background-image:url(../images/img01.jpg);
background-repeat:repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#4A513D;}
.outer{
width:820px;
margin:auto;}
.header{
background-image:url(../images/img02.jpg);
width:820px;
height:200px;
margin:auto;
float:left;
}
.text_header{
float:left;
margin-left:45px;
padding-top:84px;
font-size:24px;
}
.nav{
float:right;
padding:15px;
}
.nav ul
{
padding: 5px;
}
.nav li
{
display: block;
padding: 5px;
background: url(../images/img06.gif) repeat-x left bottom;
}
.nav a
{
display: block;
background: url(../images/img07.gif) no-repeat left 11px;
padding: 0px 20px 0px 20px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight: normal;
color: #694F10;
}
/*ul{
display:block;
background-image:url(../images/img07.gif);
}
li{
font-size:20px;
list-style:none;
margin-left:579px;
background-image:url(../images/img06.gif);
background-repeat: no-repeat;
border-bottom:#999900 dotted 1px;
}
li a{
text-decoration:none;
color:#7e7c29;}*/
/*li .dots{
background-image:url(../images/img06.gif);
background-repeat:repeat-x;
color:#7e7c29;}*/
/*a:hover{text-decoration:none;}*/
.content{
width:820px;
margin:auto;
background-image:url(../images/img03.jpg);float:left;}
h5{
margin-left:35px;
padding-top:20px;}
h1{
margin-left:35px;
font-size:32spx;}
p{
margin-left:35px;
text-align:left;
line-height:30px;}
.footer{
width:820px;
height:30px;
margin:auto;
background-image:url(../images/img05.jpg);
background-repeat:no-repeat;
float:left;}
h4{
text-align:center;
padding-top:20px;}
a{
color:#ae996e;}
h1 a{text-decoration:none;
color:#7e7c29;}
.extra{
width:820px;
height:30px;
background-image:url(../images/img04.jpg);
background-repeat:repeat-y;
float:left;}
.left_content{
width:570px;
margin:auto;
float:left;}
.right_content{
width:250px;
margin:auto;
float:left;}
h2{
padding-top:20px;}
nivanthika
2010-07-05 18:37:04
Please add this to your question, you can edit it using the "Edit" button.
Unicron
2010-07-05 18:37:45
On second thought, please don't add this to your question. Please first write down some text on what you want to do.
Unicron
2010-07-05 18:39:37