标题:为什么会这样?
只看楼主
zhuihongchen
Rank: 1
等 级:新手上路
帖 子:22
专家分:0
注 册:2006-2-9
 问题点数:0 回复次数:1 
为什么会这样?
请教一下:下面的程序运行有何问题:
<html>
<head>
<style type="text/css">
<!--
class1{
font-weight:bold;
font-family:fantasy;
font-size:xx-larger;
font-style:italic;
color:#ff0000;
background-color:aqua;
}
#id{font:18pt sans-serif bolder bold italic;
color:rgb(255,0,0)}
--!>
</style>
</head>
<body>
<p id="id1">this is the first page of CSS!
<div style="font-family:cursive; font-weight:800; font-variant:small-caps;font-size:xx-large;color:red">
you can see different word.<br>
<span class="class1">
it is fantasy,isn't is ?</span>
</div>
</P>
</body>
</html>
在IE中直接运行的时候:
it is fantasy,isn't is?
这一排的斜体不能显示出来,其背景色也不能显示出来?请高手指教一下!!!!小弟再三感谢!!!!!
搜索更多相关主题的帖子: cursive fantasy color style 
2006-02-28 22:25
dreame
Rank: 3Rank: 3
等 级:新手上路
威 望:8
帖 子:521
专家分:0
注 册:2005-10-23
得分:0 

定义的CSS中class1改为.class1


有时候真的想放弃寂寞的等待,但她是那么的可爱!I love u forever!
2006-03-01 19:31



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-47724-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017770 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved