|
主题: 下拉列表框的css代码怎样写?
|
 看我的资料
职务:普通成员
等级:1
金币:0.0
发贴:81
注册:2003/5/24 12:06:05
|
#12003/11/4 21:59:39
看到有一些网站的input样式很美观,但是其下拉列表框和input的风格不一样,有什么办法可以统一他们的风格呢? 如这里:http://www.udsky.com/forum/new.asp
|
 { 在指尖上绽放的花朵 }
职务:普通成员
等级:5
金币:14.0
发贴:3209
注册:2002/7/25 21:24:11
|
#22003/11/5 18:12:21
下拉框是没有border设置的~~
楼主节哀。
要是实在嫌不好看,只好用层模拟了~~
|
 icerain
职务:普通成员
等级:1
金币:1.0
发贴:249
注册:2003/6/13 3:09:56
|
#32003/11/5 23:20:42
楼主节哀 哈哈。。行者说话、可真有意思。。
楼主问的东西我也想学学 那个INPUT -TYPE的东西那么细是用BORDER设置的吗?
|
 { 在指尖上绽放的花朵 }
职务:普通成员
等级:5
金币:14.0
发贴:3209
注册:2002/7/25 21:24:11
|
#42003/11/6 17:13:47
input { border: 1px #000000 solid}
.pg { font-size: 9pt; line-height: 180%}
.pg2 { font-size: 9pt; line-height: 25px}
textarea { border: 1px #000000 solid}
.border_r { border-color: black #000000 black black; font-size: 9pt; line-height: 22px; border-style: solid; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 0px}
.border_lr { font-size: 9pt; line-height: 22px; border-color: #999999 #eeeeeee eeeeeee eeeeeee; border-style: dotted; border-top-width: 0px; border-right-width: 1px; border-bottom-width: 0px; border-left-width: 1px}
css部分~
|
 我佛山人
职务:版主
等级:4
金币:16.0
发贴:2269
注册:2002/8/7 15:09:27
|
|