谷歌浏览器不支持水平位置的菜单项 [英] google chrome no support menu items in horizontal postion

查看:101
本文介绍了谷歌浏览器不支持水平位置的菜单项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的项目在菜单项中有父菜单和子菜单吗?IE,firefox,safari,所有浏览器均以水平视图显示,但google只显示lik垂直?
我想要这样的结果:

my projects have parent menus and child menus in menu items?IE,firefox,safari all browser shows in horizantal view ,but google only shows lik vertical ?
i want result like this:

example:parent1,parent2 
          |     |
      child1,child1   
          |     |
      child2,child2 
but google chrome show like this!
parent1->child1->child->one level up

提前感谢

推荐答案

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            If Request.UserAgent.IndexOf("AppleWebKit") > 0 Then
                Request.Browser.Adapters.Clear()
            End If
        End Sub


这篇关于谷歌浏览器不支持水平位置的菜单项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