Sorry Leute , aber mir ist langweilig
Und da mein Geburtstag seit 1,5 std. her ist , weiß ich nicht mehr was ich machen soll
neine jetzt mal im ernst ..
ich habe eine frage zur transparenz
Also ich möchte hier bei a.block:link ein transparenten hintergrund haben .. ist doch machbar , habe schon überall geguckt , aber da steht nur was über grafiken

. ALso wer kann mir helfen ?
VIELEN VIELEN DANKE
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<style type="text/css">
<!--
a.block {
text-align:center;
width:120px;
border:black solid 1px;
padding:1px;
text-decoration:none;
font-family: arial;
font-weight: bold;
font-size:12px;
}
a.block:link {
color:black;
background-color:#F9D23C;
}
a.block:visited {
color:black;
background-color:#F2CA26;
}
a.block:hover {
color:#ffffff;
background-color:#F2CA26;
} -->
</style>
|