Search found 11 matches

by rww
Sun Jun 20, 2004 6:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page Validation
Replies: 6
Views: 4545

Page Validation

The way that Milonic uses:

<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");
</script>

keeps pages from validating as XHTML 1.0 Transitional. I've run my ...
by rww
Wed Jun 16, 2004 2:50 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS to accomplish Milonic look?
Replies: 3
Views: 3017

That was it...

Yep. That fixed it. I missed the pageclass definition when I went through the list of configurable items.

:idea: I might be good if there were a series of graphics that were labeled with what the different style attributes do. "A picture is worth a thousand words" and from some of the definitions ...
by rww
Tue Jun 15, 2004 9:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS to accomplish Milonic look?
Replies: 3
Views: 3017

CSS to accomplish Milonic look?

Is there a way to accomplish some of what Milonic has in their menus using CSS? For example, the highlighted box that appears around menu items on mouseover, pagebgcolor for main menu items where the current page is one from the submenu. If the pagebgcolor and onclass/offclass are both set, the ...
by rww
Thu Mar 18, 2004 7:43 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Netscape 7.1 does it work with the menu?
Replies: 11
Views: 6778

Netscape 7.1 does it work with the menu?

Huh?? I'm using the same setup on my machine and it's definitely centered in a 17" monitor at 1024x768 resolution.

Anyone else seeing it in IE not centered? Matter of fact, I figured out that putting <table align="center"> bracketting the framework division also centers it in Firebird, at least on ...
by rww
Thu Mar 18, 2004 4:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Netscape 7.1 does it work with the menu?
Replies: 11
Views: 6778

Problem fixed, but....

Moveing the menu definitions to the bottom of the page did fix the problem in Firebird. (BTW I don't have them directly in the html of the page, rather as a php include since nearly all of the menu contents are dynamically generated.) However, there is another problem. In IE, the division that holds ...
by rww
Wed Mar 17, 2004 9:32 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Netscape 7.1 does it work with the menu?
Replies: 11
Views: 6778

Hi Gary,

The directions on the Milonic home page for eliminating the forced MILONIC link indicate that the link to milonic.com
...needs to point to the precise location of http://www.milonic.com/
The href in your link is missing the / at the end.

It's not missing on my pages ( http://www ...
by rww
Mon Mar 15, 2004 4:52 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-menu centered on main menu: how to do it?
Replies: 8
Views: 4816

I find it a bit odd, how does anyone know the bar is a menu?
Don't you usually mouse over something when you see it drift onto the page at load?
I don't. Also, the bar comes in so quickly if you're not paying close attention you won't even see it move in. Further, it looks like nothing more than ...
by rww
Mon Mar 15, 2004 1:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-menu centered on main menu: how to do it?
Replies: 8
Views: 4816

maz wrote:I find it a bit odd, how does anyone know the bar is a menu?
Don't you usually mouse over something when you see it drift onto the page at load?
maz wrote:Be careful, its not advisable to use the word milonic in style names.
Huh? Care to explain that, please?

Thanks.
RWW
by rww
Mon Mar 15, 2004 5:13 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-menu centered on main menu: how to do it?
Replies: 8
Views: 4816

Sub-menu centered on main menu: how to do it?

I'm using a horizontal menu that is nothing more than a floating bar from which another horizontal menu opens ( see it here ). The thing I'd like to accomplish is that the sub-menu opens centered on the floating bar. Since the whole thing is dynamically generated, a simple offset won't work as the ...
by rww
Sun Mar 14, 2004 6:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Sub-menu default open; close on move to other item
Replies: 0
Views: 1994

Sub-menu default open; close on move to other item

Is it possible to have a menu load in such a way that one item is expanded, and then closes if another menu item is clicked or if any other part of the page is clicked? How about opening on load and then closing after a set period of time?

Thanks.
RWW
by rww
Sat Mar 13, 2004 4:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: css definition of separator color, size
Replies: 1
Views: 2376

css definition of separator color, size

Is it possible to define such things as the separator color and size, headercolor and headerbgcolor, etc. via css? I have a site that has several sections that use different style sheets, and I'd like to customize menus as much as possible to coordinate with the rest of the section coloring.

Thanks ...