Yussi Ariefiyono
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();
}
| Print article | This entry was posted by yussi ariefiyono on July 2, 2008 at 12:34 pm, and is filed under asp.net, css. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |