Having problems with DHTML Menu? There is usually somebody here who knows the answer.
rudy
Mega User
Posts: 161 Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:
Post
by rudy » Wed Dec 22, 2004 6:54 pm
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
John
Team
Posts: 5967 Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:
Post
by John » Wed Dec 22, 2004 7:03 pm
Try...
Code: Select all
aI("text=[ Wireless Networking ];align=center;type=header;");
John
rudy
Mega User
Posts: 161 Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:
Post
by rudy » Wed Dec 22, 2004 7:32 pm
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
Andy
Milonic
Posts: 3308 Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:
Post
by Andy » Wed Dec 22, 2004 9:01 pm
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
Andy
Milonic
Posts: 3308 Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:
Post
by Andy » Wed Dec 22, 2004 9:33 pm
5.65 has just gone up
Cheers
Andy
rudy
Mega User
Posts: 161 Joined: Thu Jan 15, 2004 11:39 pm
Location: Scottsdale, Arizona
Contact:
Post
by rudy » Wed Dec 22, 2004 10:07 pm
Yup, 5.65 fixed the type=header bug - working great once again
Thanks Andy for the quick fix and release!
Rudy