宽度滚动删除

时间:2015-12-29 00:05:28

标签: javascript jquery html css

我不想在我的网站上使用宽度滚动条,并想知道你是否知道导致它的原因以及如何解决它(代码)。

我已经尝试过了:

<head runat="server">
<title></title>
<link href="~/Styles/Site.css" rel="stylesheet" type="text/css" />
<link rel="SHORTCUT ICON" href="favicon.ico" type="image/x-icon"/>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<script type="text/javascript" src="/Scripts/modernizr.js"></script></head>

3 个答案:

答案 0 :(得分:1)

原因是CSS中的这条规则:

.row

它增加了30px row bg-about

的100%宽度

删除它......

答案 1 :(得分:1)

您的班级row的div的边距为-15px,导致您的页面大于100%。

只需从此div中删除+类,问题就会消失。

答案 2 :(得分:1)

您的<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Sample animation with Velocity.js</title> <!-- jQuery CDN --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"> </script> <!-- Velocity.js CDN --> <script src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script> </head> <body> <div id="divToAnimate">Example Div to Animate</div> </body> </html> isset($_GET['page'])? $_GET['page'] : false让css divrow bg-about包裹在另一个div margin-right: -15px中,并且everthing将正常工作。

提示。 你应始终将row bg-about包裹在.container-fluidrowcontainer