Skip to content

Instantly share code, notes, and snippets.

View miaozilong's full-sized avatar

miaozilong miaozilong

View GitHub Profile
@miaozilong
miaozilong / select-hack.html
Created May 20, 2019 14:49 — forked from Jimco/select-hack.html
下拉菜单select样式 — 兼容IE6/IE7/IE8/火狐
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>兼容IE6/IE7/IE8/火狐---下拉菜单select样式兼容</title>
<style type="text/css">
body {background-color:#6C6;}
.sel-wrap{width:88px;height:29px;*background:#fff;background:#fff;*border:1px solid #b2b2b2;*padding:4px;*height:20px;}
.sel-inner{*border:0;*position:relative;*height:18px;*overflow:hidden;}
.so-sel{border:1px solid #b2b2b2;padding:4px 3px;font-size:12px;height:30px;width:89px;*width:88px;*margin:-1px;outline:none;}