I have two divs in a page im building; both of which float to the left.
My problems stem with the second (right-most) div, however. In firefox, the div will "drop" below the first one if it content gets to a certain amount. I think it is because the width has gotten too much for the line. How do I force the div to assume the highest possible width without having it drop below?
(I want the page to be viewable on different resolutions, and be as wide as possible for those of us who use high res monitors)