It does amaze me that it can take hours to find something as small as a
missed space! I didn't notice this in the code but when I was doing my
own troubleshooting I took the onClick part out and then put it back in
when it didn't make any difference, so I guess I solved that problem
without even realizing it. <grin>
Thanks for looking. It does seem to be working now although I notice
that in IE the drop down is just a little high.
Riva
Galatek Webmaster wrote:
I honestly dont know what is causing the problem -- but have you
noticed that if you leave the practicetest.htm page and go to another,
then the link for "Practices" links back to practices.htm just fine?
and if you compare the code you see one tiny difference ( which in the
world of programming is usually the bell of doom because it can take
weeks to find one tiny typo ) ive listed them below
<CODE SNIPPENT>
<FILE = "practicetest.htm" />
"..
<td id="dropmenudiv1"><a href="practices.htm"onClick="return
clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1,
'150px')" onMouseout="delayhidemenu()">Practices</a></td>
.."
<FILE = "practices.htm" />
"...
<td id="dropmenudiv1"><a href="practices.htm" onClick="return
clickreturnvalue()" onMouseover="dropdownmenu(this, event, menu1,
'150px')" onMouseout="delayhidemenu()">Practices</a> ^ </td>
..."
|
</CODE SNIPPET> |
notice thie tiny difference? -----------------------|
there is a space between the href value and the onClick attribute
declaration, where as in the practicetest.htm - the space is missing.
that may not be it but its the only thing that hit me right off the bat
____ The WDVL Discussion List from WDVL.COM ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or
use the web interface http://e-newsletters.internet.com/discussionlists.html/
Send Your Posts To: [email protected]
To change subscription settings, add a password or view the web interface:
http://intm-dl.sparklist.com/read/?forum=wdvltalk
________________ http://www.wdvl.com _______________________
You are currently subscribed to wdvltalk as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016
Please include the email address which you have been contacted with.