Link to home
Start Free TrialLog in
Avatar of InventoryMarketing
InventoryMarketing

asked on

jquery UI issue with tabs in ie8

having an issue with jquery tabs in ie8 at this url.  in every browser the tabs expand dynamically and cause the page to expand as expected.  In ie8 the page doesnt expand however the tab does go overtop of the other content and then off the page.

to recreate go to url below

click on More Images tab

http://mungenast.coding123.com/home/7121-2008-Lexus-ES350

seems to work fine in ie7, ie9, chrome, firefox and safari
Avatar of SRigney
SRigney
Flag of United States of America image

The div with class rt-grid-12 is set to float left.   In IE in order for that floating div to expand each layer inside it must also be marked as float.

You may be able to get away with removing the float left from that element.
Avatar of InventoryMarketing
InventoryMarketing

ASKER

Hello,

Tried remove the float: left from .rt-grid-12 with no success.   Also tried adding a float:left to the ui-tabs class

Didnt seem to help :\

Sean
ASKER CERTIFIED SOLUTION
Avatar of David S.
David S.
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Perfect thank you!  cant believe i missed that!  good to have a 2nd eye.