Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

firefox div wrapping issue

Status
Not open for further replies.

system9898

Programmer
Jun 7, 2007
14
0
0
US
the site:
Under IE, this does what I want: the left column and middle columns stay separate, even when the text extends down the page. But in FF, when we reach the bottom of the left column and there is more text, the right column moves underneath the center column.

Is there a hack or trick I need to do here?
 
Hi! you need to make your 2 divs (main and the outer one before) both relative and then add this:

Code:
overflow:auto;

to main. and also remove the width from main.

Cheers

Nick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top