IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Mise en page CSS Discussion :

Deux blocs séparés


Sujet :

CSS

  1. #1
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur avant-vente
    Inscrit en
    Mars 2014
    Messages
    37
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur avant-vente

    Informations forums :
    Inscription : Mars 2014
    Messages : 37
    Points : 26
    Points
    26
    Par défaut Deux blocs séparés
    bonjour j'espere etre dans la bonne section

    Voila aujourd'hui dans mon footer j'ai deux bloc mais qui ne sont pas vraiment sépares je voudrait la meme chose mais completement séparé avec la possibilité de ferme le bloc de gauche ou le bloc de droite ou les deux et de plus pouvoir changé le background du titre

    Code CSS : 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
    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
    735
    736
    737
    738
    739
    740
    741
    742
    743
    744
    745
    746
    747
    748
    749
    750
    751
    752
    753
    754
     
    /*
      MylNebuleuse theme for phpBB version 2+
    	Created by SGo
    	<a href="http://www.mylimages.com" target="_blank">http://www.mylimages.com</a>
    	Based on the original subSilver Theme for phpBB version 2+
       Created by subBlue design
       <a href="http://www.subBlue.com" target="_blank">http://www.subBlue.com</a>
    */
     
     
     /* General page style. The scroll bar colours only visible in IE5.5+ 00BFFE  */
    body {
    	background-color: #00cdea;
    	scrollbar-face-color: #000000;
    	scrollbar-highlight-color: #000000;
    	scrollbar-shadow-color: #000000;
    	scrollbar-3dlight-color: #48A2AA;
    	scrollbar-arrow-color: #48A2AA;
    	scrollbar-track-color: #000000;
    	scrollbar-darkshadow-color: #48a2aa;
    	background-image : url('http://img.xooimage.com/files110/2/1/f/nqtuiohu-4843dc9.png');
    	background-repeat : no-repeat;
    	background-attachment : fixed;
    	background-position : right;
    }
     
    /* General font families for common tags   */
    font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }
    a:link,a:active,a:visited { color : #C6E5E8; text-decoration: none; }
    a:hover		{ text-decoration: underline; color : #48A2AA; }
    hr	{ height: 0px; border: solid #48A2AA 0px; border-top-width: 1px;}
     
     
    /* This is the border line & background colour round the entire page */
    .bodyline	{
    	border: 0px solid #DCBFFF;
    }
    .bodyline2	{
    	border: 0px solid #DCBFFF;
    	background-image : url('http://img.xooimage.com/files2/p/i/pixel06-34625.gif');
    }
     
    /* This is the outline round the main forum tables */
    .forumline	{ border: 1px #A9EAFF solid; }
    .forumline2	{ border: 1px #000000 solid; }
     
     
    /* Cadre SGo*/
    td.cadre_top_left1	{
    	background-image : url('http://img.xooimage.com/files102/7/e/7/test-navigation-center-1-44e1474.png');
    	background-position : top left;
    }
    td.cadre_top_left2	{
    	background-image : url('http://img.xooimage.com/files110/b/7/9/testcenter3-483d33d.png');
    	background-position : top left;
    }
    td.cadre_top_left3	{
    	background-image : url('http://img.xooimage.com/files102/7/e/7/test-navigation-center-1-44e1474.png');
    	background-position : top left;
    }
    td.cadre_top_center {
    	background-image : url('http://img.xooimage.com/files102/7/e/7/test-navigation-center-1-44e1474.png');
    	background-position : top left;
    }
    td.top_center {
    	background-image : url('http://img.xooimage.com/files10/t/o/top_center-3462a.gif');
    	background-position : top left;
    }
    td.cadre_top_right1	{
    	background-image : url('http://img.xooimage.com/files102/7/e/7/test-navigation-center-1-44e1474.png');
    	background-position : top right;
    }
    td.cadre_top_right2	{
    	background-image : url('http://img.xooimage.com/files102/7/e/7/test-navigation-center-1-44e1474.png');
    	background-position : top;
    }
    td.cadre_top_right3	{
    	background-image : url('http://img.xooimage.com/files102/7/e/7/test-navigation-center-1-44e1474.png');
    	background-position : top right;
    }
    td.top_right {
    	background-image : url('http://img.xooimage.com/files3/t/o/top_right-3462e.gif');
    	background-position : top right;
    	background-repeat : no-repeat;
    }
     
    td.top_left	{
    	background-image : url('http://img.xooimage.com/files9/t/o/top_left-3462f.gif');
    	background-position : top left;
    	background-repeat : no-repeat;
    }
    td.top_center {
    	background-image : url('http://img.xooimage.com/files10/t/o/top_center-3462a.gif');
    }
    td.top_right {
    	background-image : url('http://img.xooimage.com/files3/t/o/top_right-3462e.gif');
    	background-position : top right;
    	background-repeat : no-repeat;
    }
     
     
    td.bottom_left	{
    	background-image : url('http://img.xooimage.com/files110/c/2/d/test1-483d8c1-copie-48450d1.png');
    	background-position : left;
    	background-repeat : no-repeat;
    }
    td.bottom_center {
    	background-image : url('http://img.xooimage.com/files110/c/2/d/test1-483d8c1-copie-48450d1.png');
    }
     
     
    td.bottom_right {
    	background-image : url('http://img.xooimage.com/files110/c/2/d/test1-483d8c1-copie-48450d1.png');
    	background-position : right;
    	background-repeat : no-repeat;
    }
     
     
    td.left	{
    	background-image : url('http://img.xooimage.com/files2/c/a/cadre_left-34633.gif');
    	background-position : top left;
    }
    td.right {
    	background-image : url('http://img.xooimage.com/files3/c/a/cadre_right-34634.gif');
    	background-position : top right;
    }
     
     
    /* Main table cell colours and backgrounds        */
    td.row1	{background-image : url('http://img.xooimage.com/files2/c/1/d/testpixel1-1b973af.png ');}
    td.row2	{background-image : url('http://img.xooimage.com/files6/p/i/pixel02-34636.gif');}
    td.row3	{background-image : url('http://img.xooimage.com/files1/3/0/b/sans-titre-1-4618a5.png');}
    td.row4	{background-image : url('http://img.xooimage.com/files/');}
     
     
    /*
      This is for the table cell above the Topics, Post & Last posts on the index.php page
      By default this is the fading out gradiated black background.
      However, you could replace this with a bitmap specific for each forum
    */
    td.rowpic {
    	height: 25px;
    	background : url('http://img.xooimage.com/files9/c/e/cellpic3-34638.gif') repeat-y;
    }
     
    /* Header cells - the black gradient backgrounds */
    th	{
    	color: #000000; font-size: 14px; font-weight : bold;
    	height: 25px;
    	background-image: url('http://img.xooimage.com/files9/c/e/cellpic3-34638.gif');
    }
     
    td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
    			border: #0000C0; border-style: solid; height: 25px;
    }
     
     
    /*
      Setting additional nice inner borders for the main table cells.
      The names indicate which sides the border will be on.
      Don't worry if you don't understand this, just ignore it :-)
    */
    td.cat,td.catHead,td.catBottom {
    	height: 25px;
    	border-width: 0px 0px 0px 0px;
    }
    th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
    	font-weight: bold; border: #C6E5E8; border-style: solid; height: 25px; }
    td.row3Right {background-image : url('http://img.xooimage.com/files1/3/0/b/sans-titre-1-4618a5.png');
    	border: #C6E5E8; border-style: solid; }
    td.spaceRow {background-image : url('http://img.xooimage.com/files2/p/i/pixel06-34625.gif');
    	border: #C6E5E8; border-style: solid; }
     
    th.thHead,td.catHead { font-size: 12px; border-width: 0px 0px 0px 0px; }
    th.thSides,td.catSides,td.spaceRow	 { border-width: 0px 0px 0px 0px; }
    th.thRight,td.catRight,td.row3Right	 { border-width: 0px 0px 0px 0px; }
    th.thLeft,td.catLeft	  { border-width: 0px 0px 0px 0px; }
    th.thBottom,td.catBottom  { border-width: 0px 0px 0px 0px; }
    th.thTop	 { border-width: 0px 0px 0px 0px; }
    th.thCornerL { border-width: 0px 0px 0px 0px; }
    th.thCornerR { border-width: 0px 0px 0px 0px; }
     
     
    /* The largest text used in the index page title and toptic title etc. */
    .maintitle,h1,h2	{
    			font-weight: bold; font-size: 32px; font-family: Arial, Helvetica, sans-serif;
    			text-decoration: none; line-height : 120%; color : #000000;
    }
    .maintitle2	{
    			font-weight: bold; font-size: 20px; font-family: Arial, Helvetica, sans-serif;
    			text-decoration: none; line-height : 120%; color : #000000;
    }
     
     
    /* barre sous forum message sujet*/
     
     
     
    #clas1 { background:#01B0F0 url("lien de votre image") repeat-x 0 0; margin-bottom:4px; padding:0 20px; height: 30px; }
     
    #clas2 { background:#01B0F0 url("http://img.xooimage.com/files110/a/8/2/test-3-4850d53.png") repeat-x 0 0; margin-bottom:4px; padding:0 20px; height: 30px; }
     
    #clas3 { background:#ffffff url("http://img.xooimage.com/files110/e/a/8/test3-4850d8d.png") repeat-x 0 0; margin-bottom:4px; padding:0 20px; height: 30px; }
     
     
     
     
     
    /* General text */
    .gen { font-size : 12px; }
    .genmed { font-size : 12px; }
    .gensmall { font-size : 10px; }
    .gen,.genmed,.gensmall { color : #FFFFFF; text-decoration: none; }
    a.gen,a.genmed,a.gensmall { color: #C6E5E8; text-decoration: none; }
    a.gen:visited,a.genmed:visited,a.gensmall:visited	{ color: #C6E5E8; text-decoration: none; }
    a.gen:hover,a.genmed:hover,a.gensmall:hover	{ color: #48A2AA; text-decoration: none; }
     
     
    /* The register, login, search etc links at the top of the page */
    .mainmenu		{ font-size : 15px; color : #000000; }
    a.mainmenu		{  text-shadow: 3px 3px 5px red; color : #000000;  }
    a.mainmenu:visited {  text-shadow: 3px 3px 5px red: none; color : #000000; }
    a.mainmenu:hover{  text-shadow: 3px 3px 5px red; color : #000000; }
     
     
    .mainmenu2		{ font-size : 20px; color : #000000; }
    a.mainmenu2		{ text-shadow: 3px 3px 5px red; color : #000000;  }
    a.mainmenu2:visited {  text-shadow: 3px 3px 5px red; color : #000000; }
    a.mainmenu2:hover{ text-shadow: 3px 3px 5px red; color : #000000; }
     
     
     
    /* Forum category titles */
    .cattitle		{ font-weight: bold; font-size: 18px ; letter-spacing: 1px; color :#444444;}
    a.cattitle		{ text-shadow: 3px 3px 5px gray; color : #ffffff; }
    a.cattitle:visited { text-shadow: 3px 3px 5px red; color : #ffffff; }
    a.cattitle:hover{  color: #002F2F; text-shadow: 3px 3px 5px red; }
     
     
    /* Forum title: Text and link to the forums used in: index.php */
    .forumlink		{ font-weight: bold; font-size: 12px; color : #FFFFFF; }
    a.forumlink 	{ text-decoration: none; color : #C6E5E8; }
    a.forumlink:visited { text-decoration: none; color : #C6E5E8; }
    a.forumlink:hover{ text-decoration: none; color : #48A2AA; }
     
     
    /* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
    .nav			{ font-weight: bold; font-size: 11px; color : #C6E5E8;}
    a.nav			{ text-decoration: none; color : #C6E5E8; }
    a.nav:visited { text-decoration: none; color : #C6E5E8; }
    a.nav:hover		{ text-decoration: none; color : #48A2AA; }
     
     
    /* titles for the topics: could specify viewed link colour too */
    .topictitle			{ font-weight: bold; font-size: 11px; color : #C6E5E8; }
    a.topictitle:link   { text-decoration: none; color : #C6E5E8; }
    a.topictitle:visited { text-decoration: none; color : #FFFFFF; }
    a.topictitle:hover	{ text-decoration: underline; color : #48A2AA; }
     
     
    /* Name of poster in viewmsg.php and viewtopic.php and other places */
    .name { font-size : 11px; 
    			font-weight: bold; 
    			color : #FFFFFF;
    }
     
    /* Location, number of posts, post date etc */
    .postdetails		{ font-size : 10px; color : #FFFFFF; }
     
     
    /* The content of the posts (body of text) */
    .postbody { font-size : 16px; color: #FFFFFF;}
    a.postlink:link	{ text-decoration: underline; color : #C6E5E8; }
    a.postlink:visited { text-decoration: underline; color : #C6E5E8; }
    a.postlink:hover { text-decoration: underline; color : #48A2AA; }
     
    .error { font-size : 12px; color: #FFFF00;}
     
     
    /* Quote & Code blocks   */
    .code {
    	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #ffffff;
    	background-color: #808080; border: #48A2AA; border-style: solid;
    	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
    }
     
    .quote {
    	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; line-height: 125%;
    	background-color: #ffffff; border: #000000; border-style: solid;
    	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
    }
     
     
    /* Copyright and bottom info */
    .copyright		{ font-size: 10px; font-family: Arial, Helvetica, sans-serif; color: #C6E5E8; letter-spacing: -1px;}
    a.copyright		{ color: #FFFFFF; text-decoration: none;}
    a.copyright:link   { color : #FFFFFF; text-decoration: none;}
    a.copyright:visited { color : #FFFFFF; text-decoration: none;}
    a.copyright:hover { color: #48A2AA; text-decoration: underline;}
     
     
    /* Form elements */
    input,textarea, select {
    	color : #000000;
    	font: normal 11px Arial, Helvetica, sans-serif;
    	border-color : #BEEAEE;
    }
     
    special {
    	color : #000000;
    	font: normal 11px Arial, Helvetica, sans-serif;
    }
     
    /* The text input fields background colour   */
    input.post,textarea.post  {
    	background-color : #BEEAEE;
    	scrollbar-track-color: #BEEAEE;
    	border : 1px solid #000000;
    	font-size: 12px;
    }
    select {
    	background-color : #BEEAEE;
    	border : 1px solid #000000;
    }
     
    input { text-indent : 2px; }
     
    /* The buttons used for bbCode styling in message post */
    input.button {
    	background-color : #BEEAEE;
    	color : #000000;
    	font-size: 11px;
    	font-family: Arial, Helvetica, sans-serif;
    	background : url('http://img.xooimage.com/files7/b/o/bout01-34639.gif');
    }
     
    /* The main submit button option */
    input.mainoption {
    	background-color : #BEEAEE;
    	font-weight : normal;
    	background : url('http://img.xooimage.com/files7/b/o/bout01-34639.gif');
    }
     
    /* None-bold submit button */
    input.liteoption {
    	background-color : #000000;
    	font-weight : normal;
    	background : url('http://img.xooimage.com/files7/b/o/bout01-34639.gif');
    }
     
    /* This is the line in the posting page which shows the rollover
      help line. This is actually a text box, but if set to be the same
      colour as the background no one will know ;)
    */
    .helpline {
    	background-color: #BEEAEE;
    	border : 1px solid #000000;
    }
     
     
    /* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
    @import url('http://img.xooimage.com/files4/f/o/formie-30deb.css');
     
     
    /* 
       Menu style dropdown par RotorMan 
       [Debut]
    */
     
    #nav li a.top_link {
       font-size: 16px !important;
    }
     
    /* 
       Menu style dropdown par RotorMan 
       [Fin]
    */
     
     
     .nav1 {
    font-weight : bold;
    font-size : 5px;
    }
     
    .pagination a {
        display:inline-block;
        color: #1982BD;
        padding: 5px;
        margin-bottom:5px;
        font-size: 11px;
        background: #f4f4f4;
        border-radius: 3px;
        font-family:"Arial", verdana, sans-serif;
        text-decoration: none;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px #fff inset;
        font-weight:bold;
        text-shadow:0 1px 0 #fff;
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        -o-transition: all 100ms;
        transition: all 100ms
    }
    .pagination a:hover, .pagination a.active {
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -o-transform:scale(1.2);
        transform:scale(1.2);
        background: #fff
    }
     
    #subMenu, #subMenu > li > ul {
        background-color: #42C7EF !important;
        border-color: #F5B507 !important;
    }
    #subMenu > li > a, #subMenu > li > ul > li > a {
        color: #4B4B4B !important;
        border-color: #F5B507 !important;
    }
    #subMenu > li > a:hover, #subMenu > li > ul > li > a:hover {
        color: #FFF !important;
        background-color: #3880FF !important;
    }
     
    /* Icone citer */
    #subMenu > li.m_citer > a {
        background-image:url(<a href="http://img.xooimage.com/files108/5/4/d/messages-20-46ca792.png" target="_blank">http://img.xooimage.com/files108/5/4...20-46ca792.png</a>) !important;
    }
    /* Icone envoyer par email */
    #subMenu > li.m_email > a {
        background-image:url(<a href="http://img.xooimage.com/files101/3/5/3/mail-20-46ca79b.png" target="_blank">http://img.xooimage.com/files101/3/5...20-46ca79b.png</a>) !important;
    }
    /* Icone partager */
    #subMenu > li.m_share > a {
        background-image:url(<a href="http://img.xooimage.com/files102/f/3/e/647404-share-20-46ca7a0.png" target="_blank">http://img.xooimage.com/files102/f/3...20-46ca7a0.png</a>) !important;
    }
    /* Icone partager sur Facebook */
    #subMenu > li > ul > li.m_facebook > a {
        background-image:url(<a href="http://img.xooimage.com/files104/2/1/5/facebook_square-20-46ca788.png" target="_blank">http://img.xooimage.com/files104/2/1...20-46ca788.png</a>) !important;
    }
    /* Icone partager sur Twitter  */
    #subMenu > li > ul > li.m_twitter > a {
        background-image:url(<a href="http://img.xooimage.com/files104/6/b/3/twitter_square-20-46ca78b.png" target="_blank">http://img.xooimage.com/files104/6/b...20-46ca78b.png</a>) !important;
    }
    /* Icone partager sur Google+ */
    #subMenu > li > ul > li.m_google > a {
        background-image:url(<a href="http://img.xooimage.com/files105/5/9/4/google_square-20-46ca78e.png" target="_blank">http://img.xooimage.com/files105/5/9...20-46ca78e.png</a>) !important;
    }
     
    /* Span "Dernière édition par ..." */
    span.edited.true {
        display: block;
        background: url(<a href="http://img.xooimage.com/files110/8/3/5/24203-bubka-paper-copie-46ffbb7.png" target="_blank">http://img.xooimage.com/files110/8/3...ie-46ffbb7.png</a>) 12px 8px no-repeat #ADD8E6;
        padding: 26px 0 25px 75px;
        margin-top: 10px;  
        font-size: 18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        line-height: 20px;
        color: #000000;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.53);
        border-radius: 3px;
    }
    span.edited.true br {
        display:none;
    }
    span.edited.true span.gensmall {
        display: block;
        float: right;
        margin-right: 10px;
        color: #fff;
    }
    span.edited.true span.gensmall a {
        color: #fff;
    }
     
    /* Bouton Previsualisation des sujets */
    button.quick-view {
       display: block !important;
       height: 32px !important;
       width: 32px !important;
       background: url(<a href="http://img.xooimage.com/files110/e/4/2/13373-triphopeur-oeil-copie-4714a99.png" target="_blank">http://img.xooimage.com/files110/e/4...ie-4714a99.png</a>) no-repeat !important;
       top: 15px !important;
    }
    button.quick-view.active {
       background: url(<a href="http://img.xooimage.com/files110/6/8/2/close-cross-delet...32-copie-4714ace.png" target="_blank">http://img.xooimage.com/files110/6/8...ie-4714ace.png</a>) no-repeat !important;
    }
     
    .pagination {font-size: 0}
     
       .pagination > b > a:first-child {
          font-size: 12px;
          margin-right: 10px;
          text-decoration: none
        }
     
       .pagination > b > a:nth-of-type(n+2), .pagination > b > b {
          -moz-transition: all 100ms;
          -ms-transition: all 100ms;
          -o-transition: all 100ms;
          -webkit-transition: all 100ms;
          background: url(<a href="http://img.xooimage.com/files110/c/1/3/base-474b236.png" target="_blank">http://img.xooimage.com/files110/c/1/3/base-474b236.png</a>) no-repeat transparent;
          background-size: 100% 100%;
          color: #00515C;
          display: inline-block;
          font-family: Arial, Helvetica, sans-serif;
          font-size: 14px;
          min-width: 0px;
          padding: 2px 8px;
          text-align: center;
          text-decoration: none;
          text-shadow: 0 -1px 0 #fff, 0 1px 0 #fff, 0 1px 1px rgba(0, 0, 0, 0.44);
          transition: all 100ms;
          z-index: 1
        }
     
       .pagination > b > a:nth-of-type(n+2):hover {
          -moz-transform: scale(0.8);
          -ms-transform: scale(0.8);
          -o-transform: scale(0.8);
          -webkit-transform: scale(0.8);
          position: relative;
          transform: scale(0.8);
          z-index: 2
        }
     
       .pagination > b > b {
          color: #535353;
          cursor: not-allowed;
          opacity: .7;
          transition: none
        }
     
    /********* couleur outil theme blanc outil prvisualisation sujet ***************/
     
    tr.topic-view.white > td > div.first-msg > div.container > table .gensmall,
    tr.topic-view.white > td > div.first-msg > div.container > table .genmed,
    tr.topic-view.white > td > div.first-msg > div.container > table .gen,
    tr.topic-view.white > td > div.last-msg > div.container > table .gensmall,
    tr.topic-view.white > td > div.last-msg > div.container > table .genmed,
    tr.topic-view.white > td > div.last-msg > div.container > table .gen,
    tr.topic-view.white > td > div.first-msg > div.container > table .name,
    tr.topic-view.white > td > div.last-msg > div.container > table .name,
    tr.topic-view.white > td > div.first-msg > div.container > table .postdetails,
    tr.topic-view.white > td > div.last-msg > div.container > table .postdetails,
    tr.topic-view.white > td > div.first-msg > div.container > table .postbody,
    tr.topic-view.white > td > div.last-msg > div.container > table .postbody {
        color: #000000 !important;
    }
     
    <link href="http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
     
    <style>
     
    ul.flatflipbuttons{
    margin:0;
    padding:0;
    list-style:none;
    -webkit-perspective: 10000px; /* larger the value, the less pronounced the 3D effect */
    -moz-perspective: 10000px;
    perspective: 10000px;
    }
     
    ul.flatflipbuttons li{
    margin:0;
    display: inline-block;
    width: 100px; /* dimensions of buttons. */
    height: 100px;
    margin-right: 15px; /* spacing between buttons */
    background: none;
    /**text-transform: uppercase;**/
    text-align: center;
    }
     
    ul.flatflipbuttons li a{
    display:table;
    font: bold 36px Arial; /* font size, pertains to icon fonts specifically */
    width: 100%;
    height: 100%;
    margin-bottom: 4px;
    color: black;
    background: none;
    text-decoration: none;
    outline: none;
    -webkit-transition:all 300ms ease-out; /* CSS3 transition. Last value is pause before transition play */
    -moz-transition:all 300ms ease-out;
    transition:all 300ms ease-out;
    }
     
    ul.flatflipbuttons li:nth-of-type(1) a{
    color: none;
    background: none;
    }
     
    ul.flatflipbuttons li:nth-of-type(2) a{
    background:none;
    }
     
    ul.flatflipbuttons li:nth-of-type(3) a{
    background: none;
    }
     
    ul.flatflipbuttons li:nth-of-type(4) a{
    color: white;
    background: none;
    }
     
    ul.flatflipbuttons li:nth-of-type(5) a{
    background: none;
    }
     
    ul.flatflipbuttons li a span{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms ease-out; /* CSS3 transition. */
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    }
     
    ul.flatflipbuttons li b{ /* CSS for text beneath button */
    display: block;
    position: relative;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 300ms ease-out 0.2s; /* CSS3 transition. 0.2s delay */
    -moz-transition: all 300ms ease-out 0.2s;
    transition: all 300ms ease-out 0.2s;
    }
     
     
    ul.flatflipbuttons li a img{ /* CSS for image if defined inside button */
    border-width: 0;
    vertical-align: middle;
    }
     
     
    ul.flatflipbuttons li:hover a{
    -webkit-transform: rotateY(180deg); /* flip horizontally 180deg*/
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background: none; /* bgcolor of button onMouseover*/
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    }
     
    ul.flatflipbuttons li:hover a span{
    color: black; /* color of icon font onMouseover */
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg); /* flip horizontally 180deg*/
    transform: rotateY(180deg);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    }
     
     
    ul.flatflipbuttons li:hover b{
    opacity: 1;
    }
     
    /* CSS for 2nd menu below specifically */
     
    ul.second li a{
    background: #eee !important;
    }
     
    ul.second li a:hover{
    background: #ddd !important;
    }
     
    </style>
     
     
    /************ test cacher menu xooit  *************/
    <style type="text/css">
     
    .bevelmenu{
    font: bold 13px arial;
    padding: 6px 0;
    margin: 0;
    width: 100%;
    background-color: #000000;
    text-align: left; /*set value to "right" for example to align menu to the right of page*/
    }
     
    .bevelmenu li{
    list-style: none;
    display: inline;
    }
     
    .bevelmenu li a{
    padding: 3px 0.5em;
    text-decoration: none;
    color: black;
    background-color: #ffffff;
    border: 2px solid #000000;
    }
     
    .bevelmenu li a:hover{
    color: white;
    background-color: #000000;
    border: 2px solid #ffffff;
    /**border-style: outset;**/
    }
     
    html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
    }
    </style>
     
     
     
    /************ Nouvelle presentation menu xooit  *************/
    <style type="text/css">
     
    .bevelmenu{
    font: bold 13px arial;
    padding: 6px 0;
    margin: 0;
    width: 100%;
    background-color: #000000;
    text-align: left; /*set value to "right" for example to align menu to the right of page*/
    }
     
    .bevelmenu li{
    list-style: none;
    display: inline;
    }
     
    .bevelmenu li a{
    padding: 3px 0.5em;
    text-decoration: none;
    color: black;
    background-color: #f4f4f4;
    border: 2px solid #999999;
    }
     
    .bevelmenu li a:hover{
    color: white;
    background-color: #000000;
    border: 2px solid #999999;
    /**border-style: outset;**/
    }
     
    html>body .bevelmenu li a:active{ /* Apply mousedown effect only to NON IE browsers */
    border-style: inset;
    }
    </style>

    Code HTML : 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
     
    <table width="50%" border="1" align="left" cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
         <th valign="middle" height="28" align="center" class="thHead" colspan="3">
           <span class="thHead"><font color="#FFFFFF">Réferences légales</font></span>
         </th>
        </tr>
       <tr>
         <td class="row1">&nbsp;</td>
           <td width="100%" height="25">
             <table width="100%" cellspacing="0" cellpadding="0"> 
               <tbody>
                <tr>
                  <td valign="top" class="row1">
                   <span class="gen">
                    <center>
                    <ul class="flatflipbuttons">
                    <li><a href="https://www.phpbb.com/" TARGET="_blank"><span><img src="http://img.xooimage.com/files110/0/c/e/phpbbcom-copie-487e1e0.png"></span></a>phpbb.com</li>
                    <li><a href="http://www.phpbb-fr.com/"TARGET="_blank" ><span><img src="http://img.xooimage.com/files110/c/b/d/phpbbfr-copie-487e200.png"></span></a>phpbb.fr</li>
                    <li><a href="http://www.amarid.fr" TARGET="_blank" ><span><img src="http://img.xooimage.com/files110/f/6/6/amarid-487e315.png"></span></a> © AMARID</li>
                    </ul>
                  </center>
                 </span>
                </td>
              </tr>
      </tbody>
    </table>
      </td>
    <td class="row1">&nbsp;</td>
     </tr>
     </tbody>
    </table>
    <table width="50%" cellspacing="0" cellpadding="0" border="1">
      <tbody>
        <tr>
          <th valign="middle" height="28" align="center" class="thHead" colspan="3">
            <span class="thHead"><font color="#FFFFFF">Suivez nos différents réseaux sociaux</font></span>
          </th>
        </tr>
         <tr>
     
    <td class="row1">&nbsp;</td>
     
           <td width="100%" height="25" /**class="row5"**/>
             <table width="100%" cellspacing="0" cellpadding="0"> 
              <tbody>
               <tr>
             <td valign="top" class="row1">
              <span class="gen">
                <center>
                 <ul class="flatflipbuttons">
                 <li><a href="https://twitter.com/amarid2" TARGET="_blank"><span><img src="http://img.xooimage.com/files110/1/8/d/twitter-487e612.png"></span></a>Twitter</li>
                 <li><a href="https://www.facebook.com/amarid.associationnationaleamarid?fref=ts" TARGET="_blank"><span><img src="http://img.xooimage.com/files110/1/a/1/facebook-487e605.png"></span></a>Facebook</li>
                 <li><a href="https://plus.google.com/u/0/"TARGET="_blank"><span><img src="http://img.xooimage.com/files110/0/d/6/google-487e61b.png"></span></a>Google +</li>
                 </ul>
               </center>
              </span>
            </td>
              </tr>
            </tbody>
           </table>
          </td>
     
    <td class="row1">&nbsp;</td>
     
    </tr>
    </tbody>
    </table>

  2. #2
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    16 959
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 16 959
    Points : 44 122
    Points
    44 122
    Par défaut
    Bonjour,
    pas bien compris le souhait final mais un conseil oublies ta structure par TABLE.

  3. #3
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur avant-vente
    Inscrit en
    Mars 2014
    Messages
    37
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur avant-vente

    Informations forums :
    Inscription : Mars 2014
    Messages : 37
    Points : 26
    Points
    26
    Par défaut
    Bonsoir
    je voudrais deux cadres separes avec dans chaques cadres un titre dans une barre pouvour change le background de chaque titre et mettre mesicones dedans
    est ce plus clair

  4. #4
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    16 959
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 16 959
    Points : 44 122
    Points
    44 122
    Par défaut
    Donc avec une structure du type de
    Code html : 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
    <div id="conteneur">
      <div>
        <h1></h1>
        <ul>
          <li></li>
          <li></li>
          <li></li>
        </ul>
      </div>
      <div>
        <h1></h1>
        <ul>
          <li></li>
          <li></li>
          <li></li>
        </ul>
      </div>
    </div>
    cela devrait le faire en utilisant le CSS minimum suivant
    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
    html, body {
      margin:0;
      padding:0;
    }
    #conteneur{
      height:5em;
      background:#CCF;   /* juste pour voir */
    }
    #conteneur > div{
      width:50%;
      height:100%;
      float:left;
    }
    #conteneur > div + div{
      background:#FCC;   /* juste pour voir */
    }

  5. #5
    Nouveau membre du Club
    Homme Profil pro
    Ingénieur avant-vente
    Inscrit en
    Mars 2014
    Messages
    37
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 62
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur avant-vente

    Informations forums :
    Inscription : Mars 2014
    Messages : 37
    Points : 26
    Points
    26
    Par défaut
    merci pour les réponses j'avais trouvé une solution mais je ne sois pas sur que le cs3 soit adapté à ma demande

  6. #6
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    16 959
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 16 959
    Points : 44 122
    Points
    44 122
    Par défaut
    ...je ne sois pas sur que le cs3 soit adapté à ma demande
    il n'y a pas un mg de CSS3 dans le code que je t'ai proposé !!!

    A toutes fins utiles Les meilleurs cours et tutoriels CSS

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Comment aligner deux blocs par le bas ?
    Par veust80 dans le forum Mise en page CSS
    Réponses: 10
    Dernier message: 04/06/2007, 23h58
  2. Utiliser les index de listes déroulantes dans un bloc séparé ?
    Par debie1108 dans le forum Général JavaScript
    Réponses: 1
    Dernier message: 03/05/2007, 08h43
  3. Comment positionner deux blocs sur la même ligne
    Par yaya0057 dans le forum Mise en page CSS
    Réponses: 7
    Dernier message: 27/02/2007, 16h42
  4. Diviser une matrice en deux blocs
    Par smirovitch dans le forum MATLAB
    Réponses: 1
    Dernier message: 22/05/2006, 17h11
  5. lever une EXCEPTION pour 2 blocs séparés
    Par atruong dans le forum Oracle
    Réponses: 2
    Dernier message: 05/05/2006, 10h27

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo