Would you like to react to this message? Create an account in a few clicks or log in to continue.
搜索
 
 

结果按:
 


Rechercher 高级搜索

关键词

最新主题
» js在html中的加载执行顺序
select样式                                              Empty10/09/13, 06:50 am 由 design_ss

» javascript 函数的方法call()和apply()
select样式                                              Empty09/09/13, 05:10 am 由 design_ss

» JS中typeof与instanceof的区别
select样式                                              Empty08/08/13, 11:10 am 由 design_ss

» JS中的构造函数解析
select样式                                              Empty08/08/13, 09:44 am 由 design_ss

» js对象属性方法大总结
select样式                                              Empty08/08/13, 08:46 am 由 design_ss

» js中的值类型和引用类型小结 文字说明与实例
select样式                                              Empty08/08/13, 06:35 am 由 design_ss

» CSS3中轻松实现渐变效果
select样式                                              Empty05/07/13, 09:48 am 由 design_ss

» jQUery 常用实例
select样式                                              Empty03/07/13, 09:56 am 由 design_ss

» mask_layer 遮照
select样式                                              Empty03/07/13, 08:18 am 由 design_ss

十一月 2024
周一周二周三周四周五周六周日
    123
45678910
11121314151617
18192021222324
252627282930 

日历 日历

合作伙伴
免费论坛

免費論壇




select样式

 :: 前端制作 :: 重构

向下

select样式                                              Empty select样式

帖子  design_ss 21/08/12, 09:12 am

<style type="text/css">
.selectBox{height:auto;overflow:hidden;zoom:1;}
.s_select{display:inline-block;height:17px;padding:5px 3px;vertical-align:middle;border:1px solid #ccc;border-radius:5px;}
.s_select span{float:left;display:inline-block;height:17px;line-height:17px;overflow:hidden;}
.s_select select{ border:none; background-color:#FFF; *margin:-1px -2px 0 -2px;outline: 0 none;}
</style>


=================================================================================

<div class="selectBox">
<span class="s_select">
<span>
<select name="select" id="select">
<option>上海</option>
<option>北京</option>
</select>
</span>
</span>
</div>

design_ss

帖子数 : 122
积分 : 373
威望 : 0
注册日期 : 11-12-28

返回页首 向下

返回页首


 :: 前端制作 :: 重构

 
您在这个论坛的权限:
不能在这个论坛回复主题