Does hesk code affect drop down navigation menu?

Everything related to Hesk - helpdesk software

Moderator: mkoch227

Post Reply
dekel
Posts: 2
Joined: Wed Apr 22, 2009 7:15 pm

Does hesk code affect drop down navigation menu?

Post by dekel »

Website: http://gomidjets.com/hesk/

Hi again,
We're using a javascript based drop down navigation menu, but in the hesk index.php it doesn't drop down for IE8 (on FF it's fine)
Do you have an idea on to solve it?

Thanks for your help

*************************************/
Klemen
Site Admin
Posts: 10136
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hesk has nothing to do with that. It's probably either some missing code or browser incompatibility (it seems to work in FireFox).
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Internet Explorer 7 has the same problem as Internet Explorer 8 (not displaying the submenus)


HESK uses the xhtml doctype for its pages. Here the submenus do not display in IE.
Your other pages use the HTML 4.01 transitional pages. Here the menu does work In IE.

The problem is probably the Javascript used by your menu script.
I have tested with various windows browsers (Firefox 3.09, Opera 9.64, Safari 3.1.1) and they work. Only IE 7.0 and IE 8.0 do not work. So i guess IE does not have as good error handling as the other browsers.

You could try placing the javascript code outside of the page (xhtml does not like some script tags in it's pages). Then call it by:
<script type="text/javascript" src="menu.js"></script>

Or

You could try changing the doctype in all HESK pages to match that of your other pages. I think this would require you editing the php pages of hesk, which might me difficult when you are not fimiliar with php.
And i don't know how browsers will handle pages which have valid xhtml syntax placed in a HTML 4.01 transitional doctype.

Greetings,
Henrie
I do not monitor the Gbook forums regularly anymore since I do not use the Gbook script myself anymore for a long time. But it helped me a lot in learning to understand php.
Post Reply