Aller au menu - Aller au contenu

[Plan du site] Vous êtes ici --- > Le Site du Zéro > Les forums > Site Web > XHTML / CSS > Problème de feuille css > Lecture du sujet

Problème de feuille css

Saleté de menu =S

Vous devez être inscrit pour pouvoir poster des messages

RésoluLe problème de ce sujet a été résolu

Page : 1 
Auteur Message
1 visiteur sur ce sujet (1 anonyme)
Page : 1 
Hors ligne Adharna # Posté le 14/05/2008 à 06:17:00
Avatar
Groupe : Membres
Bonjour à tous,
J'espère que vous avez passé une bonne nuit :p
J'ai un petit problème, la fin de mon menu disparait par rapport aux contenues de la page, je m'explique, si ma page est moin longue que mon menu ben la fin de mon menu disparait.
Explication en image :

Merci à toutes les personnes qui pourront m'aider à réglé ce gros bug qui m'énerve et qui auront le courage de regarder ma longue css.
Image utilisateur
Ma css :

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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
/* CSS Document */

body{
	background: url('fond.gif') repeat-x;
	background-color: #86b5c5;
	font-family:Tahoma, sans-serif;
font-size:11px;
color:#555555;
	margin: 0;
	padding: 0;
}

body,td{
font-family:Tahoma, sans-serif;
font-size:11px;
color:#555555;
padding:0px;
}

table{
border-collapse:collapse;	
}

.basetable{
width:98%;
border-collapse:collapse;	
	margin-left: 7px;
}


#menu{
height:28px;
padding:0px;
background-image:url(imgs/menu.jpg);
padding-left:8px;
}



.basetable2{
width:100%;
height:100%;
border-collapse:collapse;	
}

.basetd{
vertical-align:top;
padding:0px;	
}

.basetable3{	
width:100%;
border-collapse:collapse;
color:#5A79A0;
background-color:#FFFFFF;
}

.basediv3{
padding:10px;
margin: auto;
margin-bottom: 7px;
width:99%;
height:100%;
border:1px solid #576F9B;
background-color:#FFFFFF;
color:#5A79A0;
}

.home2{
color:#5A79A0;
font-size:14px;
font-weight:600;
}

.div_ok{
margin:0px 0px 8px 0px;
padding:10px;
font-family:Tahoma, sans-serif;
font-size:11px;
border-right:1px solid #88CC51;
border-left:4px solid #88CC51;
border-top:1px solid #88CC51;
border-bottom:1px solid #88CC51;
color:#76A860;
background-color:#EEFDE7;	
background-image:url('icones/newok.jpg');
background-repeat:repeat-x;
}
.div_no{
margin:0px 0px 8px 0px;
padding:10px;
font-family:Tahoma, sans-serif;
font-size:11px;
border-right:1px solid #FF0000;
border-left:4px solid #FF0000;
border-top:1px solid #FF0000;
border-bottom:1px solid #FF0000;
color:#76A860;
background-color:#EEFDE7;	
background-image:url('icones/newok.jpg');
background-repeat:repeat-x;
}

div.mmenu4{
padding-left:50px;
color:#555555;	
}

.divided{
padding:10px;
border:1px solid #A79060;
background-color:#FFFFFF;
}

.home3{
font-size:13px;
color:#5A79A0;
font-weight:600;
}



#container{
border-collapse:collapse;	
}

#tdcontainer{
font-family:Tahoma, sans-serif;
font-size:11px;
color:#555555;
padding:0px;
}


#page{
	width: 907px;
	background: url('page_fond.gif') repeat-x;
	background-color: #8cc0d3;
	border-left: 1px solid #86b6c7;
	border-right: 1px solid #86b6c7;
	margin: auto;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#header{
	height: 95px;
	overflow: hidden;
}

#header_bienvenue{
	width: 277px;
	height: 95px;
	background: url('header_bienvenue.jpg') no-repeat;
	float: left;
	display: inline;
}

#header_logo{
	width: 272px;
	height: 95px;
	background: url('header_logo.jpg') no-repeat;
	float: left;
	display: inline;
}

#header_connexion{
	width: 299px;
	height: 95px;
	background: url('header_connexion.gif') no-repeat;
	float: left;
	display: inline;
	font: 12px Arial;
	color: #264a78;
	padding-left: 5px;	
	overflow: hidden;
}

#header_connexion form{
	margin: 0;
	padding: 0;
}

#header_connexion p.titre{
	margin: 0;
	padding-left: 30px;
	padding-top: 3px;
	border: 3px;
	color: #FFFFFF;
}

