Walther Jensen wrote in dk.edb.internet.webdesign.clientside:
> Prøv med følgene kode ;)
>
> <script language="javascript">
>
> function Over(obj) {
> obj.style.backgroundColor = 'black'
> obj.style.color = 'white'
> }
>
> function Out(obj) {
> obj.style.backgroundColor = 'white'
> obj.style.color = 'black'
> }
> </script>
>
> <table>
> <tr>
> <td onmouseover="Over(this)" onmouseout="Out(this)">1</td>
> </tr>
> <tr>
> <td onmouseover="Over(this)" onmouseout="Out(this)">2</td>
> </tr>
> <tr>
> <td onmouseover="Over(this)" onmouseout="Out(this)">3</td>
> </tr>
> <tr>
> <td onmouseover="Over(this)" onmouseout="Out(this)">4</td>
> </tr>
> <tr>
> <td onmouseover="Over(this)" onmouseout="Out(this)">5</td>
> </tr>
> <tr>
> <td onmouseover="Over(this)" onmouseout="Out(this)">6</td>
> </tr>
> </table>
>
Lige nøjagtigt! Det er sådan det skal være
Jeg kan se at jeg selv har været meget tæt på at få det til at
fungere, men fik det desværre ikke
Tak for hjælpen!
/René
--
Vil du lære at kode HTML, XHTML, CSS, SSI eller ASP?
- Pædagogiske tutorials på dansk
- Kom godt i gang med koderne
KLIK HER! =>
http://www.html.dk/tutorials