View Single Post
Unread 09-17-2007, 03:02 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #2  
Default

You may want to try some custom CSS to override the default menu style. For example...

Code:
<li class='ltr'><a href='' class='ltr'>English Link</a></li>
then css...
Code:
.ltr {
   direction: ltr !important;
}
That may just do the trick.
Reply With Quote