I'm working on the Centreri.net, and I need good professional looking navigation system, similar to the www.starcraft.org one; it just slides down onmouseover. Can anyone script that for me? I don't know much Javascript, mostly PHP. Please comment everything so I can customize it (and make it relatively simple to add the links inside, change color, etc).
Oh, and I can either pay back in minerals or something else.
Can be scripted in anything that is widely supported (probably Javascript, maybe VBscript).
here:
<br /><div style="position:absolute;" id="logostrip"><table>
<tr>
<td valign="top" width=120>
<div class="navmenu" onMouseOver="navSite.style.display='';" onMouseOut="navSite.style.display='none';">Site</a>
<div id="navSite" style="display:none;"><img width=60 height=0><br>
<hr>
<a href="0">name</a><br>
<a href="1">name</a><br>
<a href="2">name</a><br> </div>
</div>
</td>
</tr>
</table></div><br><br></div><br>
use a CSS.
Display:none, huh.. I'll have to remember that. Is there any way to make it 'slide down', or appear from beginning location by percentage of total area?
Oh, and the div's don't overlap. I'll try fixing it tomorrow, Starcraft time