#header_connexion p.profil{
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}

#header_connexion p.profil_section{
	margin: 0;
}

#header_connexion p.formulaire{
	width: 130px;
	float: left;
	display: inline;
	margin: 0;
	padding: 5px;
	color: #264a78;
	padding-top: 10px;
}

#header_connexion p.formulaire input{
	font: 11px Arial;
	color: #689e50;
	background: #e5fadc;
	padding: 3px;
	border: 1px solid #689e50;
}

#header_connexion p.formulaire input:focus{
	border: 1px solid #4c7f35;
	background: #a8d495;
	color: #4c7f35;
}

#header_connexion p.formulaire_dessous{
	width: 130px;
	float: left;
	display: inline;
	margin: 0;
	padding-left: 5px;
	color: #264a78;
}

#header_connexion p.formulaire_dessous_droite{
	width: 130px;
	float: left;
	display: inline;
	margin: 0;
	padding-left: 5px;
	color: #264a78;
	padding-top: 10px;
}

#header_connexion p.formulaire_dessous_droite a{
	font: bold 11px Arial;
	color: #4d7d9e;
	text-decoration: none;
	
}

#header_connexion a.membre{
	font: bold 12px Arial;
	color: #558da1;
	text-decoration: none;
}

#header_cloture{
	width: 49px;
	height: 95px;
	background: url('header_cloture.gif') no-repeat;
	float: left;
	display: inline;
}

#navigation{
	height: 33px;
	width: 902px;
	background: url('navigation_fond.gif') repeat-x;
	overflow: hidden;
	margin-bottom: 20px;
}

#navigation_primaire{
	width: 549px;
	height: 33px;
	background: url('navigation_primaire.gif') no-repeat;
	float: left;
	display: inline;
}

#navigation_secondaire{
	width: 353px;
	height: 33px;
	background: url('navigation_secondaire.gif') no-repeat;
	float: left;
	display: inline;
}

#navigation_primaire ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#navigation_primaire li{
	height: 20px;
	background: url('navigation_puce.gif') no-repeat;
	padding-left: 55px;
	font: bold 12px Arial;
	color: #FFFFFF;
	float: left;
	display: inline;
	border-right: 1px solid #689d50;
	padding-top: 10px;
	padding-right: 27px;
}


#navigation_primaire li a{
	font: bold 12px Arial;
	color: #FFFFFF;
	text-decoration: none;
}

#contenu_debut{
	width: 902px;
	height: 6px;
	background: url('contenu_debut.gif') no-repeat;
	margin: 0;
	padding: 0;
}

#conteneur{
	width: 902px;
	background: url('contenu_fond.gif') repeat-y;
	overflow: hidden;
}

#contenu_fin{
	width: 902px;
	height: 4px;
	background: url('contenu_fin.gif') no-repeat;
}

#menu{
	width: 190px;
	float: left;
	display: inline;
	padding-left: 1px;
}

#menu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 20px;
}

#menu li{
	width: 168px;
	height: 19px;
	background: url('menu_li.gif') no-repeat;
	padding-top: 5px;
	padding-left: 20px;
	font: bold 12px Arial;
	color: #333333;
}

#menu li a{
	font: bold 12px Arial;
	color: #3c6aa5;
	text-decoration: none;
}

#menu li a:hover{
	color: #659ce5;
	text-decoration: none;
}

#menu h1{
	width: 138px;
	height: 22px;
	background: url('menu_titre.gif') no-repeat;
	margin: 0;
	font: bold 12px Arial;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 50px;
	
}

#contenu{
	width: 684px;
	float: left;
	display: inline;
	margin-left: 27px !important;
	margin-left: 26px;
	overflow: hidden;
	
}

#contenu h1{
	width: 663px;
	height: 36px;
	background: url('contenu_titre.gif') repeat-x;
	font: bold 12px Arial;
	color: #FFFFFF;
	padding-top: 8px;
	padding-left: 20px;
	margin: 0;
	
}

#contenu h2{
	font: bold 14px Arial;
	color: #4385ca;
	margin: 0;
	padding: 0;
	padding-left: 7px;
}

#contenu p{
	margin: 0;
	padding: 4px;
	padding-left: 7px;
	margin-bottom: 5px;
	font: 12px Arial;
	color: #274a79;
line-height: 160%
}

#footer{
	width: 892px;
	height: 26px;
	background: url('footer.jpg') repeat-x;
    font: bold 11px Arial;
	color: #4385ca;
	color: #5088cd;
	padding-top: 11px;
	padding-left: 10px;
}

