Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
kennedy767 #1
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
-
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... -
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... -
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... -
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.... -
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... -
mzanime.com #2
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
-
Al Sparber- PVII #3
Re: dhtml menus in Dreamweaver?
"mzanime.com" <webforumsuser@macromedia.com> wrote in message
news:dqm14n$d58$1@forums.macromedia.com...Menus2.html: No timing mechanism so they seem very unusable unless you> 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]
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
-
mzanime.com #4
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.
wouldn't. Very basic stuff for basic needs.>> Menus1.html is usable although if you added another sub-level it
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
-
Murray *TMM* #5
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...> one :-)>>> I guess that's why CSS is a presentaional technology and not a
>>> behavioral
>
> Thats true, but they gave us :hover so we might as well use it.
>> wouldn't. Very basic stuff for basic needs.> >> Menus1.html is usable although if you added another sub-level it
>
> 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



Reply With Quote

