Go Back   Ultimate Web Site Drop Down Menu Forum > UDM4 > Troubleshooting
Register FAQ Members List Calendar Today's Posts

Reply
 
Thread Tools Display Modes
Unread 09-17-2007, 03:02 PM
bcarl314 bcarl314 is offline
Senior Member
Join Date: Aug 2007
Posts: 141
  #1  
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
Unread 09-18-2007, 09:14 AM
sagi sagi is offline
Junior Member
Join Date: Sep 2007
Posts: 2
  #2  
Default

I already managed to solve the problem by simply disabling the unicode-bidi directive:
Code:
<style type="text/css">.udm a *,.udm a { unicode-bidi: normal; }</style>
I just wonder why it has been there in the first place.
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 04:39 AM.


Powered by vBulletin® Version 3.0.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.