jQuery: The Write Less, Do More JavaScript Library

How to Change the orientation of tabs

View: New views
2 Messages — Rating Filter:   Alert me  

How to Change the orientation of tabs

by ajey-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I am using the tabs controls using JQuery in a Arabic SharePoint Site.
I want the tabs to be displayed from rigth to left as against from
left to right being displayed presently. Please guide me how can i
change the orientation of the tabs.

Please reply at the earliest.
Thanks in advance.

--

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



Re: How to Change the orientation of tabs

by Richard D. Worth-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

.ui-tabs .ui-tabs-nav li { float: right; }
.ui-tabs .ui-tabs-nav li a { float: right; }

- Richard

On Thu, Nov 5, 2009 at 1:26 AM, ajey <ajeyghaligi@...> wrote:
I am using the tabs controls using JQuery in a Arabic SharePoint Site.
I want the tabs to be displayed from rigth to left as against from
left to right being displayed presently. Please guide me how can i
change the orientation of the tabs.

Please reply at the earliest.
Thanks in advance.

--

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



--

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