由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Internet版 - [转载] CSS question
相关主题
How can I let a paragraph stay at the bottom of a HTML page?想破了脑袋也没想出来, 急问各位大侠:如何在线打开pdf表格!
Re: Where to get a guest book?CSS问题请教!!
Re: Where to download font? FANG SONG谁说中国网站只懂抄?!(外国网站更会抄)
Re: how to read chinese PDF files?//bow &bow网页设计的字体问题
[转载] 请问哪里有比较好的繁体字库可以DOWNLOAD呀?Ubuntu 怎样设置成只用外接显示器?
how to disable pages that using css style?nook color看中文epub的问题解决了吗?
Re: [转载] How read Chinese ?? Re: Netscape 7.0 is good!已解决:Nook Simple Touch Reader 读中文[原创]
如何删除windows2000里的Chinese Fonts?[原创]Nook STR 读中文(改进法)
相关话题的讨论汇总
话题: font话题: div话题: verdana话题: css话题: td
进入Internet版参与讨论
1 (共1页)
c*****t
发帖数: 1879
1
【 以下文字转载自 Programming 讨论区 】
【 原文由 coconut 所发表 】
In CSS, we can group several selectors by comma
H1,H2 { font-family: verdana; }
So both H1 and H2 would set to the same font.
We could also do decendence selectors:
TD DIV { font-family: verdana; }
So, all the DIV's inside TD would have font verdana.
Now, my question is, is it possible to combine the two?
I've tried:
TD DIV,SPAN { font-family: verdana; }
but, only DIV got its font changed.
Also, I had situations like:
TD.ABC,TD.DEF DIV { font-famil
1 (共1页)
进入Internet版参与讨论
相关主题
[原创]Nook STR 读中文(改进法)[转载] 请问哪里有比较好的繁体字库可以DOWNLOAD呀?
[重贴]nook: Calibre 转换一步法(原创)how to disable pages that using css style?
诚聘Front End software engineer (A家)Re: [转载] How read Chinese ?? Re: Netscape 7.0 is good!
神吐槽 Extjs如何删除windows2000里的Chinese Fonts?
How can I let a paragraph stay at the bottom of a HTML page?想破了脑袋也没想出来, 急问各位大侠:如何在线打开pdf表格!
Re: Where to get a guest book?CSS问题请教!!
Re: Where to download font? FANG SONG谁说中国网站只懂抄?!(外国网站更会抄)
Re: how to read chinese PDF files?//bow &bow网页设计的字体问题
相关话题的讨论汇总
话题: font话题: div话题: verdana话题: css话题: td