Search found 5 matches

by jkgraham
Thu Nov 13, 2003 10:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Feature request: pageclass
Replies: 0
Views: 1821

Feature request: pageclass

Hi,

I've searched quite a bit in the forums and couldn't find anything regarding this so I thought I'd post it. Sorry in advance if I missed it.

I'd like to request that a pageclass attribute be added to the Styles attributes (and/or others). The pageclass would replace the pagecolor and ...
by jkgraham
Mon Oct 27, 2003 5:04 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SubMenu Items missing in NS 7.1
Replies: 4
Views: 4053

Yep, that was it. Left over divs from my old menu system I forgot to delete.

Thanks!
by jkgraham
Fri Oct 24, 2003 8:27 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: v3 to v5 convert will not display
Replies: 3
Views: 3439

Re: v3 to v5 convert will not display

My conversion did some of the exact same things as your's did.

GrayOrange_menuCloseDelay=500;

Just remove the GrayOrange text from the above, it should be down below in the styles area.

with(=new mm_style()){
Here is where your GrayOrange should be:
with(GrayOrange=new mm_style()){

As for ...
by jkgraham
Fri Oct 24, 2003 8:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SSI's in v5
Replies: 10
Views: 6846

To do absolute includes use:

<!--#include virtual="/header.txt"-->

or even better, put all your includes in a separate folder:

<!--#include virtual="/includes/header.txt"-->



-Jon
by jkgraham
Fri Oct 24, 2003 7:06 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: SubMenu Items missing in NS 7.1
Replies: 4
Views: 4053

SubMenu Items missing in NS 7.1

Hi, I'm using v5 RC18 and have installed a very simple menu, but the menu background colors and borders aren't visible in Netscape 7.1. It works fine in NS 6.2 and all versions of IE. Here is the site:

https://www.nwp.usace.army.mil/im/dev/op/

A link to the menu_data.js is also on that page ...