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

Recommended Answers

All 3 Replies

I have tried adding

#elementID{ width:auto !important; }

and also adding the width:auto !important; to most of the the css properties but no use.

Its showing under the ul class for the radmenu

Can be checked at http://demo.bayaninvest.com/arstat.aspx

Thanks

try using css reset

css reset

How can I add the reset, and to which css style sheet. As there is one for the theme, and the one for the menu style (core), or to the style sheet of the page itself.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.