Ask a Question related to Macromedia Fireworks, Design and Development.
-
bpj webforumsuser@macromedia.com #1
Any Javascript gurus out there?
Hello,
I'm not a javascript guru, and am having a few problems changing the font color between different items in a dropdown menu created in firworks.
Anyone familiar with the javascript used in Fireworks might be able to help and any ideas would be most appreciated!
What i want is the first item in my dropdown to be red, the second item black, the third item grey and so on.
Here's the javascript code at moment for one of the dropdown columns, where the colour is the same ("FFFFFF") for all the items.
_______________________________
window.mm_menu_0606145230_0_7 = new Menu("Contemporary",133,16,"verdana, Arial, Helvetica, sans-serif",9,"#ffffff","#000000","#454750","#66ccff"," left","middle",3,0,1000,-5,7,true,false,true,12,false,true);
mm_menu_0606145230_0_7.addMenuItem("Tap");
mm_menu_0606145230_0_7.addMenuItem("Funk");
mm_menu_0606145230_0_7.addMenuItem("Disco");
mm_menu_0606145230_0_7.addMenuItem("RnB");
mm_menu_0606145230_0_7.addMenuItem("Break");
mm_menu_0606145230_0_7.addMenuItem("HipHop");
mm_menu_0606145230_0_7.addMenuItem("Interpretive") ;
mm_menu_0606145230_0_7.bgImageUp="images/mmmenu6_133x16_up.gif";
mm_menu_0606145230_0_7.bgImageOver="images/mmmenu6_133x16_over.gif";
mm_menu_0606145230_0_7.hideOnMouseOut=true;
mm_menu_0606145230_0_7.bgColor='#555555';
_________________________________
So the problem is that i want to say, make "Tap" a different colour to "Funk" and so on....
Please - any ideas out there!!!!!!!!
Many thanks, bpj
..
bpj webforumsuser@macromedia.com Guest
-
getLinks & VB.NET - Gurus, please help!!!
I am trying to use VS2005 (VB.NET) & the Acrobat SDK to do the following... - open a PDF - search each page for weblinks and read the target URL... -
Calling PHP gurus
It's nice to see all the support in this newsgroup. Hopefully I'll be a contributor soon. For now I'm hoping you could answer a question about... -
Question to all ASP GURUS
Hi all Is there any way I can copy one folder from one place to another place over the internet.... Kind regards -
Hey layers gurus-need an eye here
This is my first "real" attempt at using layers. www.billraydrums.com/7_19_03/new.htm Please take a look-see and give me some hints as to how... -
Kudos to the gurus
Simply wanted to say thanks in general to all the experienced people that post to this newsgroup. I am constantly amazed at the responsiveness of... -
mark haynes #2
Re: Any Javascript gurus out there?
"bpj" [email]webforumsuser@macromedia.com[/email] wrote:
I already answered this in your other thread. Please read it.>Hello,
>
>I'm not a javascript guru, and am having a few problems changing the font color between different items in a dropdown menu created in firworks.
>
>Anyone familiar with the javascript used in Fireworks might be able to help and any ideas would be most appreciated!
>
>What i want is the first item in my dropdown to be red, the second item black, the third item grey and so on.
>
>Here's the javascript code at moment for one of the dropdown columns, where the colour is the same ("FFFFFF") for all the items.
>
>_______________________________
>
>window.mm_menu_0606145230_0_7 = new Menu("Contemporary",133,16,"verdana, Arial, Helvetica, sans-serif",9,"#ffffff","#000000","#454750","#66ccff"," left","middle",3,0,1000,-5,7,true,false,true,12,false,true);
>mm_menu_0606145230_0_7.addMenuItem("Tap");
>mm_menu_0606145230_0_7.addMenuItem("Funk");
>mm_menu_0606145230_0_7.addMenuItem("Disco");
>mm_menu_0606145230_0_7.addMenuItem("RnB");
>mm_menu_0606145230_0_7.addMenuItem("Break");
>mm_menu_0606145230_0_7.addMenuItem("HipHop");
>mm_menu_0606145230_0_7.addMenuItem("Interpretive" );
>mm_menu_0606145230_0_7.bgImageUp="images/mmmenu6_133x16_up.gif";
>mm_menu_0606145230_0_7.bgImageOver="images/mmmenu6_133x16_over.gif";
>mm_menu_0606145230_0_7.hideOnMouseOut=true;
>mm_menu_0606145230_0_7.bgColor='#555555';
>
>_________________________________
>
>So the problem is that i want to say, make "Tap" a different colour to "Funk" and so on....
>
>
>Please - any ideas out there!!!!!!!!
>
>Many thanks, bpj
>.
>
>
>
>
>
--
enthusiastically,
mark haynes
fireworks product team liaison
macromedia customer care
Please post all replies to this forum
Responses to the forum are more effective for everyone.
For Fireworks support, go to:
<http://www.macromedia.com/support/email/complimentary/>
Announcing Macromedia DevNet Subscriptions
Maximize your power with our new premium software subscription for Macromedia developers
Find out more: [url]http://www.macromedia.com/go/devnetsubs/[/url]
mark haynes Guest



Reply With Quote

