Sorry, example site is http://langdata.potowski.org/Tests/InterfaceTest.php
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Meece, Clifford T Sent: Thursday, September 14, 2006 5:27 PM To: jQuery Discussion. Subject: [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 [email protected] http://jquery.com/discuss/
