cssmaker
02-13-2012, 12:45 AM
Can someone help me with this website http://83152916.nhd.weebly.com/ . I am trying to position the header header (ul) at the top and make it wider (to show all the Topics instead of more).Also is it possible to posistion the heading below the picture?
CSS:
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
margin:0;
padding:0;
}
ul{
list-style:none;
}
fieldset{
border:0;
}
a img{
border:0;
}
.clear{
clear:both;
}
body {
background: url(0904numba8.jpg) top repeat-x;
background-color:#000000;
font-family: arial, sans-serif;
font-size:12px;
color:#666666;
margin:0;
padding:0;
}
p {
line-height: 170%;
color: #fff;
font-size: 13px;
padding-bottom:12px;
margin: 5px 0px 5px 0px;
}
h1 {
font-size:30px;
font-weight:normal;
color:#ffffff;
margin: 0px 0px 10px 0px;
}
h2 {
font-size:24px;
font-weight:normal;
font-family: arial, sans-serif;
color:#bdbdbd;
padding: 8px 0px 8px 0px;
}
#wrapper {
width:960px;
margin:0pt auto;
}
#header{
width: 960px;
height: 96px;
text-align: right;
}
#headerleft{
float: left;
font-size:30px;
font-weight:normal;
height: 76px;
padding: 10px 30px 10px 0px;
}
#headerleft, #headerleft a{
color:#ffffff;
text-decoration:none;
}
#header ul{
position:relative;
top: 40px;
left: 20px;
display: inline;
margin: 0;
padding: 0;
}
#header ul li {
display: inline;
padding: 0 22px;
}
#header ul li a{
display: inline-block;
color: #230000;
font-size: 17px;
text-decoration: underline;
white-space: nowrap;
}
#header ul li a:hover , #header ul li#active a{
color: #;
}
#weebly-menus .weebly-menu-wrap { z-index: 5000; margin: 42px 0px 0px 0px; }
#weebly-menus .weebly-menu { padding: 0; margin: 0; list-style: none; }
#weebly-menus .weebly-menu li { float: left; clear: left; width: 163px; text-align: left; }
#weebly-menus .weebly-menu li a { position: relative; display: block; width: 161px; background: #525151; border-top: 1px solid #525151; border-bottom: 1px #525151 solid; text-decoration: none; font-size: 13px; font-weight: normal; line-height:1; padding: 6px 0px 6px 0px; color: #fff; border-left: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #333333; }
#weebly-menus .weebly-menu li a:hover { background: #636262; border-top: 1px solid #686868; border-bottom: 1px #333333 solid;}
#banner{
width: 954px;
height: 249px;
border: 1px #666666 solid;
padding: 2px 1px 1px 2px;
}
.weebly_header{
width: 954px;
height: 249px;
background: url(%%HEADERIMG%%);
}
#content{
width: 960px;
min-height: 450px;
_height: 450px;
padding: 20px 0px 20px 0px;
}
#content a{
color: #fc7b1b;
text-decoration: none;
}
#footer{
width: 960px;
padding: 31px 0px 20px 0px;
border-top: 1px #666666 solid;
color: #666666;
font-size: 14px;
font-weight: 14px;
text-align: right;
}
#footer a{
color: #fc7b1b;
text-decoration: none;
}
#footer .weebly-footer a{
color: #666666;
}
CSS:
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
margin:0;
padding:0;
}
ul{
list-style:none;
}
fieldset{
border:0;
}
a img{
border:0;
}
.clear{
clear:both;
}
body {
background: url(0904numba8.jpg) top repeat-x;
background-color:#000000;
font-family: arial, sans-serif;
font-size:12px;
color:#666666;
margin:0;
padding:0;
}
p {
line-height: 170%;
color: #fff;
font-size: 13px;
padding-bottom:12px;
margin: 5px 0px 5px 0px;
}
h1 {
font-size:30px;
font-weight:normal;
color:#ffffff;
margin: 0px 0px 10px 0px;
}
h2 {
font-size:24px;
font-weight:normal;
font-family: arial, sans-serif;
color:#bdbdbd;
padding: 8px 0px 8px 0px;
}
#wrapper {
width:960px;
margin:0pt auto;
}
#header{
width: 960px;
height: 96px;
text-align: right;
}
#headerleft{
float: left;
font-size:30px;
font-weight:normal;
height: 76px;
padding: 10px 30px 10px 0px;
}
#headerleft, #headerleft a{
color:#ffffff;
text-decoration:none;
}
#header ul{
position:relative;
top: 40px;
left: 20px;
display: inline;
margin: 0;
padding: 0;
}
#header ul li {
display: inline;
padding: 0 22px;
}
#header ul li a{
display: inline-block;
color: #230000;
font-size: 17px;
text-decoration: underline;
white-space: nowrap;
}
#header ul li a:hover , #header ul li#active a{
color: #;
}
#weebly-menus .weebly-menu-wrap { z-index: 5000; margin: 42px 0px 0px 0px; }
#weebly-menus .weebly-menu { padding: 0; margin: 0; list-style: none; }
#weebly-menus .weebly-menu li { float: left; clear: left; width: 163px; text-align: left; }
#weebly-menus .weebly-menu li a { position: relative; display: block; width: 161px; background: #525151; border-top: 1px solid #525151; border-bottom: 1px #525151 solid; text-decoration: none; font-size: 13px; font-weight: normal; line-height:1; padding: 6px 0px 6px 0px; color: #fff; border-left: 1px solid #333333; border-right: 1px solid #333333; border-bottom: 1px solid #333333; }
#weebly-menus .weebly-menu li a:hover { background: #636262; border-top: 1px solid #686868; border-bottom: 1px #333333 solid;}
#banner{
width: 954px;
height: 249px;
border: 1px #666666 solid;
padding: 2px 1px 1px 2px;
}
.weebly_header{
width: 954px;
height: 249px;
background: url(%%HEADERIMG%%);
}
#content{
width: 960px;
min-height: 450px;
_height: 450px;
padding: 20px 0px 20px 0px;
}
#content a{
color: #fc7b1b;
text-decoration: none;
}
#footer{
width: 960px;
padding: 31px 0px 20px 0px;
border-top: 1px #666666 solid;
color: #666666;
font-size: 14px;
font-weight: 14px;
text-align: right;
}
#footer a{
color: #fc7b1b;
text-decoration: none;
}
#footer .weebly-footer a{
color: #666666;
}