Reverse them in the dom:

$(".ui-tabs .ui-tabs-nav li").each(function() {
  $(this).prependTo($(this).parent());
});

- Richard

On Thu, Oct 15, 2009 at 8:20 AM, RP <[email protected]> wrote:

>
> Hi,
>
> Is it possible to align the tabs to the right without causing problems
> with other elements of the CSS?  I've tried:
>
> .ui-tabs .ui-tabs-nav li {
> border-bottom-width:0 !important;
> float:right;
> margin:0 0.2em -1px 0;
> padding:0;
> position:relative;
> }
>
> ... but that reverses the order of the tabs.
>
> Anyone have any thoughts on how this might be achieved without too
> much (if any) hacking of the JS?
>
> Thanks
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to