Search

You searched for the word(s): userid:897039

Matching Posts

  • Re: CSS Friendly menu has disappeared (emergency)

    Hi Zak, You may also want to check your menu navigation now for its compatibility with IE8 now that Windows 7 is vastly selling around. You can fix this, again, disappearing menu problem with a newer version of CSSFriendly dll or by applying a hotfix to your hosting server that I detailed in this article: http://forums.asp.net/t/1494279.aspx Thanks and regards, Jeremy Ramos
  • Alternative ASP.NET Menu Control - Accessible and Standards Compliant

    Hi ALL, I am just submitting this for information, also to add a relevant topic within asp.net forums for search engine searches regarding an alternative ASP.NET Menu control that is accessible and standards compliant. First of all, I would like to thank Chris Love for his comment on one of my posts which introduced me to the CSS friendly Menu Control. The built-in ASP.NET Menu control is encapsulated as a menu of browser incompatibilities and accessibility problems. The CodePlex community has developed
    Posted to FAQ - Frequently Asked Questions (Forum) by jeremydramos on 11/18/2009
    Filed under: alternative menu, standards compliant menu, alternative menu control, Alternative ASP.NET Menu Control - Accessible and Standards Compliant, accessible menu, alternative dynamic menu
  • Re: Flash objects obstructing ASP.NET 2.0 Menu Control

    I have figured out where I was doing wrong. After adding a <param name="wmode" value="transparent"/>, do not forget to add the wmode attribute to your <Embed> tag: <param name="wmode" value="transparent" /> <embed src="flash/myFlash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="120" height="320" wmode="transparent"><
  • ASP.NET Menu Control 2.0 is a problem

    Hi ALL, I would just like to raise an opinion regarding the asp.net menu control in .NET Framework 2.0. We have a number of web applications, both internal and external, that currently employs the menu control. This is placed in a masterpage and pulls its data from a sitemap file. This is indeed a very handy and the least expensive (than employing expensive third-party asp.net menu controls too powerful for its use) solution as we needed basic navigation menu functionalities only. However, the built
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jeremydramos on 11/13/2009
    Filed under: menu, Problem, ASP.NET Menu Control 2.0 compatibility problem in browsers, compatibility
  • Re: ASP.NET Menu Control 2.0 is a problem

    Hi Chris and Dave, You guys are correct. It is always best to get full control of the menu than a very limited out-of-the-box solution. I am already taking this as a lesson, and to my disgust with the ASP.NET menu control, we are never going to use it again. Does the menu work the same with all versions of .NET or has is changed slight in 4.0? And as for beginners or for those people requiring basic dynamic menu solutions, I hope Microsoft can release a 'working' version of the menu on the
  • Re: Flash objects obstructing ASP.NET 2.0 Menu Control

    Hi Tamilcodes, Thank you for the advice. I tested your advice and still did not get to avail my expected results. I am thinking of a similar scenario when Microsoft hotfixed .NET framework 2.0 for Menu control for display in IE8. This could be a similar bug in the Menu where the dynamic menu's float algorithm is losing its context in some browsers. I've seen several javascript menus the worked great over flash objects. But how come the asp.net menu control doesn't? It's for the community
  • Flash objects obstructing ASP.NET 2.0 Menu Control

    Hi ALL, I am currently developing an ASP.NET website with a Menu control in .NET framework 2.0. I believe I need not to technically explain more. I would like to ask the community of their opinion if this is a glitch from either flash objects or the menu control. The menu appears correctly in the following browsers: IE6, IE7 and IE8; And doesn't in any versions of the following browsers: Firefox, Chrome, Safari I have captured a screen shot. Feel free to visit my test link too if you want to
    Posted to Master Pages, Themes and Navigation Controls (Forum) by jeremydramos on 10/23/2009
    Filed under: flash object and Asp.Net menu control
  • Re: Menu problem in Google Chrome

    You can place the following lines of code to your Page preInit event: Protected Sub Page_PreInit(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit If (Request.ServerVariables("http_user_agent").IndexOf("Safari", StringComparison.CurrentCultureIgnoreCase) <> -1) Or (Request.ServerVariables("http_user_agent").IndexOf("Chrome", StringComparison.CurrentCultureIgnoreCase) <> -1) Then Page.ClientTarget = "uplevel" End If
    Posted to Small Business Starter Kit (Forum) by jeremydramos on 10/16/2009
    Filed under: asp.net menu problem with google chrome
Page 1 of 1 (8 items)