I've spent two days searching the help forums and can't find an answer to this particular problem. So, thanks in advance for any help you can give.
I've started developing a site; the urls are listed below. I've designed the menu system so that different categories have different colors. Everything works great on the PC; however, on the mac, only the submenu colors showup correctly. The main horizontal menu defaults to the basic menustyle, even though I have specified different colors within that menu.
The sample on the milonic page works fine on both my mac (OSX) and pc, in both explorer and netscape, so I know that it can be done.
I have designed the site on a PC using Dreamweaver. I'm not a programmer, but I've done my best.
Since this is just a first stab at the site, only the first link under each menu actually takes you anywhere.
The site address is http://www.willamalane.org/index_2005.htm
The address of the javascript file is http://www.willamalane.org/menus/menudata.js
colored menus don't work on mac
- designgirl
- Beginner
- Posts: 5
- Joined: Fri Feb 06, 2004 11:12 pm
- Location: Eugene, Oregon
- Contact:
Also, I'm not sure if this will cause a conflict in some browsers getting them to read the first listing you have, but in the .. with(menuStyle=new mm_style()){ .. you are listing bgcolor and color even though you have it then specified in each item.
Ruth
Code: Select all
with(menuStyle=new mm_style()){
oncolor="#ffffff";
offbgcolor="#FFFFCE";
- designgirl
- Beginner
- Posts: 5
- Joined: Fri Feb 06, 2004 11:12 pm
- Location: Eugene, Oregon
- Contact:
thanks for the solution!
I can't belive I missed that!!! The #sign was all it needed. I can't believe all the effort I went to to figure out such an obvious mistake. So simple... thanks tons!