I am attempting to modify the CSS on the GoDaddy website tonight template called Generic 16. The template currently has two images for the header ( I am assuming that I am using the correct terms). Each header image is 400 width x280 height pxs. I want the header to just be a single image that spans the entire 800 pxs and be 280 pxs high. All of my attempts still result in two images blocks. Can someone point me in the right direction so that I have just a single header image? I have posted the CSS below. Thanks
/*----------------------------------
Theme: D124
Category: Nav at Top of Banner
No Background
Name: Banner 280 - Footer
----------------------------------*/
body {
margin-top: 20px;
font-size: 12px;
font-family: Verdana, Helvetica, sans serif;
font-weight: normal;
}
/*--------------------------------
Top Navigation
---------------------------------*/
.sf_navigation_top { /* one of the navs will be display: none; */
width: 800px;
height: auto !important;
background-repeat: no-repeat;
background-position: left top;
}
.sf_navigation {
display: none;
}
.sf_navigation ul {
}
.sf_navigation ul:after {
}
.sf_navigation ul li {
}
.sf_navigation ul li.sf_last_nav_item {
}
.sf_navigation ul li.sf_first_nav_item {
}
.sf_navigation ul li a {
}
.sf_navigation ul li a:visited {
}
.sf_navigation ul li a:hover {
}
/*--------------------------------
End Bottom Navigation
---------------------------------*/
.sf_extra5 {
height: 30px;
}
/*--------------------------------
Page Title
---------------------------------*/
.sf_pagetitle {
width: 740px;
float: left;
font-size: 16px;
font-weight: bold;
text-align: left;
padding-bottom: 8px;
padding-left: 30px;
padding-right: 30px;
}
.sf_pagetitle h1 {
font-size:16px;
font-weight:bold;
margin:0;
}
/*--------------------------------
End Page Title
---------------------------------*/
.sf_extra6 {
}
/*--------------------------------
Sub Navigation
---------------------------------*/
.sf_subnavigation { /* subnavigations always display: none; */
display: none;
}
.sf_subnavigation ul {
}
.sf_subnavigation ul:after {
}
.sf_subnavigation ul li {
}
.sf_subnavigation ul li.sf_last_nav_item {
}
.sf_subnavigation ul li.sf_first_nav_item {
}
.sf_subnavigation ul li a {
}
.sf_subnavigation ul li a:visited {
}
.sf_subnavigation ul li a:hover {
}
/*--------------------------------
End Sub Navigation
---------------------------------*/
.sf_extra11 {
}
/*--------------------------------
Content
---------------------------------*/
.sf_content {
float: left;
width: 780px;
padding: 0 0px 20px 20px;
margin: 0px;
}
/*--------------------------------
End Content
---------------------------------*/
.sf_extra12 {
}
/*--------------------------------
Sub Navigation2
---------------------------------*/
.sf_subnavigation2 { /* subnavigations always display: none; */
display: none;
}
.sf_subnavigation2 ul {
}
.sf_subnavigation2 ul:after {
}
.sf_subnavigation2 ul li {
}
.sf_subnavigation2 ul li.sf_last_nav_item {
}
.sf_subnavigation2 ul li.sf_first_nav_item {
}
.sf_subnavigation2 ul li a {
}
.sf_subnavigation2 ul li a:visited {
}
.sf_subnavigation2 ul li a:hover {
}
/*--------------------------------
End Sub Navigation2
---------------------------------*/
.sf_extra7 {
}
.sf_extra7 span {
}
/*--------------------------
Footer
--------------------------*/
Bookmarks