emanuelle
11-27-2010, 07:06 PM
http://www.dynamicdrive.com/dynamicindex1/popupmenu.htm
I am using this great script.
I am making a menu direction RTL
so I need the menu to open on the left side of the links.
I tried to do this:
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
right: 0;
}
instead of
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
left: 0;
}
but it doesnt work
whats the trick?
I am using this great script.
I am making a menu direction RTL
so I need the menu to open on the left side of the links.
I tried to do this:
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
right: 0;
}
instead of
.jqpopupmenu, .jqpopupmenu ul{ /*topmost and sub ULs, respectively*/
left: 0;
}
but it doesnt work
whats the trick?