On Tue, Oct 13, 2009 at 9:40 PM, frye <[email protected]> wrote: > > I'm trying to use the vertical tabs in the jquery-ui code. > http://jquery-ui.googlecode.com/svn/trunk/demos/tabs/vertical.html > > Is there a way to... > > * make the tabs on the right hand side. I've tried several things > including turning the 'ui-corner-left' to 'ui-corner-right'. >
You also need to float: right instead of left and a couple swaps of left and right margin, border, and padding. See http://jsbin.com/iqupu source code: http://jsbin.com/iqupu/edit > * make the text direction go from top to bottom instead of left to > right. CSS text direction only offers left-to-right and right-to-left. > > Not without something like Flash, SVG, VML, or Canvas. - Richard --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
