响应页面上的Bootstrap Navbar中断

时间:2015-04-17 19:16:46

标签: javascript html css twitter-bootstrap responsive-design

我已经将项目转换为使用Bootstrap进行响应。可以在http://homareno.com/

上查看该项目

响应nabvar仅在一个页面上的移动视图中断:http://homareno.com/usa.php

在该页面上,我必须使用客户端提供的辅助CSS文件,该文件是: http://homareno.com/ResponsiveSearchForm/default.css

由于导航类已被重复使用,似乎存在冲突,但是在css文件中删除或重命名该类会破坏页面中的搜索表单。

1 个答案:

答案 0 :(得分:0)

我有一些提示:

<强> 1

title代码后的header代码是什么?您必须在title tag代码中使用<HEAD>

<强> 2

default.css:256中你有这个:

header, .resp-accordion {
    display: none !important;
}

删除display:none或更改为block

第3:

default.css:386中,您有以下代码:

.mainMenu ul {
    display: block !important;
    top: 0 !important;
}

删除topdisplay属性。