How can i take the bgcolor and title of a td and then set a div to that color and write out the title next to the div
<div id="boxcolor1">change color</div><div id="boxtext1">write td title here</div>
<table id="box1"><tr><td title="Maroon" bgcolor="#5A0014"></td></tr></table>
I'm sure it's possible but i can't see it working for me......
Thanks