DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> DIVCSS中為什麼背景顏色無法顯示
DIVCSS中為什麼背景顏色無法顯示
編輯:CSS詳解     
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" XML:lang="zh" lang="zh"> <head profile="http://www.w3.org/2000/08/w3c-synd/#"> <meta http-equiv="content-language" content="zh-cn" /> <meta http-equiv="content-type" content="text/html;charset=gb2312" /> <title>blueidea</title> <style type="text/CSS"> /*<![CDATA[*/ ul {  background:red  } li {  float:left;  width:180px;  } /*]]>*/ </style> </head> <body> <ul> <li>web標准常見問題大全</li> <li>web標准常見問題大全</li> <li>web標准常見問題大全</li> <li>web標准常見問題大全</li> <li>web標准常見問題大全</li> <div style="clear:both"></div> </ul> </body> </Html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved