永发信息网

div+css怎么隐藏关键字

答案:4  悬赏:60  手机版
解决时间 2021-04-12 09:22
  • 提问者网友:一抹荒凉废墟
  • 2021-04-12 06:20
div+css怎么隐藏关键字
最佳答案
  • 五星知识达人网友:渡鹤影
  • 2021-04-12 07:03
1
2
3
4
5
6
方式5261一:
<divstyle="text-indent:-9999px;">隐藏关键4102字</div>
方式二:
<divstyle=" height:30px; line-height:9999px; overflow:hidden;">隐藏关键字</div>
方式三1653:
<divstyle=" display:none">隐藏关键字(这种方法就内会整个容DIV 都隐藏)</div>
全部回答
  • 1楼网友:酒醒三更
  • 2021-04-12 09:19
.鼠标移至“>>”,渐入显示一个大div;     2.鼠标移出大div隐藏大div;     3.大div里头包含了许多小div。
  • 2楼网友:轮獄道
  • 2021-04-12 08:33
过滤特殊文字要用到JS的<br>&lt;script language=&quot;JavaScript&quot;&gt;<br>var myarray = new Array(&quot;关键字1&quot;,&quot;关键字<br>function check(theForm) {<br> for (i=0;i&lt;myarray.length;i++) {<br> if (theForm.name.value.indexOf(myarray[i])!=-1)<br> {alert(&quot;包含关键字&quot;);<br> return false;}<br> }<br>}<br>&lt;/script&gt;<br><br>&lt;form method=&quot;post&quot; action=&quot;#&quot;&gt;<br> &lt;input value=&quot;&quot; type=&quot;text&quot; name=&quot;name&quot;&gt;<br> &lt;input type=&quot;submit&quot; name=&quot;Submit&quot; value=&quot;提交&quot; onClick=&quot;return check(this.form)&quot;&gt;
  • 3楼网友:何以畏孤独
  • 2021-04-12 07:39
方法很多种咯 <div style="text-indent:-9999px;">第一种方法里面的字现实不出来</div> <div style=" height:30px; line-height:9999px; overflow:hidden;">第二种方法里面的字现实不出来</div> <div style=" display:none">第三种方法里面的字现实不出来(这种方法就会整个DIV 都隐藏)</div>
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