"Billy" <blog DeleteThis @summer.in.be> wrote in
news:buSYa.26513$pK2.41805@news.indigo.ie:
> "Marc Bissonnette" <dragnet DeleteThis @internalysis.com> wrote in message
> news:Xns93D183461991Edragnetinternalysisc@207.35.177.135...
>> Hi all;
>>
>> I'm looking for some code to learn from in making a slide-down menu.
>>
>> While I've found some excellent examples of straight-out slide-down
>> menus, the client wants a menu something like this:
>>
>> Closed State:
>>
>> Item 1
>> Item 2
>> Item 3
>> Item 4
>>
>> When you mouseover, say, Item 2, it would then slide out like this:
>>
>> Item 1
>> Item 2
>> Sub Item 1
>> Sub Item 2
>> Sub Item 3
>> Sub Item 4
>> Item 3
>> Item 4
>>
>> - ie. items 3 and four slide down to make room for the sub-items that
>> appear above it.
>>
>> Can anyone point me to a source of code that I could grab and learn
>> from ?
>>
>
>
>
> Hi marc,
> something like this?
>
<font color=purple> > <a style='text-decoration: underline;' href="http://javascript.internet.com/navigation/slide-down-menu.html</font" target="_blank">http://javascript.internet.com/navigation/slide-down-menu.html</font</a>>
Yes! This is perfect, thank you
Interestingly enough, the URL above suggests that one only has to copy
and paste the JS in the <TEXTAREA> to make it work, without pointing out
that you need the sliding_menu.js file for the page to call in order to
work - Google saved the day, of course, though
Many thanks for pointing this out!! (I'm a perl guy, so this JS stuff
just isn't my strong point

)
--
Marc Bissonnette
Perl CGI. MySQL Databases. Dynamic Web Content Control.
<a style='text-decoration: underline;' href="http://www.internalysis.com" target="_blank">http://www.internalysis.com</a>
Looking for a new ISP? <a style='text-decoration: underline;' href="http://www.canadianisp.com" target="_blank">http://www.canadianisp.com</a><!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Looking for a CSS/DHTML menu sample to learn from