i have used the popular treemenu plugin for my project ,but the only problem i have is with direction .
as you may see , it shows menus in LTR direction and icons of folder and file floating left side
http://jquery.bassistance.de/treeview/demo/
question is how can i change the directio to rtl
believe me , it takes me one day to play with codes but not worked at last
i asked in jquery forum , but it takes 1 week just to accept my question , let alone answering it
however i know , this may be a lot to ask , but help me , if you have time
All you need to do is modify the CSS to get the treeview to work. But because the plugin uses image sprites, the icons won’t work very well on RTL pages, so I had to split them apart.
I made a demo with the resultant CSS (seen below)… and you can download a zip file of the demo from here.
Note: I did not modify the
jquery.treeview.jsfile at all.