<style type="text/css">
.blue{ background-color:Blue}
.yellow{ background-color:Yellow }
</style>
还想要什么颜色自己再写就行了,然后哪个<div>里想要什么颜色,将<div>的class属性设成对应的CSS名称就行了。例如<div class="blue">这个<div>背景就是蓝的,这样写方便以后再修改,不必修改每一个<div>,只需要修改<style>里定义的代码就行了
不明白的私。
谢谢采纳
<table width="226" height="136"><tr>
<td width="134">衣服颜色<br />
<div style="background:#FC9 width:60px height:20px display:block"></div> </td>
<td width="80">价格:xxx元</td>
</tr>
</table>
这样