bonjour:D
je suis debutant en html je voudrais savoir si quelqu'un savait comment faire des onglets en html (entete de page)?
merci d'avance pour votre aide :D
Version imprimable
bonjour:D
je suis debutant en html je voudrais savoir si quelqu'un savait comment faire des onglets en html (entete de page)?
merci d'avance pour votre aide :D
Clique la dessus
:google:
ben voila j'ai cree les onglets mais je veux que ça fait partie integrente de la page !
http://i10.servimg.com/u/f10/11/12/62/92/image110.jpg
comme c'est le cas pour developpez :
http://i10.servimg.com/u/f10/11/12/62/92/image210.jpg
comment faire?
voici le code css:
merci :king:Code:
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
30
31
32
33
34
35
36
37
38 <style type="text/css"> #header { float:left; width:100%; background:none; repeat-x bottom; font-size:93%; line-height: inherit; } #header ul { margin:0; padding:0 0 0; list-style: none; } #header li { float:left; background:url("norm_right.gif") no-repeat right top; margin:0; padding:0; } #header a { display:block; background:url("norm_left.gif") no-repeat left top; padding:5px 15px 4px; } #header #current { background-image:url("norm_right_on.gif"); } #header #current a { background-image:url("norm_left_on.gif"); padding-bottom:5px; } </style>