溢出时如何隐藏Firefox滚动条:auto?
:: - webkit-scrollbar {display:none; }
我使用此代码,但这仅适用于Google Chrome.
任何帮助人?谢谢!
更新
我用的时候
溢出:隐藏;
页面无法继续页脚.
<html>
<head>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div id="pageWrapper">
<header></header><!--end of header-->
<nav>
<ul>
<li><a href="#">Home</a></li>|
<li><a href="#">Services</a></li>|
<li><a href="#">Gallery</a></li>|
<li><a href="#">FAQ</a></li>|
<li><a href="#">About Us</a></li>|
</ul>
</nav><!--end of nav-->
<aside>
</aside><!--end of aside-->
<section>
</section><!--end of section-->
<footer>All Right Reserved 2013.</footer><!--end of footer-->
</div><!--end of pageWrapper-->
</body>
</html>
Run Code Online (Sandbox Code Playgroud)
我的css
/*----- Reset ----*/
html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, …Run Code Online (Sandbox Code Playgroud) 是否可以将IP地址重写为名称?例如,我有http://159.163.21.22/Default.aspx并想要将其更改为http://example/Default.aspx.
感谢你们!