caption{
	font: bold 12px Arial;
	color: #4b7d3a;
	padding-bottom: 4px;
	padding-left: 33px;
	text-align: left;
	
}

.droite{
	float: right;
	display: inline;
	margin: 10px;
}

.gauche{
	float: left;
	display: inline;
	margin: 10px;
}

#contenu .non{
	border: 1px solid #bb3832;
	background: #e14740;
	font: bold 12px Arial;
	color: #FFFFFF;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	border-top: 2px solid #bb3832;
}

#contenu .informations{
	border: 1px solid #7fb8cb;
	background: url('info.gif') no-repeat;
	background-color:#99d1e4;
	color: #2f5584;
	font: 12px Arial;
	padding: 4px;
	margin-left: 9px;
	margin-right: 11px;
	padding-left: 30px;
}

#contenu .informations a{
	font: bold 12px Arial;
	color: #395880;
	
}

#contenu .informations a:hover{
	color: #1e3a5e;
}



#contenu input{
	border: 1px solid #7fb8cb;
	font: 12px Arial;
	color: #5697cc;
	padding: 4px;
}

#contenu input.bouton{
	background: url('bouton.gif') repeat-x;
	font: bold 12px Arial;
	color: #2d6b7f;
}

#contenu hr{
	height: 1px;
	border: 0;
	background: #CDCDCD;
	margin-left: 10px;
	margin-right: 10px;
}

#contenu p a{
	font: bold 12px Arial;
	color: #689e50;
	text-decoration: none;
	border-bottom: 1px dotted #5697cc;
}

div.mmenu1{
padding-left:41px;
color:#203D9B;	
}

#contenu .redirection{
	border: 1px solid #cacaca;
	background: #f6f6f6;
	font: bold 11px Arial;
	color: #a2a2a2;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
}

#contenu .bloc{
	border: 1px solid #CDCDCD;
	padding: 4px;
	margin-left: 10px;
	margin-right: 10px;
	color: #7a7a7a;
}

#contenu .bloc a{
	color: #649eca;
	border-bottom: 1px dotted #7a7a7a;
}

#contenu .bloc a:hover{
	color: #b4b4b4;
}

#contenu .fiche-produit{
	height: 65px;
	width: 65px;
	float: left;
	display:inline;
	margin: 10px;
	
	padding: 10px;
}

#contenu .dimensions{
	width: 670px;
	height: 160px;
	background: url('dimensions.gif') no-repeat;
	margin-left: 9px;
	padding-left: 20px;
	font: 12px Arial;
	color: #666666;
	padding-top: 17px;
	overflow: hidden;
}

#contenu .dimensions .gauche{
	width: 200px;
	height: 120px;
	float: left;
	display: inline;
}

#contenu .dimensions .droite{
	width: 200px;
	height: 120px;
	float: left;
	display: inline;
}

#contenu .dimensions .total{
	font: bold 14px Arial;
	color: #666666;
	border-bottom: 2px solid #88d0f4;
	padding-left: 10px;
	padding-right: 10px;
}

#box_haut{
	width: 673px;
	height: 14px;
	background: url(box_haut.gif) no-repeat;

}

#box_centre{
	width: 653px;
	background: url(box_centre.gif) repeat-y;

	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

#box{
	width: 673px;
	background: url(box_centre.gif) repeat-y;
	margin: auto;
	margin-bottom: 5px;
}

#box_bas{
	width: 673px;
	height: 14px;
	background: url(box_bas.gif) no-repeat;

}

.bouton_long{
	width: 274px;
	height: 25px;
	background: url(bouton_long.jpg);
	padding-top: 10px;
	padding-left: 35px;
}

.bouton_long a{
	font: bold 12px Tahoma;
	color: #284c7e;
	text-decoration: none;
}

#sondage{
	width: 190px;
	height: 290px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	display: inline;
	background: url(sondage.jpg) no-repeat;
	margin-right: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	margin-left: 20px;
}

#sondage p.mini{
border-top: 1px solid #5888ad;
padding-top: 10px;
margin-top: 10px;
	font: 11px Tahoma;
	color: #5888ad;
}

#accueil-bordure{
	width: 389px;
	height: 330px;
	float: left;
	display: inline;
	background: url(bordure-accueil.gif) no-repeat;
	padding: 10px;
	padding-right: 20px;
}

#overflow{
	overflow: hidden;
}

#menu img{
	border: 0;
}


