Hallo Cyx23
Die Anmerkung mit dem BMP ist eine Überlegung wert. Werde ich mal ausprobieren.
Ist übrigens so, dass NS 4 kein BMP anzeigen kann. Das kann natürlich auch ein Grund für den fehlenden Bildwechsel sein. Ob es funktioniert, wenn ich es in jpg umwandel kann ich morgen berichten.
Ganz klar ist mir dennoch nicht, warum der auszuführende Link nur 1 Pixel hoch ist, die Schriftart jedoch normal mit 10-12 Pixeln angezeigt wird.
"Es wird ein css verwendet, jedoch nur für die Schrift."
URI, Code posten usw....
HIER NOCH EINMAL DER LINK IN DER HTML-DATEI:
---------------------------------schnipp-----------------------------<
<tr><td><p><nobr><a href="../ma/list_xx.html"
onMouseOver="document.S12.src='../images/Raum_S_12b.bmp'" onMouseOut="document.S12.src='../images/Raum_S_12.gif'">Nachname, Vorname</a></nobr></p></td></tr>
---------------------------------schnapp-----------------------------<
UND HIER DAS SCRIPT: (etwas gekürzt)
---------------------------------schnipp-----------------------------<
H2, H3, p, td, ul, ol { font-family: Verdana, Arial, sans-serif; }
H2 { font-size: 15px; font-weight: bold; } /*.headline*/
H3 { font-size: 12px; font-weight: bold; } /*.subline*/
p { font-size: 11px; line-height: 14px; font-weight: normal; margin-bottom: 0px; margin-top:8px } /* copytext */
a:link {text-decoration:none; color:#00319C;}
a:visited {text-decoration:none; color:#00319C; }
a:active {text-decoration:none; color:#00319C;}
/*HTML Navigation, Frame: navigation*/
#navibg {background-color:#7f92b2;} /*Hintergrundfarbe Seite*/
.levelone {font-family: Arial; font-size: 12px; font-weight: bold; line-height: 14px }
a.levelone { text-decoration:none; color: #333333 }
a.levelone:visited { text-decoration:none; color: #333333 }
a.levelone:hover { text-decoration:none; color: #99A8C1 }
a.levelone:active { text-decoration:none; color: #99A8C1 }
p.unterpunktFrst { line-height: 15px; padding-left: 15px; margin-top: 6px; } /* 1. Untermenü */
p.unterpunkt { line-height: 15px; padding-left: 15px; margin-top: 0px; } /* Untermenü */
p.unterpunktLst { line-height: 15px; padding-left: 15px; margin-top: 0px; margin-bottom: 6px; } /* letzter Eintrag Untermenü */
p.unterpunktSingle { line-height: 15px; padding-left: 15px; margin-top: 6px; margin-bottom: 6px; } /* einzelner Eintrag Untermenü */
/*Navigation, Frame: topnavi*/
td.topnavibg { background-image:url(images/tpn_menucellback.gif); background-color: #0066B4; }
td.topnavirubrik {font-size: 18px; font-weight: bold; text-align: left; vertical-align:middle; background-color: #0066B4; } //_background-image:url(images/tpn_menucellback.gif); }
td.topnavistreifen { background-image:url(images/tpn_streifen.gif); background-color: #FFFF00; width:63px; }
td.topnaviglinks { font-size: 10px; font-weight: bold; color: #99A8C1; background-image:url(images/tpn_menucellback.gif); background-color: #99A8C1;}
td.topnaviborder { background-image:url(images/tpn_menucellborder.gif); background-color: #99A8C1; }
/*Bottomframe*/
td.btm {font-size: 11px; font-weight: normal; vertical-align:middle; text-align: right; background-image:url(images/01/btm_menucellback.gif); }
/*Seitennavigation, Frame: content*/
td.pgnaviglinks { font-size: 11px; font-weight: normal; text-align:center; }
td.pgavibg {background-color: #99A8C1; } /*#00319C*/
/*Tabellen u. Formulare, allgemein*/
.headline {font-family: Verdana, Arial, sans-serif; font-size: 15px; font-weight: bold }
.subline {font-family: Verdana, Arial, sans-serif; font-size: 12px; font-weight: bold }
td.tablebold { font-size: 12px; font-weight: bold; color:white; background-color: #99A8C1; }
td.tablenormal { font-size: 11px; font-weight: normal; background-color: #CCD3E0; }
td.tableklein { font-size: 10px; font-weight: normal; background-color: #CCD3E0; }
td.lstmail { font-size:11px; font-weight: normal; text-align:left; background-color: #F5F5F5;} /*gerade Zeilen Mailliste*/
td.ctlCell { background-color: #CCD3E0; vertical-align:middle; }
.ctlFont { font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: normal } /* Fontformatierung Eingabeelemente*/
#cursor { cursor:default;}
---------------------------------schnapp-----------------------------<
MfG, Benjamin