下拉列表框有什么属性可心修饰吗?! 就是一下,能不能修饰其边框原色等等!

johnlan 2003-12-11 03:38:49
哪位老大给出详细完整代码参考一下, 感激不尽
...全文
116 10 打赏 收藏 转发到动态 举报
写回复
用AI写文章
10 条回复
切换为时间正序
请发表友善的回复…
发表回复
johnlan 2003-12-12
  • 打赏
  • 举报
回复
不过还是不够完美,而且用层来作效果,定位什么的都很有点问题,加个<div>在用的时候很^^因为它总是独立起一行
johnlan 2003-12-12
  • 打赏
  • 举报
回复
to:swich(学无纸尽),呵呵^^高明
johnlan 2003-12-12
  • 打赏
  • 举报
回复
to bullion:没错,就是要你所说的那样!~~可是似乎还没见过有人那样的效果!
bullion 2003-12-11
  • 打赏
  • 举报
回复
是不是想把下拉框的边框变成1像素啊,这是很难做到的
FallenAngel 2003-12-11
  • 打赏
  • 举报
回复
swich(学无纸尽) 好办法
xinxian1366 2003-12-11
  • 打赏
  • 举报
回复
up
skywave2008 2003-12-11
  • 打赏
  • 举报
回复
.freebox {
font-family: "Arial", "Helvetica", "sans-serif";
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
color: #FFFF00;
text-decoration: none;
background-color: #000000;
width: 90px;
border: 1px solid #CC9966;

}
swich 2003-12-11
  • 打赏
  • 举报
回复
<div style="top:100;left:50;position:relative">
<span style="border:1px solid green; position:absolute">
<select style="margin: -2">
<option>1111</option>
<option>11111111111111</option>
<option>111111111</option>
</select></span>
</div>


试试看
johnlan 2003-12-11
  • 打赏
  • 举报
回复
我要的是<select>的修饰,老大!~~还有没有?
angelheavens 2003-12-11
  • 打赏
  • 举报
回复
<html>
<head>
<title>无标题文档</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
input { border-color: #00CC33 #FF0000 #0033FF #000000; border-style: dotted; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
-->
</style>
</head>

<body bgcolor="#FFFFFF" text="#000000">
<input type="text" name="textfield">
</body>
</html>

28,407

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