#menu a.image{
	text-decoration: none;
	
}

#contenu ul{
	list-style: none;
	border: 1px solid #4b8bda;
	background: #c9def9;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 60px;
	margin-left: 5px;
}

#contenu li{
	height: 25px;
	font: 12px Tahoma;
	color: #30598c;
	border-left: 4px solid #4b8bda;
	padding-left: 10px;
	margin-bottom: 1px;
}

#publicite{
	width: 594px;
	height: 46px;
	background: url(publicite.gif) no-repeat;
	padding-top: 5px;
	padding-left: 90px;
}

#publicite .lien{
	color: #2b5182;
	font: bold 14px Tahoma;
	text-decoration: none;
}

#publicite .lien a{
	font: bold 14px Tahoma;
	color: #2b5182;
	text-decoration: none;
	border-bottom: 1px dotted #6ca553;
}

#publicite .texte{
	font: 12px Tahoma;
	color: #5c954e;
}

.pieces{
	font: bold 12px Tahoma;
	color: #d1891e;
}


Merci à tous, passé une belle journée !

Adharna, à votre service.
Recherche : Quelqu'un capable de casser un captcha. Peu importe la méthode, si possible la plus rapide. Rémunération
 
Hors ligne Adharna # Posté le 15/05/2008 à 12:50:20
Avatar
Groupe : Membres
up please

Adharna, à votre service.
Recherche : Quelqu'un capable de casser un captcha. Peu importe la méthode, si possible la plus rapide. Rémunération
 
Hors ligne nicko77 # Posté le 15/05/2008 à 14:07:13
what's up ?
Avatar
Groupe : Membres
Besoin du HTML...

Image utilisateur
 
Hors ligne NiReaS # Posté le 15/05/2008 à 14:16:49
The Greek Zéro ^^
Avatar
Groupe : Membres
Attention au overflow:hidden tu en as partout.
Si tu n'est ce plus ce que sait je t'invite à (re)lire le tuto de M@teo21, le chapitre 3 et plus précisément cette partie

Pour savoir il faut voir ta partie HTML
Édité le 18/05/2008 à 10:30:35 par NiReaS

Mon Gros Projet



Mes sites

: Image utilisateur Image utilisateur
 
Hors ligne Yano # Posté le 15/05/2008 à 18:42:26
Avatar
Groupe : Membres
Bonjour,

  +1  

Ou mieux, de l'adresse de la page.


Édité le 15/05/2008 à 18:43:15 par Yano
Hors ligne Adharna # Posté le 16/05/2008 à 09:47:12
Avatar
Groupe : Membres
Oki je vous montre ça, j'ai choisi la page la moin longue :

Code : HTML
  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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="style/style2.css" media="screen" />
<link rel='stylesheet' type='text/css' href='style/menus.css'/>
<meta name="keywords" content="hotel,le montecito,gestion,caison,montecito,las vegas,jeu,web,virtuel,net,jeu de gestion, gestion hotel" />
<meta name="description" content="Le Montecito est un jeu de gestion dont le but est de gérer votre casino hôtel au mieux. Ce jeu est entièrement gratuit et ne demande aucune installation" />
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
</head>

<body>
<div id="page">
<div id="header">
	<div id="header_bienvenue"><a href="index.html" style="border: 0; text-decoration: none;"><img src="style/header_bienvenue.jpg" style="border: 0;" /></a></div>
	<div id="header_logo"><a href="index.html" style="border: 0; text-decoration: none;"><img src="style/header_logo.jpg" style="border: 0;" /></a></div>
	<div id="header_connexion">
				<p class="titre"><strong>Votre compte</strong></p>
		<p>Vous êtes connecté en temps que : <strong><?php echo $pseudo; ?></strong></p>

		<p class="profil">Vous avez : <strong><?php echo $donnees['piece']; ?> <img src="images/piece.png" alt="Pièces" /></strong></p>
		<p class="profil_section"><a href="compte.html" title="Modifier son profil" class="membre">Modifier son profil</a> - <a href="logout.html" title="Se déconnecter" class="membre">Se déconnecter</a></p>
			</div>
	<div id="header_cloture"></div>
</div>
<div id="navigation">

	<div id="navigation_primaire">
		<ul>
			<li><a href="index.html">Accueil du jeu</a></li>
						<li><a href="aide.html">Manuel d'aide</a></li>
						<li><a href="http://forum.hotel-gestion.com">Le forum</a></li>
		</ul>
	</div>

	<div id="navigation_secondaire"></div>
