hallo,
ik heb de volgende css:
en deze html:
en dit is het resultaat:


hellup?
ik heb de volgende css:
Cascading Stylesheet:
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
27
28
29
| #button_wijzig { border: 3px double #060; border-top-color: #0c0; border-left-color: #0c0; background-color: #fff; background-image:url(img/button_wijzig.jpg); background-position: left center; background-repeat: no-repeat; color: #060; font: 12px 'Trebuchet MS', verdana, sans-serif; padding-left: 5px; padding-right: 5px; text-decoration: none; } #button_delete { border: 3px double #900; border-top-color: #f00; border-left-color: #f00; background-color: #fff; background-image: url(img/button_delete.jpg); background-position: left center; background-repeat: no-repeat; color: #900; font: 12px 'Trebuchet MS', verdana, sans-serif; padding-left: 5px; padding-right: 5px; text-decoration: none; } |
en deze html:
HTML:
1
2
| <a href="#" id="button_wijzig" onclick="document.form.submit();">wijzig</a> <a href="#" id="button_delete" onclick="return confirmSubmit('onzin');">delete</a> |
en dit is het resultaat:


hellup?
heeeeee ..... hoe is het?