Page 1 of 1

Dropdown menu doesn't show up in IE 6

Posted: Tue Jul 24, 2007 11:26 am
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?

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

Posted: Tue Jul 24, 2007 11:34 am
by RonnyK
Do you have a link?

Ronny

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

Posted: Tue Jul 24, 2007 12:39 pm
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

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

Posted: Tue Jul 24, 2007 2:07 pm
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...

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

Posted: Tue Jul 24, 2007 2:30 pm
by r00ki3
lol...
The problem is solved after i turned of "internal pretty url's" in Config GUI!!!!

strange...

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

Posted: Sat Aug 09, 2008 3:50 am
by mel
It solve also my problem in IE6!! But now, how I can use pretty url ???

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

Posted: Sat Aug 09, 2008 4:25 am
by Dr.CSS
How did you have them implemented?...

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

Posted: Sat Aug 09, 2008 3:25 pm
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).