</div>
<div id="conteneur">
<div id="contenu_debut"></div>
	<div id="menu">
				<h1>Menu secondaire</h1>
		<ul>
			<li><a href="index.html" title="Accueil du jeu">Accueil du jeu</a></li>
			<li><a href="messagerie.html" title="Messagerie">Messagerie</a></li>

			<li><a href="rentabiliweb.html" title="Rentabiliweb">Acheter des pièces</a></li>
            <li><a href="reset.html" title="Reset">Reset du compte</a></li>
            <li><a href="guide.html">Le guide du débutant</a></li>
			<li><a href="deconnexion.html" title="Déconnexion">Se déconnecter</a></li>
		</ul>
		
				
		<h1>Votre hotel</h1>

		<ul>
		<li><a href="hotel.html" title="Hotel">Votre hotel</a></li>
		<li><a href="championnats.html" title="Les championnats">Les championnats</a></li>
		<li><a href="hotel-ressources.html">Ressources de l'hotel</a></li>
		<li><a href="gestion-etages.html" title="Gestion des étages">Gestion des étages</a></li>
		<li><a href="gestion-employers.html" title="Gestion employers">Gestion des employers</a></li>

        <li><a href="espionnage.html">Espionnage</a></li>
		</ul>
		
		<h1>Commerce</h1>
		<ul>
			<li><a href="usine.html" title="L'usine">L'usine</a></li>
			<li><a href="entrepot.html" title="L'entrepot">L'entrepôt</a></li>
			<li><a href="activite.html" title="Les activités">Les activités</a></li>

		</ul>
		
				<h1>Temps du pays</h1>
		<img src="images/meteo/neige.gif" alt="Neige" />		<ul>
			<li>Température : <span style="color: #659C4C;"> -18°</span></li>
		</ul>
				

				
		<h1>Partenaires</h1>

		<ul>
			<li><a href="http://www.jeu-gratuit.net" title="Annuaire des jeux en ligne" target="_blank">Jeu-Gratuit.net</a></li>
            <li><a href="http://www.sitacados.com" title="Jeux gratuit" target="_blank">Jeux</a></li>
			<li><a href="http://www.jeuxgratuit.org" title="jeux gratuits en ligne" target="_blank">Jeux Gratuits</a></li>
			<li><a href="http://www.meilleursjeux.net" target="_blank" title="Jeux">Jeux gratuit</a></li>
			<li><a href=http://www.todoojeux.com target=_blank>Todoo Jeux</a></li>

            <li><a href="http://www.sms-lol.info" title="Le site officiel de la Connerie Humaine">SMS-LoL</a></li>
			<li><a href="http://forum.hotel-gestion.com/forum.php?forum=6">Votre site ?</a></li>
		</ul>

        <h1>Statistiques</h1>
        <ul>
        	<li><strong>Inscrits :</strong> 13783</li>

			<li>Visiteurs en ligne : 0</li>
            <li>Joueurs en ligne : 2</li>
        </ul>       
	</div><style type="text/css" media="screen"><!--
