- From: Ping <citybjc@yahoo.com.tw>
- Date: Sat, 24 May 2003 11:23:17 +0800
- To: www-dom@w3.org
This is a sample. <style type="text/css"> div {color:white;background-color:black} #div {position:absolute;left:10px;top:10px} </style> <body> <div>Title</div> <div id="div">This is a test </div> </body> And I wish know how many cssRules were assocaited the DIV tags.
Received on Friday, 23 May 2003 23:36:27 UTC