Search found 4 matches

by risedev
Sun Jan 04, 2004 1:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 12688

Hi Andy,

Mediarite would have to give you that answer, BUT - I can give you THIS final update... When I posted the "BAD" code for people to review, mediarite also when to view the BAD code, and it WORKED. The ONLY change to the menu definition was the change as suggested earlier from

fontweight ...
by risedev
Sun Jan 04, 2004 2:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 12688

Well, to "wrap up" this issue, here what we did:

We changed the offbgcolor to the "orange" of the "inner" pages of the site (instead of the black that it used to be). That "fixed" the anti-alias issue shown above.

However, it did *really* fix it because if we change the color back to black, the ...
by risedev
Sat Jan 03, 2004 7:49 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 12688

If I comment out the offbgcolor:

//offbgcolor="transparent";

Then whenever you roll-over an option, it changed to the "on" colors properly, but does not restore the option. So after rolling over all of the options, you get each option with a black backgound.

I'm certain that the problem has ...
by risedev
Sat Jan 03, 2004 7:26 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: anti-aliased fonts?
Replies: 13
Views: 12688

I am the programmer

Hi Gang, I should probably jump in here as I am the programmer for the menu that "mediarite" is looking at. Unfortunately, I do not see the "problem". Here is the menu definition:

with(MMmenuStyle=new mm_style()){
onbgcolor="#222222";
oncolor="#ffffff";
offbgcolor="transparent";
offcolor="#DDDDDD ...