Forums

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

Home Forums CSS DIV layers Positioning Help Re: DIV layers Positioning Help

#87106
salimawad
Member

Hi Thanks for your reply,

I Modified my CSS and HTML to the Following and it worked.





/*#Styles#*/
.ContentContainer{
float:left;
width:780px;
}

.searchbox
{
position: absolute;
width:780px;
}

.searchBox{
float:right;
width:223px;
height:32px;
background: url(../App_Themes/ESCWASite/Images/searchBG.png);
background-repeat:no-repeat;
}