I am having trouble getting jQuery UI Tabs to behave the way I need them to. In Chrome and Firefox they function fine. It's IE7 where I am having trouble, IE7 is a must.
Problem: Shown in the image below, if many tabs are opened, the tab at the end of the rows text is cut off. Also, the close 'X' manages its way under the tab title. With the tabs sitting in picture 1 like they are, I can make the width of the browser smaller and the tabs finds its way on a seconds row, as show in the lower image.
I set the width to a minimum which fixed a problem I was having. The problem was that if the row was filled with tabs the next couple of open tabs titles would only be ~3-5 pixels wide. Pretty much not visible. I'm lost as to what to do.
Can only post a link:
http://postimage.org/image/k736znm4l/
I have recreated my part of my problem in jsFiddle: http://jsfiddle.net/DbnTt/2/
Add many tabs, the resize the window slowly and watch the farthest most right tab on the top row. The close button moves below the title on the left hand side. I am using IE7.