
There are other aspects of the SPAN command you can use with roll-overs:
| BOLD!! | <SPAN onMouseOver="style.fontWeight='bold'" onMouseOut="style.fontWeight='normal'">BOLD!!</SPAN> |
| FONT SIZE!! | <SPAN onMouseOver="style.fontWeight='bold'; style.fontStyle='normal'; style.fontSize='26pt'" onMouseOut="style.fontWeight='normal'; style.fontStyle='normal'; style.fontSize='12pt'">FONT SIZE!!</SPAN> |
| BACKGROUND!! | <SPAN onMouseOver="style.backgroundColor='red'" onMouseOut="style.backgroundColor='transparent'">BACKGROUND!!</SPAN> |