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?
Dropdown menu doesn't show up in IE 6
Re: Dropdown menu doesn't show up in IE 6
Do you have a link?
Ronny
Ronny
Re: Dropdown menu doesn't show up in IE 6
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
Basically the part between the tags.
Ronny
Re: Dropdown menu doesn't show up in IE 6
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
lol...
The problem is solved after i turned of "internal pretty url's" in Config GUI!!!!
strange...
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
It solve also my problem in IE6!! But now, how I can use pretty url 

Version 1.6-MLE
Re: Dropdown menu doesn't show up in IE 6
How did you have them implemented?...
Re: Dropdown menu doesn't show up in IE 6
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).
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