我真的不知道,当这个问题发生时。 当你打开http://bmsc.tfei.info/en/ - 搜索框位置没问题, 当您导航到任何页面http://bmsc.tfei.info/en/about-us时,它会跳到上方。 什么会导致这样的问题? 在所有浏览器中同样的问题。 我所做的是分开2个样式表一个用于英文版,一个用于俄文版; 并添加了jQuery库。 请帮助,提前谢谢!
这是我的div搜索css
#search
{
width:28%;
margin:0;
float:right;
height:40px;
padding-left:0px;
padding-right:0px;
}
和带按钮的文本框
#mod-search-searchword {
border-radius: 3px;
margin-top: 3px;
padding-left: 2px;
padding-right: 0px;
width:72%;
min-width:150px;
height:10px;
}
.search .button{
margin-top:3px;
margin-left:5px;
margin-right:3px;
}
和html代码
<div id='search' >
<jdoc:include type="modules" name="search" style="well" />
</div>
答案 0 :(得分:0)
你的问题在这里......
#top {
overflow: visible !important;
}
此规则未在其他页面上使用。