Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
160
ultrawebmenu no compability with Mozilla Firefox 4.0 Beta
posted

<ig:ultrawebmenu id="UltraWebMenu1" runat="server" Height="29px" TargetFrame="eContent"

                                                Width="100%"  Font-Size="12px" FocusOnHover="false"

                                    BackColor="Control" Font-Bold="True" ForeColor="DarkBlue" BorderStyle="Solid" BorderColor="#4863A0" 

                                    BorderWidth="0px" TopItemSpacing="Compact">

                                    <IslandStyle BackColor="White" BorderStyle="Solid" BorderWidth="1px" BorderColor="#4863A0" Font-Bold="true" ForeColor="#4863A0"

                                        Cursor="Default" >

                                    </IslandStyle>

                                    <HoverItemStyle Cursor="Default" ForeColor="White" BorderWidth="1px" BorderColor="#4863A0" BorderStyle="Solid" BackColor="DarkBlue">

                                        <Margin Bottom="0px" Left="0px" Top="0px" Right="0px"></Margin>

                                    </HoverItemStyle>

                                    <ItemStyle Cursor="Default" >

                                        <Padding Left="10px"></Padding>

                                        <Margin Bottom="1px" Left="1px" Top="1px" Right="1px"></Margin>

                                    </ItemStyle>

                                    <ParentItemStyle>

                                        <Padding Left="2px" Right="2px" />

                                    </ParentItemStyle>  

                                    <Items>

                                    //Dynamic Bind Items at Code behind

                                    </Items>                           

                                    <DisabledStyle Font-Names="MS Sans Serif" Font-Size="8pt" ForeColor="Gray">

                                    </DisabledStyle>

                                    <SeparatorStyle CssClass="SeparatorClass" BorderStyle="Solid" BorderWidth="1px"  

                                        CustomRules="background-repeat:repeat-x; " />

                                    <ExpandEffects ShadowColor="#C6DEFF" Type="NotSet"></ExpandEffects>

                                </ig:ultrawebmenu>  

 

Ultrawebmenu as above layout, it works properly on IE8, Firefox 3.6 and Google Chrome,

 

however I found that same layout of ultrawebmenu as above no combability in Firefox 4.0 Beta, menu should show its subitems once mouse over  parent items, but the ultrawebmenu look 'freeze'. 

Parents Reply Children
No Data