I am having an issue in IE 7 and UI/Tabs as follows:
I am linking directly to a tabs id from another page like so:
http://devapp/contacts/#organizationsMy tab link is <li><a href="/appname/organizations/search/"
title="organizations"><span>Organization</span></a></li>
I also have a div id in the page that matches the title attribute on
the li - <div id="organizations"></div>
In Firefox the tab is selected and loads the page into the tab when I
hit
http://devapp/contacts/#organizations.In IE 7 the tab is selected but nothing loads... if I click to another
tab and click back the tab gets loaded.
Any ideas?
Thanks,
Tony Covert