blockquote, q { quotes: none}
这是清除blockquote和q这两个标签的嵌套引用的引号类型
blockquote:before, blockquote:after, q:before, q:after { content: ''content: none}
这是清除blockquote和q这两个标签的before和after伪类的所有样式
如果你的CSS文件中未设置这些样式,那么这两条CSS语句就不会起到任何作用(就好像已经很干净的地板再打扫一遍也不会更干净是吧?),所以删掉也是可以的。
你好!布局建议使用div里边放input和button的方式<div style="border:1px solid #ccccccwidth:150pxheight:25px">
<input type="text" style="border:0margin-left:5pxwidth:110pxheight:25pxline-height:25px" />
<input type="button" value="" style="background:url(searchBtn.gif) no-repeat center centerwidth:15pxheight:15pxmargin:5px" />
</div>
以上为大概思路,具体数值还需根据实际情况进行调整!