theres no plugin for this but it would be easy.
turn this:

<div>text</div>

into this:

<div>
 <div>t</div>
 <div>e</div>
 <div>x</div>
 <div>t</div>
</div>

And take care of your css.

Fábio Miranda Costa
Engenheiro de Computação
http://meiocodigo.com


On Sat, Jul 4, 2009 at 10:40 AM, Joshua Partogi <[email protected]>wrote:

>
> Let's say I have a text inside a div. Usually a text will be displayed
> in horizontal. I would like to turn that div so the text will be
> displayed horizontal. In other words I would like to turn the element
> to 90 degrees. Is it possible doing this with Mootools?
>
> Kind regards,
>
> On Jul 4, 9:28 pm, Oskar Krawczyk <[email protected]> wrote:
> > What do you mean?
> >
> > On 4 Jul 2009, at 04:50, Joshua Partogi wrote:
> >
> > > Dear all,
> >
> > > First of all I would like to say sorry if this question sounds
> > > silly. Is it possible to turn an element to go vertical with
> > > mootools? Is there any mootools function to achieve this?
>

Reply via email to