Dropdown menu doesn't show up in IE 6

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
r00ki3
Forum Members
Forum Members
Posts: 87
Joined: Thu Apr 12, 2007 11:16 am

Dropdown menu doesn't show up in IE 6

Post by r00ki3 »

My css dropdown menu doesn't work well in ie 6.
It only show's the dropdown menu one time (on visit)
once you visit another page on the site, the dropdown menu isnt working anymore :S

in ie 7.0 and ff it's no problem.

I've the javascript in my template:





So it seems that it's another problem.

anyone?
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Dropdown menu doesn't show up in IE 6

Post by RonnyK »

Do you have a link?

Ronny
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Dropdown menu doesn't show up in IE 6

Post by RonnyK »

Can you post the top part of the template, as I don't see any of the stuff ending up in the source.

Basically the part between the tags.

Ronny
r00ki3
Forum Members
Forum Members
Posts: 87
Joined: Thu Apr 12, 2007 11:16 am

Re: Dropdown menu doesn't show up in IE 6

Post by r00ki3 »

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
<head>
<!--[if IE]>
<__script__ type="text/javascript" src="modules/MenuManager/CSSMenu.js"></__script>
<![endif]-->
<!-- The above JavaScript is required for CSSMenu to work in IE -->
<title>PCS-Neurofeedback in Zeeland - Home</title>

<base href="http://pcs-neurofeedback.martinstruik.nl/" />
<meta name="Generator" content="CMS Made Simple - Copyright (C) 2004-6 Ted Kulp. All rights reserved." />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 
<link rel="stylesheet" type="text/css" href="http://pcs-neurofeedback.martinstruik.nl/stylesheet.php?templateid=20" />
<link rel="stylesheet" type="text/css" media="screen" href="http://pcs-neurofeedback.martinstruik.nl/stylesheet.php?templateid=20&mediatype=screen" />

</head>
</__body>

<div id="Tabel_01">
	<div id="header">
		<img src="images/header.gif" width="1004" height="244" alt="" />
	</div>
	
	<div id="menubalk"><b><div id="menuwrapper">
<ul id="primary-nav">
....
...
and so on...
r00ki3
Forum Members
Forum Members
Posts: 87
Joined: Thu Apr 12, 2007 11:16 am

Re: Dropdown menu doesn't show up in IE 6

Post by r00ki3 »

lol...
The problem is solved after i turned of "internal pretty url's" in Config GUI!!!!

strange...
mel
Forum Members
Forum Members
Posts: 147
Joined: Mon Dec 11, 2006 11:53 pm

Re: Dropdown menu doesn't show up in IE 6

Post by mel »

It solve also my problem in IE6!! But now, how I can use pretty url ???
Version 1.6-MLE
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: Dropdown menu doesn't show up in IE 6

Post by Dr.CSS »

How did you have them implemented?...
mel
Forum Members
Forum Members
Posts: 147
Joined: Mon Dec 11, 2006 11:53 pm

Re: Dropdown menu doesn't show up in IE 6

Post by mel »

It have a strange thing somewhere...
If I disable pretty url in local environnement, my cssmenu is now show up in iE6.
But if I try same thing on server, it did'nt work. But I don't know if it's related to my other problem in IE (this post).
Version 1.6-MLE
Post Reply

Return to “CMSMS Core”