Results 1 to 3 of 3

Thread: [DHTML] DHTML Menu System

  1. #1
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default [DHTML] DHTML Menu System

    1) CODE TITLE:
    ModestMenus 1.0

    2) AUTHOR NAME/NOTES:
    Dave Rankin (http://dave.caretcake.com)

    3) DESCRIPTION:
    Cross-browser, lightweight DHTML menu system that uses straightforward CSS for layout and style. This system is purposefully very light on frills but provides with you with stable code that can easily be manipulated in a lot of ways.

    4) URL TO CODE:
    http://dave.caretcake.com/software/m...overview.rhtml
    (all pages on http://dave.caretcake.com serve as a demo, because the site's navigation itself is done through this menu system)

    or, ATTACHED BELOW (see #3 in guidelines below):

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Not bad, but it's a little disappointing that it relies on document.write() and innerHTML. Otherwise a good job though.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Oct 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the comments Twey. I understand your feelings about document.write() and innerHTML. I have a to-do list going of revisions I want to make in future versions of this and refactoring those parts to do the same thing through DOM manipulation instead of the current method is definitely on my list.

    Anyway, thanks again for taking a look and for the feedback.

    -Dave

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •