S
Steve Richter
Why would this embedded javascript not work?
<span onmouseover="this.style.font-weight='bold';" >line 3</span>
this does:
<span onmouseover="this.style.color='blue';" >line 1</span>
thanks,
<span onmouseover="this.style.font-weight='bold';" >line 3</span>
this does:
<span onmouseover="this.style.color='blue';" >line 1</span>
thanks,