-
333查看全部
-
电商网站整站制作:1首页、2产品分类、3筛选页、4详细页-商品评价 5详细页-产品介绍、6购物车和结算页、7登陆查看全部
-
第一个;input{margin:0;padding:0;outline:none;boder:none;background:none;} 第二个:设置高度与行高相同,还有就是字体大小设置为偶数或line-height为偶数,不然IE6还是会出现错位查看全部
-
/* 任务: 1 input需要清掉哪些默认样式,和兼容问题如何解决? 2 如何解决IE8一下的input框文字偏上问题 */ input{ background:none; outline:none; border:0px; } .search_box{ width:210px;} .search_input{ height:30px; border:2px solid #FF8C00;padding:0 5px; line-height:30px\9; float:left; width:136px;} .search_btn{background-color:#FF8C00;color:#FFF; height:34px; width:60px;} </style> </head> <body> <div class="search_box"> <input type="text" class="search_input"> <input type="button" class="search_btn" value="搜索">查看全部
-
/*清浮动*/ .clearfix:after{clear:both; display:table; content:"";} .clearfix{zoom:1}查看全部
举报
0/150
提交
取消