Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:00
type=header is ignored
Poster: rudy
Dated: Wednesday December 22 2004 - 17:54:26 GMT
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:
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
Poster: John
Dated: Wednesday December 22 2004 - 18:03:33 GMT
Try...
Code:
aI("text=[ Wireless Networking ];align=center;type=header;");
Poster: rudy
Dated: Wednesday December 22 2004 - 18:32:33 GMT
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:
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