• 19.07.2025, 07:59
  • Register
  • Login
  • You are not logged in.

 

Anisachse

God

Re: Empfehlung (Link) für Coder

Wednesday, August 30th 2006, 6:14pm

manche leute programmieren sich echt nen scheiss zusammen.
das der helle wahnsinn

Y0Gi

God

Re: Empfehlung (Link) für Coder

Saturday, September 23rd 2006, 4:18pm

Denke, es passt ganz gut hier rein: Doom for system administration ;D

Y0Gi

God

Re: Empfehlung (Link) für Coder

Monday, November 13th 2006, 4:57pm

Aua, vorhin habe ich ganz was übles gesehen:

Source code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Mach es mit CSS:
<head>
...
<script type="text/css">
class fooBar {
background-image:url('url/zum/bild.jpg');
}

class fooBar:hover {
background-image:url('url/zum/2.bild.jpg');
}
</script>
...
</head>
<body>
...
<a href="url/zum/ziel" class="fooBar"></a>
...
</body>


:-X