Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
mcoll628 #1
Are Flyout menus possible in contribute
Is it possible to create a flyout menu in contribute?
Would I have to make one in Dreamweaver? If so, how would I do that? My website is in asp. Thank you!
mcoll628 Guest
-
Contribute and drop down CSS menus
Is it possible to edit drop down horizonal CSS menus with Contribute? I'd like to recommend this product to a client but their site (which I'm... -
Pluginlab V Flyout menu - multiple menus on a singlesite?
I have a site www.cmmeurope.com where I have a Pluginlab Vertical and Horizontal fly out menu on each page. The scripts live in a directory off the... -
Eporting 2 different fireworks flyout menus into 1 Dreamweaver template
Thank you both for your responses. To recreate the whole site would be very complex. I think I would like to take a shot at the coding idea.... -
flyout menus
I've never done a flyout menu before and had a couple of questions regarding the positioning of layers with flyout menus. When you set the... -
Border and Netscape Support for Flyout Menus
As a newbie to Dreamweaver, I am hoping someone can tell me what the latest is on Netscape support for flyout menus. After researching this... -
mpjx #2
Re: Are Flyout menus possible in contribute
Hi
I'm using Contrbute 3, so I can't comment on the later versions 4 and CS3.
Unless there've been some major changes since v3, I don't think you'll be able
to create flyout menus in Contribute. You may however, be able to set up the
type of menu you want using Dreamweaver and add/edit pages using Contribute.
The effects you're after are javascript based, so a good ajax library which
will create flyout menus from unordered list items would be my logical place to
start. Something like the Yahoo YUI library.
You'll have a problem if the effects require editing/adding code (e.g. adding
a "rel" attribute) - yes, you can do it in an external editor but that defeats
the purpose of Contribute. Providing the ajax library will create flyout menus
from an unordered (or ordered) list item only, without any extra attributes)
then you should be OK.
mpjx Guest
-
mpjx #3
Re: Are Flyout menus possible in contribute
Hi
I'm using Contrbute 3, so I can't comment on the later versions 4 and CS3.
Unless there've been some major changes since v3, I don't think you'll be able
to create flyout menus in Contribute. You may however, be able to set up the
type of menu you want using Dreamweaver and add/edit pages using Contribute.
The effects you're after are javascript based, so a good ajax library which
will create flyout menus from unordered list items would be my logical place to
start. Something like the Yahoo YUI library.
You'll have a problem if the effects require editing/adding code (e.g. adding
a "rel" attribute) - yes, you can do it in an external editor but that defeats
the purpose of Contribute. Providing the ajax library will create flyout menus
from an unordered (or ordered) list item only, without any extra attributes)
then you should be OK.
mpjx Guest
-
arfore #4
Re: Are Flyout menus possible in contribute
We are just about to roll out a new design for the Valdosta State University
main webpage that uses a "flyout" menu system.
The mechanism I have implemented is to use
[url]http://www.htmldog.com/articles/suckerfish/dropdowns/[/url]
This is basically a set of CSS stylesheets that are applied to a series of
nested unordered lists. Since it doesn't require any Javascript it is
completely accessible and it degrades nicely when used by browsers that don't
support the advanced styling as well as various screenreaders.
For an example of how it is being implemented take a look at our development
site:
[url]http://www2.valdosta.edu/[/url]
Andy
arfore Guest



Reply With Quote