form { border: 1px solid #CDCDCD; border-left: 3px solid #7fb8cb; margin: 10px; }
--></style>
<script type="text/javascript">
var xajaxRequestUri="http://hotel-gestion.com/nouveau-hotel.html";
var xajaxDebug=false;
var xajaxStatusMessages=false;
var xajaxWaitCursor=true;
var xajaxDefinedGet=0;
var xajaxDefinedPost=1;
var xajaxLoaded=false;
function xajax_compter(){return xajax.call("compter", arguments, 1);}
	</script>
	<script type="text/javascript" src="xajax_js/xajax.js"></script>
	<script type="text/javascript">
window.setTimeout(function () { if (!xajaxLoaded) { alert('Error: the xajax Javascript file could not be included. Perhaps the URL is incorrect?\nURL: xajax_js/xajax.js'); } }, 6000);
	</script>
<div id="contenu">
			<div style="overflow: hidden; ">

	<img src="images/menu-h-1.gif" alt="Menu" style="border: 0; display: inline; float: left;"/>
	<a href="rentabiliweb.html" style="text-decoration: none; border: 0;"><img src="images/menu-h-2.gif" alt="Menu" style="border: 0; display: inline; float: left;" /></a>
	<a href="rapide.html" style="text-decoration: none; border: 0;"><img src="images/menu-h-3.gif" alt="Menu" style="border: 0; display: inline; float: left;" /></a>
	</div>
	        	<h1>Acheter un terrain</h1>
			<div id="box">
			<div id="box_haut"></div>
			<div id="box_centre">

                        <p>Pour commencer la mise en place de votre hôtel, il vous est nécessaire d'acheter un terrain.</p>
            <form action="trait-new-hotel.html" method="post">
            <p><strong>Le nom de ton hôtel :</strong><br /><input type="text" name="nom" size="50" /></p>
            <p><strong>Où veux-tu acheter le terrain de ton hôtel ?</strong> : <br />
            <select name="lieu"><option value="France">France</option>
<option value="Allemagne">Allemagne</option>
<option value="Suisse">Suisse</option>

</select></p>

            <p>Chaque pays apporte des pièces à sa ville tous les jours. Les pièces qu'apportent ces différents pays est variable et change chaque mois. Chaque pays donne moins, plus ou le même nombre de pièce qu'un autre pays.</p>
            <hr />
            <p><strong>Taille du terrain</strong> :</p>
            <p><strong>Longeur : </strong>
           <select name="taille_x" id="taille_x" onchange="xajax_compter(document.getElementById('taille_x').value, document.getElementById('taille_y').value); return false;">
            	<option value="1">1 carré</option>

               	<option value="2">2 carré</option>
               	<option value="3">3 carré</option>
               	<option value="4">4 carré</option>
               	<option value="5">5 carré</option>
            </select></p>
            <hr />
            <p><strong>Largeur :</strong>

           <select name="taille_y" id="taille_y" onchange="xajax_compter(document.getElementById('taille_x').value, document.getElementById('taille_y').value); return false;">
            	<option value="1">1 carré</option>
               	<option value="2">2 carré</option>
               	<option value="3">3 carré</option>
               	<option value="4">4 carré</option>
               	<option value="5">5 carré</option>            
            </select></p>

            <hr />
            <div id="compteur"><p><strong>Total :</strong> 500 <img src="images/piece.png" alt="Pièce" /><p></div>
            <p><input type="submit" name="submit" value="Devenir propriétaire du terrain" class="bouton" /></p>
            </form>
            			</div>
			<div id="box_bas"></div>
			</div> <div id="box">
    	<div id="box_haut"></div>
        <div id="box_centre"><img src="ban1.jpg"></div>
<div id="box_bas"></div>
    </div>
	</div>
</div>

<div id="footer" align="center">
Le Montecito © Tous droits réservés. Copies interdites, même partielles, sans autorisations.</div>
<div id=\"contenu_fin\"></div>

</div>      
</body>
</html>

Adharna, à votre service.
Recherche : Quelqu'un capable de casser un captcha. Peu importe la méthode, si possible la plus rapide. Rémunération
 
Hors ligne Yano # Posté le 17/05/2008 à 00:31:07
Avatar
Groupe : Membres
Essaye

Code : HTML
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
...
      <div id="box_bas"></div>
      </div><!-- <div id="box">
      <div id="box_haut"></div>
        <div id="box_centre"><img src="ban1.jpg"></div>
<div id="box_bas"></div>
    </div>-->
  </div>
</div>

<div id="footer" align="center">
...


et

Code : CSS
1
2
3
4
5
#menu {
/*  height:28px;*/
  padding:0px;
  background-image:url(imgs/menu.jpg);
  padding-left:8px;


Hors ligne Adharna # Posté le 18/05/2008 à 06:42:08
Avatar
Groupe : Membres
Merci ça marche niquel ^^

Adharna, à votre service.
Recherche : Quelqu'un capable de casser un captcha. Peu importe la méthode, si possible la plus rapide. Rémunération
 
Hors ligne TaTaNkA # Posté le 18/05/2008 à 07:35:42
Nanipabullophile
Avatar
Groupe : Membres
Salut
Met ton sujet en résolu ;)

RTFM NoOb !

This is not Defqon, this is not Q-Base, this is the Qlimax !

 

Retour au forum "XHTML / CSS" ou à la liste des forums

Vous devez être inscrit pour pouvoir poster des messages

Changer de design | En savoir plus | Plan du site | Politique d'accessibilité | Règles | RSS tutoriels | RSS news
Édité par Simple IT SARL : Nous contacter | Notre blog | Revue de presse | Publicité

Y'a plus rien à lire, faut remonter maintenant !

Hébergement web - Correction de tutoriels - Créer un site
Vous souhaitez apparaître ici ? Contactez-nous.

Nombre de connectés 340 Zéros connectés | Requêtes SQL 9 requêtes | Temps de génération de la page : Total (SQL) 0.643s (0.6244s)