Archive for the ‘Menu’ Category

Bugs: Menu Control does not work on Safari and Chrome browser

Here’s a code for fixing this known issue on the Safari and Chrome browsers

  1. If (Request.UserAgent.IndexOf("AppleWebKit") > 0) Then
  2.             Request.Browser.Adapters.Clear()
  3. End If


No Comments



SetPageWidth