type=header is ignored

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

type=header is ignored

Post by rudy »

Using browser IE 6.0

Just upgraded to 5.64 and noticed that on my submenu's, where I have a type=header code and it didn't used to give an active link with a hand pointer now does. If clicked on, it ignores the type=header and opens a page cannot be found.

I am providing a link below. If you slide over the first topic a submenu will open. Then place your mouse over the black topic called "Wireless Networking" you will see the mouse hand pointer, which is should not.

This is the code for that:

Code: Select all

aI("text"[ Wireless Networking ];align=center;type=header;align=center;");
Here is a link to see what I mean:
http://www.networkdriven.com/qp/38bb755.html
Rudy
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Try...

Code: Select all

aI("text=[ Wireless Networking ];align=center;type=header;");
John
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Sorry John, the code I had in the data.js file, did have the = sign after text and did not have an extra " mark after it - my typo's.

However, I did put the code in extactly as you said and It still ignores the type=header.

Code: Select all

aI("text=Wireless Networking;align=center;type=header;");

Here is the link again after I placed the code in just as you suggested.


http://www.networkdriven.com/qp/38bb755.html
Rudy
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

It's OK folks I'm back - Been out all afternoon.

Anyway, it's a bug - Fixed it but need to do some more testing before I can release, should be done in the next hour or so.

I'll go straight for verison 5.65

Cheers
Andy
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

5.65 has just gone up

Cheers
Andy
User avatar
rudy
Mega User
Mega User
Posts: 161
Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:

Post by rudy »

Yup, 5.65 fixed the type=header bug - working great once again :D

Thanks Andy for the quick fix and release!
Rudy
Post Reply