Visit this website:
In Firefox, the empty div on the right (#bookingForm and its container #rightColumn) always moves to a new line, while in Google Chrome it only happens when zoomed.
I want to prevent it from going to a newline.
I've tried various solutions:
- Setting both (rightColumn and leftColumn) to float left
- Using float left with specified pixel width dimensions for both
- Using position relative and left properties
However, none of these methods have solved the issue. Can anyone provide assistance?
Also, how can I make my midColumn adjust to the full height of the page without specifying it? This is needed for the background.