asp:menu on SAFARI
Problem:
dropdown menu /styling within the menu is not applied completely
Solution:
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}
Problem:
dropdown menu /styling within the menu is not applied completely
Solution:
if (Request.UserAgent.IndexOf("AppleWebKit") > 0)
{
Request.Browser.Adapters.Clear();
}