Policeman signaling for us to stop and think

过渡性的设计

使用 margin 和 padding 来代替多余的表格单元和间隔 GIF。

使用 link 和 @import 来载入样式。前者用于早期浏览器,后者给现在的浏览器。

<link href="basic.css" rel="stylesheet" type="text/css">

<style type="text/css" media="screen"><!--
@import url(modern.css) screen;
--></style>

一些实例:

等等,还有更多:

想了解更多关于过渡性设计的信息,请阅读 Eric Meyer on CSS 的第一章。 和 Jeffrey Zeldman 的 Designing with Web Standards 的大部分内容。

>
Scott Design