g00fy
01-17-2003, 05:06 AM
hello all,
i am trying to code my site by hand (dreamweaverless) but i am stuck with how to have more than one mouseover event. that is, i have a rollover image and i also want to set the status bar text on that rollover.
why ? i think it looks more professional, but i dont know if it can be done, i have tried everything, i even resorted to dreamweaver and golive but to no avail.
i also wrote a simple date time status bar script that loaded with onload, and recalled with onMouseOut but after a second of hovering on link without moving off it, the function was called, and the status showed the date time script ?
can anyone help with this quandry pls ?
TIA
g00fy
<a href="main.html" onMouseOver="window.status='.... status text ....';return true" onMouseOut="window.status='';return true">HOME</a>
i am trying to code my site by hand (dreamweaverless) but i am stuck with how to have more than one mouseover event. that is, i have a rollover image and i also want to set the status bar text on that rollover.
why ? i think it looks more professional, but i dont know if it can be done, i have tried everything, i even resorted to dreamweaver and golive but to no avail.
i also wrote a simple date time status bar script that loaded with onload, and recalled with onMouseOut but after a second of hovering on link without moving off it, the function was called, and the status showed the date time script ?
can anyone help with this quandry pls ?
TIA
g00fy
<a href="main.html" onMouseOver="window.status='.... status text ....';return true" onMouseOut="window.status='';return true">HOME</a>