【发布时间】:2010-05-22 12:27:34
【问题描述】:
这2个东西在CSS重置中有什么用处?
在 IE 中调整输入元素的大小以及在哪个版本中存在什么问题?
如果在 IE 中没有继承图例颜色,那么如何添加 color:#000; 来解决它
/*to enable resizing for IE*/
input,
textarea,
select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
color:#000;
}
【问题讨论】:
-
只需根据需要明确设置字体大小和颜色。 YUI 并不完美......