yin26
04-07-2004, 03:33 PM
I've got a site nearly ready to launch here: http://www.yale.edu/iefp/safety/mm_index It uses Menu Magic for the menus.
When I try to add this javascript, the menus are no longer active:
<div id="thisDiv" style="position:relative;width:500; height:22;overflow:hidden; margin:0px;">
<div id="spage" style="position:relative; width:500; height:22; background: #EEEEEE; overflow:hidden;text-align : center; vertical-align : middle;color: blue;">News Feed Temporarily Unavailable</div>
<script language="javascript" src="http://www.ds-osac.org/headline.js"></script>
</div>
This is a script calling to another page for new ticker information.
Now, it's not life or death that Menu Magic and the auto-updating news ticker work together, but I'd like to understand the problem if anybody is kind enough to explain it. I've done what research I can on the forum already and tried to look for variables of the same name, but I'm new to javascript and am missing something.
Many thanks in advance,
Yin
When I try to add this javascript, the menus are no longer active:
<div id="thisDiv" style="position:relative;width:500; height:22;overflow:hidden; margin:0px;">
<div id="spage" style="position:relative; width:500; height:22; background: #EEEEEE; overflow:hidden;text-align : center; vertical-align : middle;color: blue;">News Feed Temporarily Unavailable</div>
<script language="javascript" src="http://www.ds-osac.org/headline.js"></script>
</div>
This is a script calling to another page for new ticker information.
Now, it's not life or death that Menu Magic and the auto-updating news ticker work together, but I'd like to understand the problem if anybody is kind enough to explain it. I've done what research I can on the forum already and tried to look for variables of the same name, but I'm new to javascript and am missing something.
Many thanks in advance,
Yin