Einzelnen Beitrag anzeigen

Benutzerbild von Alexander Roth
Alexander Roth

Registriert seit: 17. Mai 2004
Ort: Kenn
574 Beiträge
 
Turbo Delphi für Win32
 
#12

Re: HTML: Anderes Hintergrundbild bei Zelle bei MouseOver

  Alt 9. Feb 2007, 17:44
Also, so klappen tut es leider nicht.
Könnt ihr mir sagen, was denn mein Fehler da drin ist?
Code:
<tr>
  <td onmouseover="this.style.background='url(../zelle26select.jpg)'" onmouseout="this.style.background='url(../zelle26.jpg)'" width="100%" height="26">
    [url="http://alexander.sam-host.net/"] Home[/url]
  </td>
</tr>

Um alle Missverständnisse aufzuklären; hier ist der Code der über dieser Zelle ist:
Code:
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><title>Gemeinsamer linker Randbereich</title><meta name="Microsoft Theme" content="none">
<meta name="Microsoft Border" content="none">
</head><body background="../images/links1.gif">

<p align="center">
</p>

<p align="center">
</p>

<style type="text/css">
<!--

.Navlink {COLOR: #000000; TEXT-DECORATION: none; font-family: times; font-size: 12pt; font-weight: bold;}
a:link.Navlink {color : #000000;}
a:visited.Navlink {color : #000000;}
a:active.Navlink {text-decoration: none;}
a:hover.Navlink {text-decoration: none;}

-->
</style>

<table border="1" width="160" cellspacing="0" cellpadding="4" style="border-collapse: collapse" bordercolor="#111111" >
<tr>
  <td onmouseover="this.style.background='url(../zelle26select.jpg)'" onmouseout="this.style.background='url(../zelle26.jpg)'" width="100%" height="26">
    [url="http://alexander.sam-host.net/"] Home[/url]
  </td>
</tr>
<tr>
Gruß Alexander


PS: @Thorben77. Ich probiere es aus. Danke.
Alexander Roth
Ich bin umgestiegen auf: Lazarus und Ubuntu! Alles OpenSource!

Besuch doch mal: www.roth.us.ms
  Mit Zitat antworten Zitat