html select 下拉箭头隐藏

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.width5 {
width: 122px;
}
.width7
{
width: 142px;
}
.DivSelect
{
float:left;
position: relative;
background:url(../img/his2-sel.jpg) no-repeat; height: 32px;
line-height: 32px;
overflow: hidden; /*隐藏了小三角,宽度为比select宽度少20px*/
border-width:0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
} /*设置Select样式*/
.SelectList
{
position: relative;
background-color: transparent;
TOP: -2px;
left:-2px;
border-width: 0px;
border-top-style: none;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
display:block;
height: 32px;
line-height: 32px;
overflow:hidden;
}
</style>
</head>
<body>
<div class="DivSelect width5">
<select class="SelectList width7">
<option>双铜纸</option>
<option>双胶纸</option>
</select>
</div>
</body>
</html>

最新文章

  1. Android开发学习—— Broadcast广播接收者
  2. MySQL学习笔记——增删改查
  3. Selenium2+python自动化31-生成测试报告
  4. [wikioi2144]砝码称重2(另类的dfs)
  5. 扩展KVM镜像的虚拟磁盘大小
  6. 移植u-boot-1.1.6之mtdparts分区
  7. 2015-10-11 Sunday 晴 ARM学习
  8. svn local delete, incoming delete upon update 解决办法
  9. ECToch随笔
  10. CocoaPods在使用中的几个问题
  11. JavaScript高级程序设计:第一章
  12. 简单工厂模式,工厂方法模式,抽象工厂模式,spring的狂想
  13. jenkins持续集成简介[一]
  14. 阅读源码(IV)
  15. Android内存优化(一)Dalvik虚拟机和ART虚拟机对比
  16. Proxy代理模式
  17. Python shelve
  18. Linux查找文件、文件夹
  19. Day22-Django之缓存
  20. 【刷题】BZOJ 1934 [Shoi2007]Vote 善意的投票

热门文章

  1. Repository
  2. web.xml文件中的web-app元素 部署
  3. 移动端bug总结
  4. nginx 服务器重启命令,关闭 (转)
  5. java如何去调用C++的方法详解
  6. jQuery基础细节
  7. PHP Document 注释标记及规范 &amp;&amp; PHP命名规范
  8. JAVA-- M选N的组合算法
  9. c++中的srand()和rand() 转载 自:http://blog.sina.com.cn/s/blog_624c2c4001012f67.html
  10. poj2996 模拟