stvchez123
03-01-2005, 11:31 PM
i know that this can be done, just can't find a thread or article which explains it. anyway insight is greatly appreciated.
here is my URL:
http://www.funtigodoc.com/temp/smtemp/
click the 'In the News' tab and drag it.
What I need is for both the tab and menu to be dragged as one.
my current code:
<html>
<body>
<div id="newsTabLayer" style="position: absolute; visibility: visible; <BR>top:355px; left:472px; width: 151; height: 17; z-index: 2; "><BR><img border="0" width="151" height="17" alt="In the news" name="newsTab" src="news_tab.gif">
</div>
<div id="inTheNewsLayer" style="position: absolute; visibility: visible; <BR>top:355px; left:472px; width: 151; height: 17; z-index: 1; ">
<img border="0" width="319" height="203" alt="In the news" name="inTheNews" src="in_the_news.gif"><BR></div>
<script type="text/javascript"><BR><!--<BR>SET_DHTML("newsTabLayer"+DETACH_CHILDREN, "newsTab", "inTheNews", "newsTabLayer"); <BR>//--><BR></script>
</body>
</html>
here is my URL:
http://www.funtigodoc.com/temp/smtemp/
click the 'In the News' tab and drag it.
What I need is for both the tab and menu to be dragged as one.
my current code:
<html>
<body>
<div id="newsTabLayer" style="position: absolute; visibility: visible; <BR>top:355px; left:472px; width: 151; height: 17; z-index: 2; "><BR><img border="0" width="151" height="17" alt="In the news" name="newsTab" src="news_tab.gif">
</div>
<div id="inTheNewsLayer" style="position: absolute; visibility: visible; <BR>top:355px; left:472px; width: 151; height: 17; z-index: 1; ">
<img border="0" width="319" height="203" alt="In the news" name="inTheNews" src="in_the_news.gif"><BR></div>
<script type="text/javascript"><BR><!--<BR>SET_DHTML("newsTabLayer"+DETACH_CHILDREN, "newsTab", "inTheNews", "newsTabLayer"); <BR>//--><BR></script>
</body>
</html>