Hi,
I have a menu (Telerik: RADMenu) to be available in arabic language support, which means float from right to left.
the Menu works fine in IE & Firefox, but not on other browsers; but when using firebug inspect element, I get exttra style as below which makes the menu vertical, but when i disable it (using firebug) it show correctly:
element.style {
width:132px;
}
So how can i get rid of this browser side encoding.
Can check my site in safari or chrome browser for the menu:
http://demo.bayaninvest.com/arstart.aspx
Thanks