温馨提示:网站使用自适应技术,手机与电脑显示界面不同,电脑界面显示效果更佳。

做了个小站,积累一些技术,分享一些原创
    体会生活,记录一些小随笔,闲说心得

隐藏select标签的方法

最近在做站的时候,遇到一段代码中,需要将<select>隐藏的,刚开始一直是想,<select> 好像没什么参数可设置隐藏的。

后来,突然想到了,直接利用div隐藏来达到在其内的<select>隐藏的目的,其实想通就很容易了,看代码:

<div style="display:none;">
   <select>
      <option>值</option>
   </select>
</div>

点击数:519

你可能也喜欢下面相关文章:

2 讨论

  1. buy cialis online with a prescription说道:

    It’s an remarkable paragraph designed for all the internet visitors; they will get benefit from it I am sure.

  2. buying cialis generic说道:

    Good way of explaining, and good post to get information concerning my presentation topic,
    which i am going to deliver in institution of higher education.

发表回复

必填项已用*标注