1、html标签加属性
1 <html lang="en" class="no-ie" style="overflow:hidden">
2、body中加入如下代码
1 <style type="text/css"> 2 html{ 3 overflow-x: hidden; 4 ovefflow-y: hidden; 5 } 6 </style>
1、html标签加属性
1 <html lang="en" class="no-ie" style="overflow:hidden">
2、body中加入如下代码
1 <style type="text/css"> 2 html{ 3 overflow-x: hidden; 4 ovefflow-y: hidden; 5 } 6 </style>
相关文章: