selector{
property:value; /* 所有浏览器 */
property:value/9; /* 所有IE浏览器 */
+property:value; /* IE7 */
_property:value; /* IE6 */
}
CSS Hack
最新推荐文章于 2024-07-19 21:38:22 发布
selector{
property:value; /* 所有浏览器 */
property:value/9; /* 所有IE浏览器 */
+property:value; /* IE7 */
_property:value; /* IE6 */
}

被折叠的 条评论
为什么被折叠?