Hi, erneut ein Problem, ich möchte beim onmouseover, das der Text fett wird, url:
http://dshini.1.vg/
Bei der CSSAussschnitt):
und so sind die Links:
Wo sind die Fehler? und funktioniert das in allen Browsern? LG
http://dshini.1.vg/
Bei der CSSAussschnitt):
Code:
#a:hover {
font-weight:bold
}
#menu {
width: 960px;
height: 43px;
margin: 0 auto;
padding: 0 20px;
background: url(images/image01.jpg) no-repeat left top;
}
und so sind die Links:
PHP:
<li class="first"><a href="index.php"><strong onMouseover="this.style.fontWeight = 'bold';">Home</strong></a></li>
<li><strong><a href="anmeldung.php" onMouseover="this.style.fontWeight = 'bold';">Anmeldung</a></strong></li>
<li><strong><a href="spenden.php" onMouseover="this.style.fontWeight = 'bold';">Wie Spende ich?</a></strong></li>
<li><strong><a href="wunsch.php" onMouseover="this.style.fontWeight = 'bold';">Wie schreibe ich einen Wunsch?</a></strong></li>
<li><strong><a href="dshinis.php" onMouseover="this.style.fontWeight = 'bold';">Wie verdiene ich schnell dshinis?</a> </strong></li>
<li><strong><a href="werbung.php" onMouseover="this.style.fontWeight = 'bold';">Wie mache ich gut publicity?</a> </strong></li>
<li><strong><a href="events.php" onMouseover="this.style.fontWeight = 'bold';">Spezielle Aktionen</a> </strong></li>
<li><strong><a href="contact.php" onMouseover="this.style.fontWeight = 'bold';">Fragen?</a></strong></li>
Wo sind die Fehler? und funktioniert das in allen Browsern? LG