I am trying to implement jQuery UI tabs in my web app.
I am using ajax functionality so that the tabs are in the main “layout” of the page and each tab contains a different web page.
I want to wrap the content of the tab in aborder, but that the navigation panel of the tab won’t be in the border.
I tried putting a border on the main div of the content, but I see only the top border and the rest don’t appear.
Any ideas?

I am trying to implement jQuery UI tabs in my web app. I am
Share
http://jsfiddle.net/GW5M2/
vs
http://jsfiddle.net/GW5M2/1/