I have a main wrapper div that is set 100% width. Inside that i would like to have two divs, one that is fixed width and the other that fills the rest of the space. How do i float the second div to fill the rest of the space. Thanks for any help.
Share
There are many ways to do what you’re asking for:
floatproperty:displayproperty – which can be used to makedivs act like atable:There are more methods, but those two are the most popular.