浮动:
Float:none 不使用浮动
Float:left 靠左浮动
Float:right 靠右浮动
颜色用color:(你选择颜色);
使用font标签设置大小和颜色<marquee align=left direction=left behavior=scroll height=10 width=1300 hspace=1 scrollamount=2 scrolldelay=1 vspace=1 loop=-1><font color=red>滚动字幕内容第一行
</font></marquee>
在标签加一个 :hover,然后加入相应的属性即可<html >
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=gb2312" />
<title>无标题文档</title>
<style>
p:hover{
color:#FF0000
}
</style>
</head>
<body>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
<p>asfasfa</p>
</body>
</html>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)