Welcome to our new look!
Hope you like the new look for Dynamic Drive.
This is the first in a series of steps we're taking to improve our site. In the very near
future, you can expect many cool features such as a new forum, newsletter, feedback form,
and more, to be introduced. Enjoy!
<script>
<!--
var content=new Array();
content[0]='<br><big><b>Menus and
navigation systems</b></big><br>Click
here for DHTML scripts that help enhance your site\'s
navigability, such as collapsible menus, sliding menu
bars etc.';
content[1]='<br><big><b>Special
document effects</b></big><br>With
the advent of DHTML, webpages are one step closer to
its cousin, TV, in terms of special effects...';
content[2]='<br><big><b>Scrollers</b></big><br>Up
until now, adding a scroller or tickertape to your website
usually meant using a slow Java applet. Not anymore.
Click here for DHTML scrollers that accomplish the same
task with minimal download time.';
function changetext(whichcontent){
if (document.all)
descriptions.innerHTML='<font face="Verdana"><small>'+whichcontent+'<font></small>';
}
function reset(){
if (!scriptmenu.contains(event.toElement))
descriptions.innerHTML=temphtml;
}
//-->
</script>
</head>
<body>
<div id="scriptmenu" style="line-height:20px"
onMouseout="reset()"><p><strong><font
face="Verdana">
<a href="../dynamicindex0/index.html"
onMouseover="changetext(content[0])"><small>Menus
and Navigation Systems</small></a><br>
<a href="../dynamicindex1/index.html"
onMouseover="changetext(content[1])"><small>Special
document effects</small></a><br>
<a href="../dynamicindex2/index.html"
onMouseover="changetext(content[2])"><small>Scrollers</small></a><br>
</font></strong></p>
</div>
<div id="descriptions" align="left"><strong><font
face="Verdana" color="#000000"><p>Welcome
to our new look!<br>
</font></strong><font face="Verdana"><small>Hope
you like the new look for Dynamic Drive.
This is the first in a series of steps we're taking
to improve our site. In the very near
future, you can expect many cool features such as
a new forum, newsletter, feedback form,
and more, to be introduced. Enjoy!</small><br>
</font>
</div>
<script language="JavaScript1.2">
if (document.all)
var temphtml=descriptions.innerHTML;
</script>
|