Menu in ASP.NET
-
I m creating a menu in user controller. When i added user controller in web page. In mozilla Firefox it is working properly. Like this Image[^] In Internet Explorer The sub menu goes under the web page. (Position:absolute) Like This[^] otherwise in Internet Explorer The sub menu show with some white space. (Position:inherit) Like this[^] Please Help me.
-
I m creating a menu in user controller. When i added user controller in web page. In mozilla Firefox it is working properly. Like this Image[^] In Internet Explorer The sub menu goes under the web page. (Position:absolute) Like This[^] otherwise in Internet Explorer The sub menu show with some white space. (Position:inherit) Like this[^] Please Help me.
-
Thanks Christian Graus. Now I Tried that control in ASP.NET Webpage. It is working properly in IE. and I used Same code block. But I copied same code and component, & I tried in User-controller but same problem is coming. How can I come out from this Problem or Is any alternative way is there???:confused:
-
Thanks Christian Graus. Now I Tried that control in ASP.NET Webpage. It is working properly in IE. and I used Same code block. But I copied same code and component, & I tried in User-controller but same problem is coming. How can I come out from this Problem or Is any alternative way is there???:confused:
OK, the issue is probably to do with what's in your user control. At the end of the day, it's a bug in IE, I've come across it, but I just found another control that didn't do it, I don't know what the actual workaround is.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
OK, the issue is probably to do with what's in your user control. At the end of the day, it's a bug in IE, I've come across it, but I just found another control that didn't do it, I don't know what the actual workaround is.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.