[jQuery] Changing widths and overflow=auto
I have 3 divs side by side. The middle div is a button that collapses
the left div with an Interface blindToggle event. The left div is
floated left( there was a jquery bug that I fixed with float on IE so it
works now ), so the right div should expand when left div collapses.
All is well and good until I start styling the right div. I've given it
overflow auto to hold content larger than it's physical dimensions. Now
the overflow attribute is not working the way I think it should. In
Firefox, the right hand div grows and contracts properly, adding
scrollbars as needed. IE refuses to add a horizontal scrollbar and
instead does a float drop. I have an example here:
http://localhost/langdata/Tests/InterfaceTest.php
Anyway to force IE to put a horizontal scroller on when I need it?
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/