[RESOLVED] Prevent div wrapping without fixed width
How can I prevent divs wrapping inside a div container which doesn't have a fixed width?
I have a parent div container which width set to 100%.
Inside it there are two child divs, both floated to the right.
The first div has a fixed width, but the second is supposed to fill the remaining space of the parent div, without wrapping.
Bookmarks