Search code examples
jqueryjquery-uitabsappendjquery-tabs

How to put a right aligned link in jQuery tabs?


I have three jQuery tabs on the left. I wish to put a "Sign Out" link on the right within the tabs header. How I can achieve that?


Solution

  • I don't use jQuery tabs, but could you do something like this within the header?

    <a href="" style="position:absolute; right:0">My link</a>