Hai...//// actually the node items are created dynamically ie: from database...
so i written on Code behind.... i cant use javascript.. for this.. On Sat, Jan 10, 2009 at 3:29 PM, Nazrul ASP.Net Developer < [email protected]> wrote: > > > I think using Javascript menu will help. > On Jan 10, 10:46 am, Venkatu <[email protected]> wrote: > > Is there anyone came across this issue.. > > > > Venkatu wrote: > > > Hai, actually asp:menu working in IE6 ,IE7 all browser Except IE 8 > > > because of compatibility issue.. so > > > > > I have added this code in web.config.. > > > > > <configuration> > > > <system.webServer> > > > <httpProtocol> > > > <customHeaders> > > > <clear /> > > > <add name="X-UA-Compatible" value="IE=EmulateIE7" /> > > > </customHeaders> > > > </httpProtocol> > > > </system.webServer> > > > </configuration> > > > > > I use the asp.net menu control as you would a normal horizontal menu > > > with drop downs and sub menus. > > > > > In IE8 beta 2, the sub menus just show up as white boxes ignoring any > > > content. The size of the white box is what it should be but does not > > > display anything. > > > > > It works in compatablity mode but the menus are the only thing that > > > isn't working so far in IE8 normal mode. >
