Search found 2 matches

by PB
Fri Dec 03, 2004 6:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Links and CSS
Replies: 3
Views: 2339

Hi Ruth,

I meant to mention that it's an intranet in my original post. Sorry bout that. Here's the menuStyle code I'm using:

with(menuStyle=new mm_style()){
onbgcolor="#cccccc";
oncolor="#000000";
offbgcolor="#dbddde";
offcolor="#4f5050";
offclass="menuOff";
decoration="none";
rawcss="padding:0px ...
by PB
Fri Dec 03, 2004 12:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Links and CSS
Replies: 3
Views: 2339

Links and CSS

I've got a stylesheet that defines all links on all my web pages as follows:

a:link { color: #666666; text-decoration: underline; }

When using version 5.20, the menus were not affected by this. That is, none of the menu items were ever underlined (which is how I wanted it). However, when upgrading ...