masterfred
03-15-2007, 02:50 PM
Greetings everyone !
1) Script Title: Chrome CSS Drop Down Menu (v2.01)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
3) Describe problem:
I can't click the top menu items that has a rel="dropmenu1" tag on the <a>, like in the following top menu :
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="main.php">Accueil</a></li>
<li><a href="infos.php" rel="dropmenu1">Qui sommes-nous ?</a></li>
<li><a href="galerie.php" rel="dropmenu2">Galerie d'arts</a></li>
<li><a href="projets.php" rel="dropmenu3">Événements</a></li>
<li><a href="presse.php" rel="dropmenu4">Salle de presse</a></li>
<li><a href="partenaires.php" rel="dropmenu5">Partenaires</a></li>
</ul>
</div>
Accueil item is working (you can click on it and it goes to main.php) but all others items aren't.
The menu works fine in Explorer 7 but those items aren't working in Firefox 1.x and 2.x
Thank You !
1) Script Title: Chrome CSS Drop Down Menu (v2.01)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/chrome/index.htm
3) Describe problem:
I can't click the top menu items that has a rel="dropmenu1" tag on the <a>, like in the following top menu :
<div class="chromestyle" id="chromemenu">
<ul>
<li><a href="main.php">Accueil</a></li>
<li><a href="infos.php" rel="dropmenu1">Qui sommes-nous ?</a></li>
<li><a href="galerie.php" rel="dropmenu2">Galerie d'arts</a></li>
<li><a href="projets.php" rel="dropmenu3">Événements</a></li>
<li><a href="presse.php" rel="dropmenu4">Salle de presse</a></li>
<li><a href="partenaires.php" rel="dropmenu5">Partenaires</a></li>
</ul>
</div>
Accueil item is working (you can click on it and it goes to main.php) but all others items aren't.
The menu works fine in Explorer 7 but those items aren't working in Firefox 1.x and 2.x
Thank You !