Forum Moderators: open
onmouseover="over(this);View('lsquo');this.style.bgColor=("#cccccc")"
but the above dosn't work? Bellow is my code.
<TD style=bgColor="#ECECED" onmouseover="over(this);View('lsquo')" onmouseout=this.style.bgColor="#ECECED" onclick="ic('‘')">‘</TD>
I’m sure it can be done I just can’t get the syntax right.
What do you think, Thanks
onmouseover="over(this);View('lsquo');this.style.bgColor=("#cccccc")"
should be
onmouseover="over(this);View('lsquo');this.style.bgColor='#cccccc'"