CSS控制H1不换行
<style type=”text/css”>
<!–
h1 {font-size: 12px;color: #09f; display : inline}
h2 {font-size: 12px;color: #f00; display : inline}
–>
</style>
<h1>我要变成一行</h1>
<h2>我要变成一行</h2>
阅读完整的文章... admin on 04月 26th, 2008 | File Under 学习 | No Comments -