Bonjour,
Ca fait un moment que je cherche mais je n'arrive pas a trouver reponse a mon probleme ! Voila je fais un site (http://www.elem-web.fr) mais mon problème est que les cadres (celui du tag board a gauche et celui des news a droite) sont tres bien calés chez moi avec ma résolution 1024*768 mais des qu'un visiteur a une autre résolution tout est completement décalé !! Comment puis je faire pour que tout reste bien calé quelque soit la résolution d'écran svp ??? Je debute avec le css j'ai donc codé une partie de ma page en html je vous mets mes codes css et html afin que vous puissiez mieu me dire ou se trouve mon probleme...
style css
code html
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88 body { color:#A55123; background-color:#DBC37D; scrollbar-face-color:#DBC37D; scrollbar-shadow-color:#DBC37D; scrollbar-3dlight-color:#DBC37D; scrollbar-arrow-color:#A55123; scrollbar-track-color:#DBC37D; scrollbar-darkshadow-color:#DBC37D; scrollbar-highlight-color:#A55123;} A:link { color:#A55123; FONT-SIZE: 12px; font-weight:normal; text-decoration:none; } A:visited { color:#A55123; FONT-SIZE: 12px; font-weight:normal; text-decoration:none; } A:active { color:#A55123; FONT-SIZE: 12px; font-weight:normal; text-decoration:none; } A:hover { color:#EE8317; font-weight:bold;text-transform: uppercase;} p{ FONT-SIZE: 9px; COLOR: #A55123; FONT-FAMILY: verdana; } h1{ background-color: transparant; text-align: center; font-variant: small-caps; letter-spacing: 1px; font-size: 14px; font-weight: bold; color: #A55123; padding: 4px; FONT-FAMILY: verdana; } h2{ background-color: transparant; text-align: left; font-variant: small-caps; font-size: 11px; font-weight: bold; color: #A55123; FONT-FAMILY: verdana; } table1 { border-style:dotted; border-width:1px; border-color:black; background-color:transparant; ; background-color: transparant; text-align: center; font-variant: small-caps; letter-spacing: 1px; font-size: 10px; font-weight: bold; color: #A55123; FONT-FAMILY: verdana; } .table3 { border-style:dotted; border-width:1px; border-color:black; background-color:transparant; text-align: center; font-variant: normal; letter-spacing: 1px; font-size: 9px; font-weight: normal; color: #A55123; padding: 4px; FONT-FAMILY: verdana; } .table2 { border-style:solid; border-width:1px; border-color:#A55123; text-align: center; font-variant: normal; letter-spacing: 1px; font-size: 9px; font-weight: normal; color: #A55123; padding: 4px; FONT-FAMILY: verdana; } .tag { background-color : transparent; scrollbar : no;}
Merci d'avance pour votre aide
Code : Sélectionner tout - Visualiser dans une fenêtre à part
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56 <html> <head> <link rel="stylesheet" type="text/css" href="http://www.elem-web.fr/css/style.css"> <title>Elem Web, le site officiel</title> <base target="frame"> </head> <body style="color: rgb(0, 0, 0); background-color: transparent; background-image: url(http://www.elem-web.fr/essaifonddesigna.jpg);" alink="#000000" link="#000000" vlink="#000000"> <div style="text-align: center;"> <p><img style="width: 1024px; height: 768px;" src="design6a.jpg" usemap="#ma_map" alt="" border="no"></p> <p> <map name="ma_map" id="id_map"> <area shape="rect" coords="298,474,444,489" href="http://www.elem-web.fr/css/home2.html" target="I1" alt="HOME"> <area shape="rect" coords="298,498,444,510" href="http://www.elem-web.fr/css/laurent2.html" target="I1" alt="ELEM"> <area shape="rect" coords="298,523,444,537" href="http://www.elem-web.fr/css/media2.html" target="I1" alt="MEDIA"> <area shape="rect" coords="299,547,443,561" href="http://www.elem-web.fr/css/galerie2.html" target="I1" alt="GALERIE"> <area shape="rect" coords="299,571,443,585" href="http://elem-web.zikforum.com/" alt="vers forum"> <area shape="rect" coords="299,595,443,609" href="http://www.elem-web.fr/css/site2.html" target="I1" alt="SITE"> <area shape="rect" coords="299,618,443,632" href="http://www.elem-web.fr/css/www2.html" target="I1" alt="WWW"> <area shape="rect" coords="261,651,439,734" href="http://www.elem-web.fr/radioblog/index.htm" alt="RADIO BLOG"> </map> </p> </div> <p align="center"><span style="position: absolute; left: 480px; top: 32px; z-index: 1;"><iframe name="I1" src="http://www.elem-web.fr/css/home2.html" border="0" frameborder="0" height="718" width="535"></iframe></span></p> <p align="center"> <span style="position: absolute; left: 55px; top: 515px; z-index: 1;"><iframe name="I2" src="http://www.elem-web.fr/css/tagboard2.html" border="0" frameborder="0" height="255" width="203"></iframe></span></p> </body> </html>
*Aurel*
Partager