摘要:
1. 背景 1.1背景的不重复 background-repeat:no-repeat; 背景的横向重复 background-repeat:repeat-x; 背景的纵向重复 background-repeat:repeat-y; 1.2背景固定不随滑轮滑动而消失 background-attac 阅读全文
摘要:
1. 插入样式表 外部样式表 <head> <link rel="stylesheet" href="xxx.css" type="text/css"> </head> 内部样式表 <head> <style type="text/css">xxxx</style> </head> 内联样式 <a 阅读全文