How to turn around a menu in jQuery?

Hi,

How to turn around a menu in jQuery? It’s possible or not? http://jsfiddle.net/8Observer8/aSfrj/11/

Thank you!

Turn around?

See:

I want it but for right. Sorry for my English.

I want like this:

But with normal text.

The JavaScript gets in the way a bit, but this will perhaps give you a start:

#menu li {position: relative;}
#menu li ul {right: 100%; left: auto !important;}

Thank you very much. http://jsfiddle.net/8Observer8/aSfrj/16/

Cool—so does that do what you require?

Yes. It’s right.