|
divs within a div. not properly aligned.
CAN YOU HELP ME PLEASE
I have 2 div inside a container div
(which are to appear side by side to the left and right ).
The div that is to be to the right side of the inner div ("srchform), is
positioned below the left div("srchform") although right aligned.
Also the inner div ("srchform") has CSS property set as "fixed"; yet does not
remain in fixed position while scrolling down the web page.
<div id="CONTAINER" name="CONTAINER">
<div id="SRCHFORM" name="SRCHFORM">
</div>
<div id="RESULTS" name="RESULTS">
</div>
</div>
|