dhtml menus in Dreamweaver?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default dhtml menus in Dreamweaver?

    Is there a way to create dhtml menus in Dreamweaver (or Fireworks) similar to [url]http://www.dynamicdrive.com/dynamicindex1/any[/url]
    kennedy767 Guest

  2. Similar Questions and Discussions

    1. DHTML or Fireworks menus
      Hi there, Hope all is well. Is it better to create a navigation menu, with a pop-up sub-menu, using DHTML or using the fireworks menu and...
    2. cfform with dhtml menus
      Hi, I built a page with dhtml menu which will slid out from left side of the page but after I put in the flash form, the form always covers the...
    3. DHTML drop down menus and IE 6.0 bug?
      Hello Our site is using DHTML drop down menus that I created using Dreamweaver UltraDev. The problem is whenever you click on a link in the drop...
    4. Flash with DHTML menus
      All Active content on a page will always rise to the top, so to speak, including Flash, certain form elements, Java applets, and Active X controls....
    5. DHTML Dropdown Menus
      Hi, Is the DHTML drop down menu creation function more powerful under FW MX2004 than under FW MX? Or is it just the same? If so, could you...
  3. #2

    Default Re: dhtml menus in Dreamweaver?

    That URL is broken. But sure! You can take whatever code they've got at dynamic
    drive and manipulate it inside of Dreamweaver. Though, don't expect Dreamweaver
    to render the menus perfectly. Most of the time, it can't render popup menus at
    all.

    My recommendation to you, is to use "Suckerfish" type of menus, like these
    ones here. They are merely an unordered list, styled with CSS, and including a
    tiny bit of javascript so they'll work in IE. It's the best thing since bread
    and butter.

    [url]http://cssdreams.com/xtras/scripts/flyout-menus.html[/url]
    [url]http://cssdreams.com/xtras/scripts/flyout-menus2.html[/url]

    mzanime.com Guest

  4. #3

    Default Re: dhtml menus in Dreamweaver?

    "mzanime.com" <webforumsuser@macromedia.com> wrote in message
    news:dqm14n$d58$1@forums.macromedia.com...
    > That URL is broken. But sure! You can take whatever code they've got
    > at dynamic
    > drive and manipulate it inside of Dreamweaver. Though, don't expect
    > Dreamweaver
    > to render the menus perfectly. Most of the time, it can't render popup
    > menus at
    > all.
    >
    > My recommendation to you, is to use "Suckerfish" type of menus, like
    > these
    > ones here. They are merely an unordered list, styled with CSS, and
    > including a
    > tiny bit of javascript so they'll work in IE. It's the best thing
    > since bread
    > and butter.
    >
    > [url]http://cssdreams.com/xtras/scripts/flyout-menus.html[/url]
    > [url]http://cssdreams.com/xtras/scripts/flyout-menus2.html[/url]
    Menus2.html: No timing mechanism so they seem very unusable unless you
    know (and are able) to point your mouse perfectly. I guess that's why
    CSS is a presentaional technology and not a behavioral one :-)

    Menus1.html is usable although if you added another sub-level it
    wouldn't. Very basic stuff for basic needs.

    --
    Al Sparber
    PVII
    [url]http://www.projectseven.com[/url]

    "Designing with CSS is sometimes like barreling down a crumbling
    mountain road at 90 miles per hour secure in the knowledge that repairs
    are scheduled for next Tuesday".





    Al Sparber- PVII Guest

  5. #4

    Default Re: dhtml menus in Dreamweaver?

    >> I guess that's why CSS is a presentaional technology and not a behavioral
    one :-)

    Thats true, but they gave us :hover so we might as well use it.
    >> Menus1.html is usable although if you added another sub-level it
    wouldn't. Very basic stuff for basic needs.

    Making 3 levels is possible, but the CSS needed to do it gets extremely
    chatty...
    [url]http://www.htmldog.com/articles/suckerfish/dropdowns/[/url]


    ie:
    #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav
    li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul { left:
    -999em; }

    #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li
    li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover
    ul, #nav li li li li.sfhover ul { left: auto; }

    mzanime.com Guest

  6. #5

    Default Re: dhtml menus in Dreamweaver?

    In other words, there are better ways....

    --
    Murray --- ICQ 71997575
    Team Macromedia Volunteer for Dreamweaver
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "mzanime.com" <webforumsuser@macromedia.com> wrote in message
    news:dqmlul$a1f$1@forums.macromedia.com...
    >>> I guess that's why CSS is a presentaional technology and not a
    >>> behavioral
    > one :-)
    >
    > Thats true, but they gave us :hover so we might as well use it.
    >
    > >> Menus1.html is usable although if you added another sub-level it
    > wouldn't. Very basic stuff for basic needs.
    >
    > Making 3 levels is possible, but the CSS needed to do it gets extremely
    > chatty...
    > [url]http://www.htmldog.com/articles/suckerfish/dropdowns/[/url]
    >
    >
    > ie:
    > #nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
    > #nav
    > li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul
    > { left:
    > -999em; }
    >
    > #nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li
    > li
    > li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li
    > li.sfhover
    > ul, #nav li li li li.sfhover ul { left: auto; }
    >

    Murray *TMM* Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139