Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/fsharp/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Css 引导程序中的导航权内容在iPad中不适用_Css_Twitter Bootstrap_Ipad - Fatal编程技术网

Css 引导程序中的导航权内容在iPad中不适用

Css 引导程序中的导航权内容在iPad中不适用,css,twitter-bootstrap,ipad,Css,Twitter Bootstrap,Ipad,导航栏右侧的内容在iPad中看不到,但在网页中可见 我试图为这个添加css /* iPads (portrait and landscape) ----------- */ @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { body { width: 495px; } .navbar-fixed-top, .navbar-f

导航栏右侧的内容在iPad中看不到,但在网页中可见

我试图为这个添加css

 /* iPads (portrait and landscape) ----------- */
 @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body { 
        width: 495px; 
    }
     .navbar-fixed-top,
     .navbar-fixed-bottom,navbar-right {
      position: fixed;
      margin-left: 0px;
      margin-right: 0px;
   }
}  
但这并没有带来任何变化

我是Bootstrap新手,请帮助我以最好的方式解决问题



您可以为导航栏添加代码吗?如果您不提供工作不正常的部件,则有点难以判断出问题所在。添加代码后,导航右侧的内容不会显示在ipadsYeeeah中,您需要清理一些。我在你的导航栏里找到了一堆随机代码。请在Bootplay或JS Fiddle上模拟一下。是的,哇,你的导航代码完全错了。下拉列表的格式非常糟糕/不正确。