Hi,
I am having an issue in Firefox 15.0.1 when trying to use a larger font in a menu control, I have tried four skins so far and they all show this behavior. I am using version 2012.2.815.35 of ASP.NET AJAX Controls
I need to use a 12pt font in the menu and when I set the font size to 12pt the last item in two of the subnavigation menus is wrapping and displaying underneath the first option. The skin I used in the example image is Simple but I have tried this with WebBlue, Default and Windows7 as well. They all do this in Firefox 15.0.1. I originally saw this in a new project we are doing but in the sample I only have a control on the page. The style below is what I am using to size the font.
From what I can tell, you can't go up size on the font any more than just a couple of pixels before it breaks down. I could use some information on how to resolve this issue.
I am having an issue in Firefox 15.0.1 when trying to use a larger font in a menu control, I have tried four skins so far and they all show this behavior. I am using version 2012.2.815.35 of ASP.NET AJAX Controls
I need to use a 12pt font in the menu and when I set the font size to 12pt the last item in two of the subnavigation menus is wrapping and displaying underneath the first option. The skin I used in the example image is Simple but I have tried this with WebBlue, Default and Windows7 as well. They all do this in Firefox 15.0.1. I originally saw this in a new project we are doing but in the sample I only have a control on the page. The style below is what I am using to size the font.
From what I can tell, you can't go up size on the font any more than just a couple of pixels before it breaks down. I could use some information on how to resolve this issue.
<
style
type
=
"text/css"
>
.RadMenu_Simple .rmText { font-size: 12pt !important; }
</
style
>