4.多重背景 CSS支持一个元素设置多个背景图片. 每个背景属性有相应的多值语法,多个值由逗号分隔. .multi-bg-shorthand { width: 300px; height: 200px; background: url(img/spades.png) left top no-repeat, url(img/hearts.png) right top no-repeat, url(img/diamonds.png) left bottom no-repeat, url(img/cl…
盒子模型的综合应用 CSS提高1 Div ul li 的综合应用很多的网页布局现在都用到这种模式 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>homework2.html</title> <meta http-equiv="keywords" content=&quo…