hello20109876
05-12-2006, 08:57 AM
here is code
----------------------------
<head>
<style type="text/css">
#eee{color:ff0000;}
</style>
</head>
<body>
<div id="eee">
Hello
</div>
</body>
--------------------------
OK, it works.
my question is:
must id be used for using definition of #eee?
because id is used as param to java-script, I hope #eee can be used without using id - leave id for java-script.
.
----------------------------
<head>
<style type="text/css">
#eee{color:ff0000;}
</style>
</head>
<body>
<div id="eee">
Hello
</div>
</body>
--------------------------
OK, it works.
my question is:
must id be used for using definition of #eee?
because id is used as param to java-script, I hope #eee can be used without using id - leave id for java-script.
.
