📄 sxliebiao.htm
字号:
<html>
<head>
<title>洪恩在线 - CSS教程</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="/pub/css/home.css">
<link rel="stylesheet" href="/pc/homepage/homepage.css">
<meta name="keywords" content="电脑乐园,电脑,乐园,交互教程,交互,教程,教育">
</head>
<body bgcolor="white" text="black" topmargin="10" leftmargin="0" marginwidth="0" marginheight="10">
<!--顶部开始-->
<script language="Javascript" src="/pub/js/head.js"></script>
<!--顶部结束-->
<table width="760" height="20" border=0 cellspacing="0" cellpadding="0" align="center">
<tr>
<td height=20 class="p1" bgcolor="#E8E8E8" align="left"><img src="/pc/img/blank.gif" width="12" height="8"><font color="#FF9966">当前位置</font>:<a href="/default.htm" class="under">洪恩在线</a>
-> <a href="/pc/index.htm" class="under">电脑乐园</a> -> CSS教程</td>
</tr>
</table>
<table width="760" border=0 cellspacing="0" cellpadding="0" align="center">
<tr>
<td height="15"></td>
</tr>
</table>
<table width="760" cellspacing="0" border=0 cellpadding="0" align="center">
<tr>
<td width="145" valign="top" bgcolor="#E8E8E8" align="left" style="color:blue" class="p1" height="123">
<br>
<table width="145" border="0" cellspacing="0" cellpadding="0" bordercolor="#F8AC0E" height="20">
<tr bgcolor="000099" valign="middle">
<td width="115" align="center" class="p2"><font color="#FFFFFF"><b>CSS教程</b></font></td>
<td height="20" bgcolor="#E8E8E8" width="13"><img src="/pc/img/title_00.gif" width="13" height="20"></td>
<td height="20" bgcolor="#E8E8E8" width="17"> </td>
</tr>
</table>
<p class="p1" style="line-height:17pt" align="left"> <br>
<br>
</p>
<p align="center" class=p1><a href=/pc/bin/msg.pl?file_id=k_css target="_blank"><img src="/pc/img/message.gif" width="64" height="54" alt="请您留言" border="0"><br> 谈谈您的看法</a>
<br>
<script language="javascript">
speak_num="za"
</script>
<script language="javascript" src=/pc/var/pc_k_css.js>
</script>
<script language="javascript">
var num=0
if (!isNaN(speak_num)){
num=speak_num;
}
else{
num=0
}
document.writeln ("已有")
document.writeln (num)
document.writeln ("条发言")
</script>
</p>
<p class="p1" style="line-height:17pt" align="left"> </p>
</td>
<td width=1 bgcolor=#0586D7 height="123"><img src="/pc/img/blank.gif" width="1" height="1">
</td><td width=15 background="/pc/img/line.gif"><p> </p></td>
<td valign="top" background="/pc/img/line.gif" width="584" height="123" class="p2">
<p align="center"><b><span class="p3"><br>
<font color="#3366CC">CSS属性列表</font></span></b></p>
<p align="right" class="p1"> </p>
<hr color=blue size=1>
<table width="95%" border="0" align="center" class="p2">
<tr>
<td width="32%" valign="top"><font color="#CC3399">属性名称</font><br>
<br>
<font color="#336633">字体属性(Font)</font><br>
font-family<br>
font-style<br>
font-variant<br>
font-weight<br>
font-size<br>
<br>
<br>
<font color="#336633">颜色和背景属性</font><br>
Color<br>
Background-color<br>
Background-image<br>
Background-repeat<br>
Background-attachment<br>
Background-position<br>
<br>
<br>
<font color="#336633">文本属性</font><br>
Word-spacing<br>
Letter-spacing<br>
Text-decoration<br>
<br>
Vertical-align<br>
<br>
Text-transform<br>
<br>
Text-align<br>
Text-indent<br>
Line-height<br>
<br>
<br>
<font color="#336633">边距属性</font><br>
Margin-top<br>
Margin-right<br>
Margin-bottom<br>
Margin-left<br>
<br>
<font color="#336633">填充距属性</font><br>
Padding-top<br>
Padding-right<br>
Padding-bottom<br>
Padding-left<br>
<br>
<font color="#336633">边框属性</font><br>
Border-top-width<br>
Border-right-width<br>
Border-bottom-width<br>
Border-left-width<br>
Border-width <br>
Border-color<br>
Border-style<br>
Border-top<br>
Border-right<br>
Border-bottom<br>
Border-left<br>
Width<br>
Height<br>
Float<br>
Clear <br>
<br>
<font color="#336633">分级属性</font><br>
Display<br>
White-space <br>
List-style-type<br>
List-style-image<br>
List-style-position<br>
List-style<br>
<br>
<font color="#336633">鼠标(Cursor)属性</font></td>
<td width="20%" align="left" valign="top"><font color="#CC3399">属性含义</font><br>
<br>
<br>
使用什么字体 <br>
字体是否斜体<br>
是否用小体大写<br>
字体的粗细<br>
字体的大小<br>
<br>
<br>
<br>
定义前景色<br>
定义背景色<br>
定义背景图案<br>
重复方式<br>
设置滚动<br>
初始位置<br>
<br>
<br>
<br>
单词之间的间距<br>
字母之间的间距<br>
文字的装饰样式<br>
<br>
垂直方向的位置<br>
<br>
文本转换<br>
<br>
对齐方式<br>
首行的缩进方式<br>
文本的行高<br>
<br>
<br>
<br>
顶端边距<br>
右侧边距<br>
底端边距<br>
左侧边距<br>
<br>
<br>
顶端填充距<br>
右侧填充距<br>
底端填充距<br>
左侧填充距<br>
<br>
<br>
顶端边框宽度<br>
右侧边框宽度<br>
底端边框宽度<br>
左侧边框宽度<br>
一次定义宽度<br>
设置边框颜色<br>
设置边框样式<br>
一次定义顶端<br>
一次定义右侧<br>
一次定义底端<br>
一次定义左侧<br>
定义宽度属性<br>
定义高度属性<br>
文字环绕<br>
哪一边环绕<br>
<br>
<br>
定义是否显示<br>
怎样处理空白<br>
加项目编号<br>
加图案<br>
第二行起始位置<br>
一次定义列表<br>
<br>
<br>
自动<br>
定位“十”字<br>
默认指针<br>
手形<br>
移动<br>
箭头朝右方<br>
箭头朝右上方<br>
箭头朝左上方<br>
箭头朝上方<br>
箭头朝右下方<br>
箭头朝左下方<br>
箭头朝下方<br>
箭头朝左方<br>
文本“I”形<br>
等待<br>
帮助<br>
</td>
<td width="48%" valign="top"><font color="#CC3399">属性值</font><br>
<br>
<br>
所有的字体<br>
Normal、italic、oblique<br>
Normal、small-caps<br>
Normal、bold、bolder、lithter等<br>
Absolute-size、relative-size、length、percentage等<br>
<br>
<br>
颜色<br>
颜色<br>
路径<br>
Repeat-x、repeat-y、no-repeat<br>
Scroll、Fixed<br>
Percentage、length、top、left、<br>
right、bottom等<br>
<br>
<br>
Normal <length><length><br>
同上<br>
None|underline|overline|line-<br>
through|blink<br>
Baseline|sub|super|top|text-top|middle|bottom|text-bottom|<br>
Capitalize|uppercase|<br>
lowercase|none<br>
Left|right|center|justify<br>
<length>|<percentage><br>
Normal|<number>|<length>|<br>
<percentage><br>
<br>
<br>
Length|percentage|auto<br>
同上<br>
同上<br>
同上<br>
<br>
<br>
Length|percentage<br>
同上<br>
同上<br>
同上<br>
<br>
<br>
Thin|medium|thick|length<br>
同上<br>
同上<br>
同上<br>
同上<br>
Color<br>
None|dotted|dash|solid等<br>
Border-top-width|color等<br>
同上<br>
同上<br>
同上<br>
Length|percentage|auto<br>
Length|auto<br>
Left|right|none<br>
Left|right|none|both<br>
<br>
<br>
Block、inline、list-item、none<br>
Normal、pre、nowrap<br>
Disc、circle、square等<br>
<url><url>|none<br>
Inside、outside<br>
<keyword><keyword>|<position><positon>|<url><br>
<br>
<br>
Auto<br>
Crosshair <url> <br>
Default<br>
Hand<br>
Move<br>
e-resize<br>
Ne-resize <br>
Nw-resize<br>
n-resize<br>
Se-resize<br>
Sw-resize<br>
s-resize<br>
w-resize<br>
Text<br>
Wait<br>
Help</td>
</tr>
</table>
<p> </p>
<p> </p>
<hr color=blue size=1>
<p class="p1" align="right"> <a href="css0310.htm">返回</a> </p>
<p> </p>
<p align="center" class=p2><a href=/pc/bin/msg.pl?file_id=k_css target="_blank"><img src="/pc/img/message.gif" width="64" height="54" alt="请您留言" border="0"><br> 谈谈您的看法</a>
<script language="javascript">
speak_num="za"
</script>
<script language="javascript" src=/pc/var/pc_k_css.js>
</script>
<script language="javascript">
var num=0
if (!isNaN(speak_num)){
num=speak_num;
}
else{
num=0
}
document.writeln ("已有")
document.writeln (num)
document.writeln ("条发言")
</script>
</p>
<p> </p></td><td width=15 background="/pc/img/line.gif"><p> </p></td>
</tr>
</table>
<!--底部开始-->
<script language="Javascript" src="/pub/js/foot.js"></script>
<!--底部结束-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -