I have 2 float:left div, the first is fixed and i want the second div stretch the remain space.
<div id="container"> <div id="leftform"> </div> <div id="rightform"> </div> </div>
Any idea? Thanks
|
2
|
|
|
|
|
|
In CSS2:
In world of IE hacks:
|
||||||
|
|
|
use a javascript function to make both equal in height.
same problem here. |
||
|
|