Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Nav Menu

#93733
jmeyer0911
Member

I put the postion: relative; to the items:


/*Menu Color Classes*/
.home
{
background: #6AA63B url('Images/home.jpg') top left no-repeat;
position: relative;
}
.residential
{
background: #FBC700 url('Images/residential.jpg') top left no-repeat;
position: relative;
}
.commercial
{
background: #D52100 url('Images/commercial.jpg') top left no-repeat;
position: relative;
}
.lotsland
{
background: #5122B4 url('Images/lotsland.jpg') top left no-repeat;
position: relative;
}
.rentals
{
background: #0292C0 url('Images/rentals.jpg') top left no-repeat;
position: relative;
}
.referencecenter
{
background: #0292C0 url('Images/references.jpg') top left no-repeat;
position: relative;
}
.onlineinquiry
{
background: #0292C0 url('Images/inquiry.jpg') top left no-repeat;
position: relative;
}
.aboutus
{
background: #0292C0 url('Images/about.jpg') top left no-repeat;
position: relative;
}
.searchproperties
{
background: #0292C0 url('Images/searchProp.jpg') top left no-repeat;
position: relative;
}
.contactus
{
background: #0292C0 url('Images/contact.jpg') top left no-repeat;
position: relative;
}

This is the navs…but it is still going behind the content div