JQuery UI Tabs Fix

JQuery UI Tabs Fix


Just wanted to pass along a fix to jquery-ui-1.7.custom.css that will
stop tabs from shifting around when active tabs are selected. We
encountered this in situations where we had multiple rows of tabs and
clicking various tabs caused all the tabs to shift around from their
positions. Line 63 in the css file mentioned should be updated to the
following:
.ui-state-active a, .ui-state-active a:link, .ui-state-active
a:visited { color: #000000; outline: none; text-decoration: none;
margin-top:-1px;}
This will stop the tabs from moving when you have multiple rows of
tabs.