Tabs and <base> tag in my html
Hello.
I'm trying to use jquery tabs UI components, but when I'm trying to
switch tab - page navigates to some location and tab page is not
switch.
I guess that the problem is that I have <base> tag in my <head>
section:
<base href="http://megliosoft.dyndns.org:4949/supervipphoto/"/>
Now look at tab definition:
<a href="#vipPhotoCat-1"><span>flowers</span></a>
When I mouse over to this link - FF shows me this link:
http://megliosoft.dyndns.org:4949/supervipphoto/#flowers
... which I think is incorrect
Please help to solve the problem, but with no breaking CSS.
Anton