<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.3086" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Thanks Peter and Anthony;</FONT></DIV>
<DIV><FONT size=2>My use of ( or lack of ) quotes was indeed the 
problem.</FONT></DIV>
<DIV><FONT size=2>Peter, your suggestion works fine.</FONT></DIV>
<DIV><FONT size=2>I should know better, but still make silly erros like 
this.</FONT></DIV>
<DIV><FONT size=2>Thanks for you help.</FONT></DIV>
<DIV><FONT size=2>Del</FONT></DIV>
<BLOCKQUOTE 
style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV 
  style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> 
  <A title=peter@brunone.com href="mailto:peter@brunone.com">Peter Brunone</A> 
  </DIV>
  <DIV style="FONT: 10pt arial"><B>To:</B> <A title=javascript@LaTech.edu 
  href="mailto:javascript@LaTech.edu">javascript@LaTech.edu</A> </DIV>
  <DIV style="FONT: 10pt arial"><B>Sent:</B> Monday, June 04, 2007 10:39 
PM</DIV>
  <DIV style="FONT: 10pt arial"><B>Subject:</B> re: [Javascript] Trouble with 
  id</DIV>
  <DIV><BR></DIV> I would guess it has to do with the fact that your event 
  handler code should have quotes around it just like any other HTML attribute, 
  and you're not switching quote types (i.e. single to double) when delimiting 
  the ID parameter.&nbsp; <BR>In short, this would be right:<BR><BR>&lt;a 
  href="#" onmouseover ="toggle_visibility('hint4')"&gt;<BR>&lt;img 
  src="../../image/icon_toggle.jpg" width="22" height="22" 
  <BR>border="0"&gt;&lt;/a&gt;<BR>&lt;span class = "hidden_hint" 
  id="hint4"&gt;<BR>Add -&lt;img src="../images/sq_root_7.gif" 
  align="absmiddle"&gt; to both sides<BR>of the 
  equation.<BR>&lt;/span&gt;<BR><BR>Does that 
  help?<BR><BR>Cheers,<BR><BR>Peter<BR><BR></BLOCKQUOTE></BODY></HTML>