<a onMouseOver=”this.className=’on’” onMouseOut=”this.className=’off’” href=”10_9_08 MEETING.mp3″>October 9, 2008</a>
Archive for the ‘CSS’ Category
CSS link rollover class change
Monday, March 8th, 2010Inline Javascript CSS properties
Monday, March 1st, 2010Inline Javascript CSS properties
dash replaced by capital
<a
href=”#”
onmouseover=”this.style.textDecoration=’none’”
onmouseout=”this.style.textDecoration=’underline’”
style=”color:#FFFFFF text-decoration:underline;”
>
Details
</a>





