Maison > interface Web > tutoriel HTML > html 隐藏滚动条

html 隐藏滚动条

WBOY
Libérer: 2016-07-06 13:28:22
original
1331 Les gens l'ont consulté

1. html 标签加属性

"<span style="color: #800000;">en</span><span style="color: #800000;">"</span> <span style="color: #0000ff;">class</span>=<span style="color: #800000;">"</span><span style="color: #800000;">no-ie</span><span style="color: #800000;">"</span> <span style="color: #ff0000;">style="overflow:hidden;"</span>>
Copier après la connexion

 

2.body中加入以下代码

<style type="<span" style="color: #800000;">"<span style="color: #800000;">text/css<span style="color: #800000;">"><span style="color: #000000;">  
html{  
    overflow-<span style="color: #000000;">x: hidden;  
    overflow-<span style="color: #000000;">y: hidden;  
}  
</style>
Copier après la connexion

 

Étiquettes associées:
source:php.cn
Déclaration de ce site Web
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Tutoriels populaires
Plus>
Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal