naray
01-20-2009, 10:09 AM
Hi all , i have some questions in implementing the <list></list> box
on mouse track over and out i can able to change the colors of the list item
but i want to change the color of list in to three different colors i.e
say for example there are 6 items
1. aaa
2. bbb
3. aaa
4. ccc
5. ddd
6. aaa from my datapath
i want all "aaa" to be in color
"bbb" in one color , is it possible?
can anyone help me ?
<method event="onmousetrackover">
setAttribute('bgcolor', 0xFAFAFA);
</method>
<method event="onmousetrackout">
setAttribute('bgcolor', 0xFFFFFF);
</method>
on mouse track over and out i can able to change the colors of the list item
but i want to change the color of list in to three different colors i.e
say for example there are 6 items
1. aaa
2. bbb
3. aaa
4. ccc
5. ddd
6. aaa from my datapath
i want all "aaa" to be in color
"bbb" in one color , is it possible?
can anyone help me ?
<method event="onmousetrackover">
setAttribute('bgcolor', 0xFAFAFA);
</method>
<method event="onmousetrackout">
setAttribute('bgcolor', 0xFFFFFF);
</method>