asp.net menu control not rending correctly in safari

后端 未结 9 973
没有蜡笔的小新
没有蜡笔的小新 2020-12-31 17:56

The site I\'m working on is using a Databound asp:Menu control. When sending 1 menu item it renders HTML that is absolutely correct in Firefox (and IE), but really messed u

9条回答
  •  無奈伤痛
    2020-12-31 18:57

    Adding ClientTarget="uplevel" to the page directive like so makes Safari work:

    <%@ Page ClientTarget="uplevel" ... %>
    

提交回复
热议问题