what script is this...?
what script is this...?
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- ilmarine0
it hink this is pretty simple. didn't look at the source but the obvious way tot do it, would be to put the actual quick navigation in a div which style says display: none. and when you click on that button the action says something like: onclick="document.all.divname.st... visible'" or something. dhtml shock has a lot of examples of similiar scripts.
hopefully this was somewhat helpful.