| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 577 人关注过本帖
标题:为什么会这样?
只看楼主 加入收藏
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
快速回复:为什么会这样?
数据加载中...
 
   



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

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