Mhh Problem kann ich bei mir nicht feststellen, obwohl ich auch Firefox verwende.
Um den Mouseover-Effekt zu entfernen in der Datei include/templates/gallery.htm die Zeilen 23 bis 35 löschen:
<div onmouseover="hiddpos('infodiv{id}')" class="layer" id="infodiv{id}" style="position:absolute; top:50px; left:50px; display:none; width:200px; height:200px;">
<table width="100%" class="border" border="0" cellspacing="1" cellpadding="4">
<tr>
<td class="{class}" align="left">
<strong>{_lang_filename}:</strong> {datei_name}
<br /><strong>{_lang_seen}:</strong> {klicks}
<br /><strong>{_lang_voting}:</strong> {vote_wertung}
<br /><strong>{_lang_comments}:</strong> {anz_koms}
<br /><strong>{_lang_desc}:</strong> {besch}
</td>
</tr>
</table>
</div>
EDIT: Und noch in Zeile 39
onmouseout="hiddpos('infodiv{id}')" onmouseover="alertpos('infodiv{id}')"
löschen, sodass nur noch
<td><a href="index.php?gallery-show-{cat}-p{bildr}" target="_self"><img src="include/images/gallery/img_thumb_{id}.{endung}" border="0" alt="{datei_name}" title=" " /></a></td>
in dieser Zeile steht.
Zuletzt modifiziert von cmdrsamu am 01.04.2007 - 02:20:21