当前位置:
代码迷
>>
HTML/CSS
>> css 中经常遇到的有关问题汇总
详细解决方案
css 中经常遇到的有关问题汇总
热度:
60
发布时间:
2012-10-21 09:00:07.0
css 中经常遇到的问题汇总
1、把图片,input ,或者文字排在同一行
img{ float:left } input { float:left }
2、去掉点击时的虚框
<a onfocus="this.blur()">
相关解决方案