Here's a screencap from Safari.
Low rez as to not waste bandwidth, but shows the results clearly enough.
The layout is also problematic, with a large space below the menu.
Anyway, the first menu works with in Safari, just like Firefox.
However, the second and fourth do not open as dropdowns, but simple lists, inline. See the image attached. (note that the third and fifth links do not have dropdown menus associated with them
Is the problem as simple as:
Code:
<div id="menu1" class="link1">
<a href="index.html#babillard" target="_top">babillard</a>
<a href="index.html#images" target="_top">SCCCUM en images</a>
<a href="index.html#bienvenue" target="_top">mot de bienvenue</a>
<a href="index.html#nouvelles" target="_top">nouvelles</a>
<a href="index.html#archives" target="_top">archives</a></div>
<div id="menu2" class="link2">
<a href="mission.html" target="_top">mission</a>
<a href="nosmembres.html" target="_top">les membres du SCCCUM</a>
<a href="statuts.html" target="_top">statuts et règlements</a>
<a href="instances.html" target="_top">instances & comités</a>
<a href="representation.html" target="_top">représentation</a>
<a href="contact.html" target="_top">coordonnées</a></div>
<div id="menu4" class="link4">
Does each menu have a different CSS style? That would explain why they differ in how they pop up on screen.
Bookmarks