Précédent   Forum des professionnels en informatique > Webmasters - Développement Web > Général Conception Web > Webdesign & Ergonomie
Webdesign & Ergonomie Forum d'entraide Webdesign & Ergonomie : les bonnes pratiques de conception des sites web
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 09/09/2008, 11h16   #1
Invité de passage
 
Inscription : septembre 2008
Messages : 1
Détails du profil
Informations forums :
Inscription : septembre 2008
Messages : 1
Points : 0
Points : 0
Par défaut au secours le contenu est rebelle

Bonjour,

J'utilise dreamweaver pour réaliser un site internet dont voici le code en dessous de ma question. Le problème c'est que le contenu glisse (il n'y a pas de retour à la ligne, ce qui fait qu'il prend toute la page si le texte est trop long !)

Que faire ?

Merci d'avance


Code css :
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
@charset "utf-8";
#page {
	padding: 0px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #223244;
}
 
#bando {
	margin: 10px;
	padding: 10px;
	height: 250px;
	width: 955px;
	background-repeat: repeat;
	float: right;
	background-image: url(image/logocubecorrige.jpg);
}
 
#menu {
	margin: 0px;
	width: 955px;
	font-family: Georgia, "Times New Roman", Times, serif;
	white-space:nowrap;
	width: 955px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	display: inline;
	float: right;
	color: #666666;
	font-weight: bold;
	margin: 5px;
	background-color: #236B98;
	background-repeat: repeat-y;
	height: 40px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
 
}
 
#gauche {
	float: left;
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin: 5px;
	width: 175px;
	background-image: url(image/arr.jpg);
}
 
#centre {
	float: left;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #CCCCCC;
	font-size: 16px;
	width: 550px;
	padding: 0px;
	height: auto;
 
 
}
#table {
	margin-left: 5px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: auto;
	visibility: visible;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
 
h1 {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	text-decoration: underline;
	text-align: center;
}
td   {
	padding-left: 10px;
	visibility: visible;
	text-align: justify;
	border: medium double #000000;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #A80000;
	text-decoration: underline;
	text-align: center;
}
 
 
 
 
#droit {
	float: right;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-style: normal;
	text-align: center;
	margin: 0px;
	width: 175px;
	background-image: url(image/arr.jpg);
	height: auto;
}
form {
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-position: center center;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CCCCCC;
}
 
#page #droit #form2 #bouton {
	color: #FFFFFF;
	background-color: #9999FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: oblique;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 60px;
}
 
 
 
#pied {
	background-color: #62AFB2;
	margin: 0px;
	clear: both;
	width: 955px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	float: left;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	background-color: #223244;
}
 
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 14px;
}
 
#menu li {
	display:inline;
	float:left;
	list-style-type:none;
	height: 25px;
 
 
    text-transform: uppercase;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 5px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	background-color: #236B98;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
#menu li a {
	display:block;
	font-weight: bold;
	float: left;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	clear: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	font-style: normal;
	white-space: nowrap;
	list-style-type: none;
	background-color: #236B98;
 
}
#menu li a:hover {
	color:#FF0000;
	font-weight: bold;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	float: left;
	border-bottom-color: #FF0000;
}
missiedu59 est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 09/09/2008, 12h50   #2
Rédacteur/Modérateur

 
Avatar de arnolem
 
Inscription : février 2005
Messages : 2 798
Détails du profil
Informations personnelles :
Âge : 26

Informations forums :
Inscription : février 2005
Messages : 2 798
Points : 2 673
Points : 2 673
Tu n'aurais pas plutot un lien vers ton site web ?
arnolem est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 22h27.


 
 
 
 
Partenaires

Hébergement Web