Staredit Network

Staredit Network -> Computers and Technical -> Can someone make a script?
Report, edit, etc...Posted by Centreri on 2006-01-17 at 15:49:32
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).
Report, edit, etc...Posted by Jordan on 2006-01-17 at 18:15:30
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>&nbsp;</div>
</div>
</td>
</tr>

</table></div><br><br></div><br>

use a CSS.
Report, edit, etc...Posted by Centreri on 2006-01-17 at 19:16:14
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 smile.gif
Next Page (1)