|
I am using float
<STYLE type="text/css">
<!--
#CONTAINER{
background-color:#FFCCC;
position: absolute;
left :0;
top : 600;
width : 930;
text-align : left;
margin-left: auto;
margin-right: auto;
}
#RESULTS{
background-color:#FFCCC;
float : left;
position: absolute;
top: 600;
width: 600;
}
#SRCHFORM{
background-color: #FFCCC;
float : left;
position: fixed;
top: 600;
width: 300;
}
-->
</STYLE>
|