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

JavaScript Discussion :

Amélioration coverflow(reflet) + titre


Sujet :

JavaScript

  1. #1
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut Amélioration coverflow(reflet) + titre
    Bonjour,

    J'ai crée un coverflow avec l'ai de No Smoking et grâce à ses conseils, j'ai réussi à intégrer le coverflow à mon site.
    Je souhaiterai désormais lui apporter quelques améliorations afin qu'il soit plus esthétique et pratique à la fois...

    -Je souhaiterai crée un effet de réflexion sous les images. J'ai essayé plusieurs codes trouvé sur d'autres sites mais cela ne fonctionne pas.

    -ensuite je souhaiterai y intégrer un titre sous chaque image. Je pense que cela ne doit pas être très compliqué mais j'ai eu tellement de mal à crée ce coverflow que j'ai peur de faire une bêtise

    mon css:
    Code css : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    #conteneur {
      width: 100%;
      height:450px;
      margin: 2em auto;
      border: 1px solid #856253;
    }


    mon js:
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    $(function() {
      $('[id^=coverflow]').coverflow({
        active: 2,
        select: function(event, ui){
        }
      });
    });
    mon html:
    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
        <div id="conteneur"> 
     <div id="coverflow-0">
     
        <img src="http://placehold.it/350x350/E80000/FFFFFF" />
        <img src="http://placehold.it/350x350" />
        <img src="http://placehold.it/350x350/E8117F/FFFFFF" />
        <img src="http://placehold.it/350x350" />
         <img src="http://placehold.it/350x350/E8117F/FFFFFF" />
          <img src="http://placehold.it/350x350" />
         <img src="http://placehold.it/350x350/E8117F/FFFFFF" /> 
         <img src="http://placehold.it/350x350" />
        <img src="http://placehold.it/350x350/E8117F/FFFFFF" />
        <img src="http://placehold.it/350x350" />
        <img src="http://placehold.it/350x350/E8117F/FFFFFF" />
         <img src="http://placehold.it/350x350" />
         <img src="http://placehold.it/350x350/E80000/FFFFFF" /> 
        </div></div>

    Merci beaucoup pour vos conseils et votre patience...

    Novis

  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,
    pourquoi vouloir modifier, même si cela doit être faisable, un plugin qui ne te donne pas entière satisfaction alors que dans cette discussion il semblerait que tu ais trouvé se que tu souhaites faire ?

    PS : regarde cet exemple.

  3. #3
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    He bien parce que je n'ai pas réussi à le mettre en application. Comme d'habitude, je fais des essais avec edit fiddle et celui-là je n'ai pas du tout réussi à le faire fonctionner...
    Alors que l'autre oui, donc je pensais que cela serait plus facile.
    Si vous voulez bien m'expliquer comment faire fonctionner ce coverflow cela serait cool. J'ai pu voir qu'il n'utilisait pas la bibliothèque jQuery (cela m'aurait arrangé )
    Merci de votre aide

  4. #4
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Juste pour vous montrer ce que j'avais inséré comme code:

    https://jsfiddle.net/0dwbguoq/

    Cela me parait beaucoup plus compliqué que l'autre coverflow ...

  5. #5
    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
    On ne peut rien conclure sur base de ton jsfiddle, prend l'habitude de faire tes intégrations sur ton PC tu n'y verras que des avantages.

  6. #6
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    J'ai essayé d'intégrer le code sur mon site mais cela ne fonctionne pas.
    Je vous transmets les codes pour vous montrer:

    html:
    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
    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
    <div class="ContentFlow ContentFlowAddOn_search ContentFlowAddOn_lightwindow ContentFlowAddOn_slideshow" id="contentFlow">
    <div class="loadIndicator" style="display: none;">
    <div class="indicator">&nbsp;</div>
    <noscript><br/>Javascript must be enabled to display this page!</noscript></div>
     
    <div class="flow" id="flow" style="visibility: visible; height: 422px; margin-bottom: -125px;">
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Opéra de Paris" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1000223.JPG" width="398"></canvas>
     
    <div class="ref hidden">item1</div>
     
    <div class="caption">Op&eacute;ra de Paris</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Tour Eiffel" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1060347.JPG" width="398"></canvas>
     
    <div class="ref hidden">item2</div>
     
    <div class="caption">Tour Eiffel</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 706px; top: 46.8125px; height: 375px; width: 188px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Tour Montparnasse" class="content hidden portray" height="450" origproportion="0.75" src="thumbs/P1070181.JPG" width="225"></canvas>
     
    <div class="ref hidden">item3</div>
     
    <div class="caption">Tour Montparnasse</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">188</div>
     
    <div class="thumbHeight hidden">250</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Louvre" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1010203.JPG" width="398"></canvas>
     
    <div class="ref hidden">item4</div>
     
    <div class="caption">Louvre</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Groix" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/0231.JPG" width="398"></canvas>
     
    <div class="ref hidden">item5</div>
     
    <div class="caption">Groix</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="lonely house" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/0321.JPG" width="398"></canvas>
     
    <div class="ref hidden">item6</div>
     
    <div class="caption">lonely house</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Trinité sur mer" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/0422.JPG" width="398"></canvas>
     
    <div class="ref hidden">item7</div>
     
    <div class="caption">Trinit&eacute; sur mer</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Belle isle, grande plage" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/0805.JPG" width="398"></canvas>
     
    <div class="ref hidden">item8</div>
     
    <div class="caption">Belle isle, grande plage</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Belle isle, belle vue" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/0808.JPG" width="398"></canvas>
     
    <div class="ref hidden">item9</div>
     
    <div class="caption">Belle isle, belle vue</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 114.532px; top: 247.219px; height: 74.3896px; width: 65.7934px; font-size: 16.7085%; z-index: 32740; visibility: visible;"><canvas alt="Sauzon" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/0817.JPG" width="398"></canvas>
     
    <div class="ref hidden">item10</div>
     
    <div class="caption">Sauzon</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 125.279px; top: 264.163px; height: 48.9741px; width: 78.9521px; font-size: 11%; z-index: 32746; visibility: visible;"><canvas alt="Le Palais" class="content hidden landscape" height="248" origproportion="2.418181818181818" src="thumbs/0870_0872.JPG" width="399"></canvas>
     
    <div class="ref hidden">item11</div>
     
    <div class="caption">Le Palais</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">104</div>
    </div>
     
    <div class="item" style="display: block; left: 152.091px; top: 222.423px; height: 111.584px; width: 98.6902px; font-size: 25.0628%; z-index: 32751; visibility: visible;"><canvas alt="Porquerolles" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/196.JPG" width="398"></canvas>
     
    <div class="ref hidden">item12</div>
     
    <div class="caption">Porquerolles</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 213.296px; top: 197.626px; height: 148.779px; width: 131.587px; font-size: 33.4171%; z-index: 32757; visibility: visible;"><canvas alt="Les Poulains" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/PICT1558.JPG" width="398"></canvas>
     
    <div class="ref hidden">item13</div>
     
    <div class="caption">Les Poulains</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 344.792px; top: 148.033px; height: 223.169px; width: 197.38px; font-size: 50.1256%; z-index: 32762; visibility: visible;"><canvas alt="Carantec" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/597.JPG" width="398"></canvas>
     
    <div class="ref hidden">item14</div>
     
    <div class="caption">Carantec</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item active" style="display: block; left: 666.5px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Sonnenblumen" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/09.JPG" width="398"></canvas>
     
    <div class="ref hidden">item15</div>
     
    <div class="caption">Sonnenblumen</div>
     
    <div class="comment hidden">Your comment goes here.</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 1040.83px; top: 148.033px; height: 223.169px; width: 197.38px; font-size: 50.1256%; z-index: 32762; visibility: visible;"><canvas alt="bei Dresden" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/305.JPG" width="398"></canvas>
     
    <div class="ref hidden">item16</div>
     
    <div class="caption">bei Dresden</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 1238.12px; top: 197.626px; height: 148.779px; width: 131.587px; font-size: 33.4171%; z-index: 32757; visibility: visible;"><canvas alt="Elbe bei Dresden" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/279.JPG" width="398"></canvas>
     
    <div class="ref hidden">item17</div>
     
    <div class="caption">Elbe bei Dresden</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 1332.22px; top: 222.423px; height: 111.584px; width: 98.6902px; font-size: 25.0628%; z-index: 32751; visibility: visible;"><canvas alt="Zwinger" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/197.JPG" width="398"></canvas>
     
    <div class="ref hidden">item18</div>
     
    <div class="caption">Zwinger</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: block; left: 1378.77px; top: 241.605px; height: 82.8107px; width: 78.9521px; font-size: 18.6%; z-index: 32746; visibility: visible;"><canvas alt="Johnny Cay" class="content hidden landscape" height="418" origproportion="1.4301075268817205" src="thumbs/P1000592.JPG" width="399"></canvas>
     
    <div class="ref hidden">item19</div>
     
    <div class="caption">Johnny Cay</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">175</div>
    </div>
     
    <div class="item" style="display: block; left: 1417.02px; top: 247.344px; height: 74.2031px; width: 37.1016px; font-size: 16.6667%; z-index: 32740; visibility: visible;"><canvas alt="Dos sillas en la playa" class="content hidden portray" height="450" origproportion="0.75" src="thumbs/P1000542.JPG" width="225"></canvas>
     
    <div class="ref hidden">item20</div>
     
    <div class="caption">Dos sillas en la playa</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">188</div>
     
    <div class="thumbHeight hidden">250</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="en la playa" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1000599.JPG" width="398"></canvas>
     
    <div class="ref hidden">item21</div>
     
    <div class="caption">en la playa</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 221.813px; height: 112.5px; width: 250px; font-size: 39.6667%; z-index: 32768; visibility: visible;"><canvas alt="Stabekk" class="content hidden landscape" height="179" origproportion="3.3529411764705883" src="thumbs/P1000957-59.JPG" width="399"></canvas>
     
    <div class="ref hidden">item22</div>
     
    <div class="caption">Stabekk</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">75</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Alt Rehse" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1010271.JPG" width="398"></canvas>
     
    <div class="ref hidden">item23</div>
     
    <div class="caption">Alt Rehse</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Cloudy blue sky" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1010320.JPG" width="398"></canvas>
     
    <div class="ref hidden">item24</div>
     
    <div class="caption">Cloudy blue sky</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Tollensesee" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1010327.JPG" width="398"></canvas>
     
    <div class="ref hidden">item25</div>
     
    <div class="caption">Tollensesee</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Schilf" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/P1010349.JPG" width="398"></canvas>
     
    <div class="ref hidden">item26</div>
     
    <div class="caption">Schilf</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 675px; top: 108.813px; height: 282px; width: 250px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="Karlchen" class="content hidden landscape" height="450" origproportion="1.3266666666666667" src="thumbs/DSCF0898.JPG" width="398"></canvas>
     
    <div class="ref hidden">item27</div>
     
    <div class="caption">Karlchen</div>
     
    <div class="comment hidden">&nbsp;</div>
     
    <div class="author hidden">Copyright 2010</div>
     
    <div class="params hidden">&nbsp;</div>
     
    <div class="info hidden">&nbsp;</div>
     
    <div class="thumbWidth hidden">250</div>
     
    <div class="thumbHeight hidden">188</div>
    </div>
     
    <div class="item" style="display: none; left: 736px; top: 168.813px; height: 192px; width: 128px; font-size: 100%; z-index: 32768; visibility: visible;"><canvas alt="media" class="content hidden portray" height="450" onclick="location.href='media/index.html';" origproportion="1" src="res/folder.png" width="300"></canvas>
     
    <div class="caption">media files</div>
     
    <div class="iconPath hidden">true</div>
     
    <div class="thumbWidth hidden">128</div>
     
    <div class="thumbHeight hidden">128</div>
    </div>
    </div>
     
    <div class="globalCaption" style="display: block;">
    <div class="caption">Sonnenblumen</div>
    </div>
     
    <div class="scrollbar" style="visibility: visible;">
    <div class="slider" style="left: 395.667px; top: -3.5px;">&nbsp;</div>
    </div>
     
    <div class="box">
    <div class="searchButton">&nbsp;</div>
     
    <form action="./search.html" class="searchForm" id="searchForm" method="get"><input id="searchEsc" name="q" type="hidden" /><input class="searchInput" id="searchInput" type="text" value="" />
    <div class="searchButton searchGo">&nbsp;</div>
    </form>
    </div>
     
    <div class="clear">&nbsp;</div>
     
    <div class="controls">
    <div class="button slow" title="slow down slideshow">&nbsp;</div>
     
    <div class="button play" title="start slideshow">&nbsp;</div>
     
    <div class="button ff" title="speed up slideshow">&nbsp;</div>
    </div>
     
    <div class="mouseoverCheckElement">&nbsp;</div>
    </div>


    le css:
    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
    755
    756
    757
    758
    759
    760
    761
    762
    763
    764
    765
    766
    767
    768
    769
    770
    771
    772
    773
    774
    775
    776
    777
    778
    779
    780
    781
    782
    783
    784
    785
    786
    787
    788
    789
    790
    791
    792
    793
    794
    795
    796
    797
    798
    799
    800
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
    812
    813
    814
    815
    816
    817
    818
    819
    820
    821
    822
    823
    824
    825
    826
    827
    828
    829
    830
    831
    832
    833
    834
    835
    836
    837
    838
    839
    840
    841
    842
    843
    844
    845
    846
    847
    848
    849
    850
    851
    852
    853
    854
    855
    856
    857
    858
    859
    860
    861
    862
    863
    864
    865
    866
    867
    868
    869
    870
    871
    872
    873
    874
    875
    876
    877
    878
    879
    880
    881
    882
    883
    body{
        font-size: 10pt;
        font-family: sans-serif;
        margin: 0;
        padding: 0; 
        background-color: #ffffff;
        color: #999999;
    }
    .clear {
    	 clear: both; 
    }
    .hidden {
        display: none;
    }
    .centeredContent{
        margin: 0 auto;
        display: block;
        text-align: center;
        vertical-align: middle;
    }
    .topBottomMargin {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .folderDescription{
        text-align: justify;
        width: 50%;
    }
    .smallFont{
    		font-size: 75%;
    }
    img {
    	border: none; 
    }
    a,
    a:link,
    a:visited,
    a:active,
    a:hover {
        text-decoration: none;
    }
    a:hover {
        text-decoration: underline;
    }
    a:link{
        color: #ff6633;
    }
    a:visited{
        color: #ff6633;
    }
    a:hover{
        color: #ff6633;
    }
    a:active{
        color: #ff6633;
    }
    .ContentFlow .globalCaption .caption {
        color: #999999;  
    }
     
    .ContentFlow .flow {
        width: 100%;/*needed only for IE7*/
    }
     
    .ContentFlow .flow * {
    }
     
    .ContentFlow .scrollbar {
        border-bottom:1px solid #ff6633;
        color: #999999;
        width: 50%;
    }
    .ContentFlow .loadIndicator{
        background: #ffffff;
    }
     
    #lightwindow_contents {
            border: 10px solid #ffffff;
            background-color: #ffffff;
    }   
     
    #lightwindow_data_slide_inner {
            background-color: #ffffff;
    }
     
     
    div.art-nav-center
    {
    	position:relative;
    	float:right; 
    	right:50%;
    	margin: 0;
    	padding: 0;
    }
     
    ul.art-menu
    {
    	position:relative;
    	float:left; 
    	left:50%;
    	padding: 0;
    }
     
    .art-menu li
    {
    	margin: 0;
    	padding: 0;
    	border: 0;
    	display: block;
    	float: left;
    	position: relative;
    }
     
    .art-menu a
    {
    	position:relative;
    	display: block;
    	overflow:hidden;
    	height: 38px;
    	cursor: pointer;
    	text-decoration: none;
    	margin-right: 4px;
    	margin-left: 4px;
    	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, Serif;
    	font-size: 20px;
    	font-style: normal;
    	font-weight: bold;
    	color: #ff6633;
    	padding: 0 22px;
    	margin: 0 1px;
    	line-height: 38px;
    	text-align: center;
    }
     
    .art-menu li:hover a 
    {
    	color: #ff6633;
    }
     
    .art-menu a.active 
    {
    	color: #ff6633;
    }
     
    .musicContainer{
       float: right;
    }
     
    /* ========== ContentFlow ========== */
     
    .ContentFlow {
    }
     
        .ContentFlow .flow .item {
                /*border: 1px solid red;*/
        }
            .ContentFlow .flow .item canvas.content {
                height: 100%;
                width: 100%;
                /*border: 1px solid yellow;*/
            }
            .ContentFlow .flow .item img.content {
                /*border: 1px solid yellow;*/
                width: 100%;
            }
            .ContentFlow .flow .item img.reflection, 
            .ContentFlow .flow .item canvas.reflection {
                width: 100%;
            }
        /* ----- styling of items ----- */
        .ContentFlow .flow .item.active {
            cursor: pointer;
        }
            .ContentFlow .flow .item .caption {
                font-size: 100%;
                font-weight: bold;
                text-align: center;
                max-height: 30%;
                bottom: 10%;
                width: 100%;
            }
                .ContentFlow .flow .item .caption a,
                .ContentFlow .flow .item .caption a:link,
                .ContentFlow .flow .item .caption a:visited,
                .ContentFlow .flow .item .caption a:active,
                .ContentFlow .flow .item .caption a:hover {
                    text-decoration: none;
                    font-style: italic;
                    font-size: 0.8em;
                }
                .ContentFlow .flow .item .caption a:hover {
                    text-decoration: underline;
                }
            .ContentFlow .flow .item.active .caption {
                /*display: block;*/ /* uncomment to show caption inside item */
            }
     
        /* ----- scrollbar ----- */
        .ContentFlow .scrollbar {
            margin: 0px auto;
            margin-top: 30px;
            height: 6px;
            position: relative;
    		overflow: visible;
        }
     
            .ContentFlow .scrollbar .slider {
    	    width: 30px;
                height: 14px;
    	    margin-top: 3px;
    	    background-repeat: no-repeat;
                cursor: move;
            }
     
                .ContentFlow .scrollbar .slider .position {
                    top: 120%;
                    font-size: 16px;
                    font-weight: bold;
     
                }
     
        /* ----- global caption ----- */
        .ContentFlow .globalCaption {
            text-align: center;
            font-weight: bold;
            font-size: 14px;
            height: 10px;
            margin: 2em auto;
        }
            .ContentFlow .globalCaption .caption {
            }
                .ContentFlow .globalCaption .caption a,
                .ContentFlow .globalCaption .caption a:link,
                .ContentFlow .globalCaption .caption a:visited,
                .ContentFlow .globalCaption .caption a:active,
                .ContentFlow .globalCaption .caption a:hover {
                    text-decoration: none;
                    font-style: italic;
                    font-size: 0.8em;
                }
     
                .ContentFlow .globalCaption .caption a:hover {
                    text-decoration: underline;
                }
     
        /* ----- load indicator ----- */
        .ContentFlow .loadIndicator {
            width: 100%;
            height: 100%;
            top: 0px;
            left: 0px;
        }
            .ContentFlow .loadIndicator .indicator {
                width: 100%;
                height: 100%;
                background: url(img/loader.gif) center no-repeat;
            }
            * html .ContentFlow .loadIndicator .indicator {
                height: 100px;
            }
     
    /* ================================= */
     
    /* ========== ContentFlow ========== */
    /* 
     * This is the basic CSS file needed for the correct functioning of ContentFlow.
     * DON'T CHANGE IT.
     *
     */
    .ContentFlow {
        position: relative;  /* needed so overlay dimensions are constrained to the ContentFlow */
        overflow: hidden;
    }
    .ContentFlow * {
        margin: 0px;
        padding: 0px;
        /*border: none;*/
    }
    .ContentFlow img {
        -ms-interpolation-mode: bicubic;
    }
     
    .ContentFlow .mouseoverCheckElement {
        position: absolute;
        width: 0px;
        height: 0px;
        left: 0px;
        /*display: none;*/
        visibility: hidden;
    }
    .ContentFlow:hover .mouseoverCheckElement {
        left: 1px;
        /*width: 1px;*/
        /*left: -1px;*/
        /*background-color: red;*/
    }
    .ContentFlow .flow {
        position: relative; /* needed  so that items can be positioned relative to flow*/
        z-index: 0;         /* need so every item has a z-index relative to the flow-box */
        visibility: hidden; /* needed so that content is hidden while loading */
        margin: 0 auto;
    }
    .ContentFlow .flow.hidden {
        visibility: hidden;
    }
     
    .ContentFlow .flow .item {
        position: absolute; /* needed */
        visibility: hidden;
        top: 0px;
        left: 0px;
    }
    .ContentFlow .flow .item.active {
    }
    .ContentFlow .flow .item .content {
        display: block;
        cursor: pointer;
    }
    .ContentFlow .flow .item div.content {
        width: 100%;
        height: 100%;
    }
    .ContentFlow .flow .item .label {
        display: none;
    }
    .ContentFlow .flow .item .reflection {
        display: block;
    }
    .ContentFlow .flow .item canvas.reflection {
        margin-top: -1px; /* for FF */
    }
    .ContentFlow .flow .item .caption {
        position: absolute; /* needed */
        display: none;      /* needed to hide it on inactive items */
    }
    .ContentFlow .flow .item.active .caption {
        /*display: block;*/ /* uncomment to show caption inside item */
    }
     
    /* ----- scrollbar ----- */
     
    .ContentFlow .scrollbar {
        position: relative; /* needed for z-index */
        z-index: 1;         /* set above flow */
        visibility: hidden;
        margin-bottom: 4px; /* needed when position number is not shown*/
    }
     
    .ContentFlow .scrollbar .slider {
        position: absolute; /* needed */
    }
    * html .ContentFlow .scrollbar .slider .virtualSlider {
        height: 100%;
    }
    .ContentFlow .scrollbar .slider .position {
        position: absolute; /* needed */
        text-align: center;
    }
     
    /* ----- global caption ----- */
    .ContentFlow .globalCaption {
        position: relative; /* needed for z-index */
        z-index: 1;         /* set above flow */
    }
    /* ----- load indicator ----- */
    .ContentFlow .loadIndicator {
        position: absolute; /* needed */
        z-index: 65000;     /* set above everything */
    }
    .ContentFlow .scrollbar .slider {
        background-image: url(res/contentflow/img/slider.gif);
    }
     
    /*  ContentFlowAddOn_search, version 1.0 
     *  (c) 2010 Kay Agahd
     *  <http://kaya.myjalbum.net/LightFlow/v3/index.html>
     *--------------------------------------------------------------------------*/
     
    .ContentFlowAddOn_search {
    }
     
     
    .ContentFlowAddOn_search .box {
         text-align: center;
         bottom: 0px;
         padding: 5px;
         margin: 0 auto;
         width: 16px;
         position: relative;
     
    }
     
    .ContentFlowAddOn_search .box .searchButton {
        width: 16px;
        height: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/search.png);
        float: left;
        opacity: 0.7;
    }
        * html .ContentFlowAddOn_search .box .searchButton { background-image: url(img/search.gif); }
     
     
    .ContentFlowAddOn_search .box .searchGo {
        background-image: url(img/transmit_go.png);
        margin: 0 3px 0 3px;
    }
        * html .ContentFlowAddOn_search .box .searchGo { background-image: url(img/transmit_go.gif); }    
     
     
    .ContentFlowAddOn_search .box .searchButton:hover {
        opacity: 1;
        cursor: pointer;
    }
     
    .ContentFlowAddOn_search .searchForm {
        width: 180px;
        float: left;
        visibility: hidden;
    }
     
     
    .ContentFlowAddOn_search .searchInput {
        width: 150px;
        float: left;
    }
    #lightwindow_overlay{
    	/* D */
    	position: absolute;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 0;
    	background-color: #000;
    	z-index: 500;
    	/* D */
    }
     
    #lightwindow {
    	/* D */
    	/* Of Note - The height and width of this element are set to 0px */
    	display: none;
    	visibility: hidden;
    	position: absolute;
    	z-index: 999;
    	line-height: 0px;
    	/* D */
    }
     
    	#lightwindow_container {
    		/* D */
    		display: none;
    		visibility: hidden;
    		position: absolute;
    		/* D */
    		padding: 0 0 0 0;
    		margin: 0 0 0 0;
    	}
     
    	/* IE6 needs this or it messes with our positioning */
    	* html #lightwindow_container {
    		overflow: hidden;
    	}
     
    	#lightwindow_contents {
    		overflow: hidden;
    		z-index: 0;
    		position: relative;
    	}		
     
    #lightwindow_loading {
    	/* D */
    	height: 100%;
    	width: 100%;
    	top: 0px;
    	left: 0px;
    	z-index: 9999;
    	position: absolute;
    	/* D */
    	background-color: #f0f0f0;
    	padding: 10px;
    }
     
    	#lightwindow_loading_shim { 
    		display: none;
    		left: 0px; 
    		position: absolute; 
    		top: 0px;
    		width: 100%; 
    		height: 100%;
    	}
     
    	#lightwindow_loading span {
        	font-size: 12px;
    		line-height: 32px;
    		color: #444444;
    		float: left;
    		padding: 0 10px 0 0;
    	}
     
    	#lightwindow_loading span a,
    	#lightwindow_loading span a:link, 
    	#lightwindow_loading span a:visited {
    		color: #09F;
    		text-decoration: none;
    		cursor: pointer;
    	}
     
    	#lightwindow_loading span a:hover,
    	#lightwindow_loading span a:active {
    		text-decoration: underline;
    	}
     
     
    	#lightwindow_loading img {
       		float: left;
       		margin: 0 10px 0 0;
    	}
     
     
    /*-----------------------------------------------------------------------------------------------
    	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
    	I mean let's face it, it works really well and is very easy to figure out.
    -----------------------------------------------------------------------------------------------*/
     
    #lightwindow_navigation {
    	/* D */
    	position: absolute;
    	top: 0px;
    	left: 0px;
    	display: none;
    	/* D */
    }
    	/* We need to shim the navigation for IE, though its more of a sub-floor */
    	#lightwindow_navigation_shim { 
    		/* D */
    		display: none;
    		left: 0px; 
    		position: absolute; 
    		top: 0px;
    		width: 100%; 
    		height: 100%;
    		/* D */
    	}
     
    	#lightwindow_navigation a,
    	#lightwindow_navigation a:link,
    	#lightwindow_navigation a:visited,
    	#lightwindow_navigation a:hover,
    	#lightwindow_navigation a:active { 
    		/* D */
    		outline: none;
    		/* D */
    	}
     
    	#lightwindow_previous_bottom,
    	#lightwindow_next_bottom {
    		display: block;
    		float: left;
    	}
     
     
    	#lightwindow_previous, 
    	#lightwindow_next {
    		width: 49%;
    		height: 100%;
    		background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
    		display: block;
    	}
     
    	#lightwindow_previous { 
    		float: left;
    		left: 0px;
    	}
     
    	#lightwindow_next { 
    		float: right;
    		right: 0px;
    	}
     
    	#lightwindow_previous:hover, 
    	#lightwindow_previous:active { 
    		background: url(img/previous.png) left 15% no-repeat; 
    	}
     
    	#lightwindow_next:hover, 
    	#lightwindow_next:active { 
    		background: url(img/next.png) right 15% no-repeat; 
    	}
     
    	#lightwindow_previous_title,
    	#lightwindow_next_title {
    		display: none;
    	}
     
    	#lightwindow_info {
    		width: 100%;
    		position: absolute;
    		z-index: 50; 
    		display: block;
    		overflow: hidden;
    		margin: 0 0 0 10px;
    		bottom: 0px;
    		left: 0px;
     
    	}
        #lightwindow_info_tab_container {
    		width: 100%;
    		height: 0px;
    		overflow: hidden;
    	}
     
        a#lightwindow_info_tab,        
        a:link#lightwindow_info_tab,
        a:visited#lightwindow_info_tab {
    		display: block;
    		height: 20px;
    		width: 77px;
    		float: right;
    		line-height: 22px;
    		text-decoration: none;
    		font-weight: bold;
    		cursor: pointer;
    		font-size: 11px;
    		color: #ffffbe;
    		background: url(img/black-70.png) repeat 0 0 transparent;
    	}
     
     
        a:hover#lightwindow_info_tab,
        a:active#lightwindow_info_tab {
    		color: #ffff90;
    	}
     
    	#lightwindow_info_tab_span {
    		display: block;
    		height: 20px;
    		width: 63px;
    		padding: 0 7px 0 7px;
    	}
     
    	#lightwindow_info_tab .up	{
    		background: url(img/arrow-up.gif) no-repeat 67px 5px transparent;
    	}
     
        #lightwindow_info_tab .down {
    		background: url(img/arrow-down.gif) no-repeat 67px 6px transparent;
    	}
     
    	#lightwindow_info_content {
    		background: url(img/black-70.png) repeat 0 0 transparent;
    		overflow: scroll;
    		height: 0px;
    		line-height: 20px;
    		font-size: 14px;
    		padding: 0 7px 0 7px;
    		color: #ffffbe;
    	}
     
    	#lightwindow #lightwindow_info_content p {
    		color: #ffffbe;
    	}
     
    	* html #lightwindow_info_content {
    		background: none;
    		background-color: #000000;
    		opacity: .70;
    		filter: alpha(opacity=70);
    	}	
     
     
        #lightwindow_info_content a,
        #lightwindow_info_content a:link,
        #lightwindow_info_content a:visited {
            color: #ffffbe;
            text-decoration: underline;
        }
     
     
        #lightwindow_info_content a:hover,
        #lightwindow_info_content a:active {
            color: #ffff90;
        }
     
     
     
    #lightwindow_data {
    	/* D */
    	position: absolute;
    	/* D */
    }
     
    	#lightwindow_data_slide {
    		/* D */
    		position: relative;
    		/* D */
    	}
     
    	#lightwindow_data_slide_inner {
    		padding: 0 10px 10px 10px;
    	}
     
    	#lightwindow_data_caption {
    		padding: 10px 0 0 0;
    		color: #666666;
    		line-height: 25px;
    		background-color: #ffffff;
    		clear: both;
    	}
     
    	#lightwindow_data_details {
    		background-color: #f0f0f0;
    		padding: 0 10px 0 10px;
    		height: 20px;
    	}
     
     
        #lightwindow_data_slideshow_container
        #lightwindow_data_slideshow_container a,
        #lightwindow_data_slideshow_container a:link,
        #lightwindow_data_slideshow_container a:visited,
        #lightwindow_data_slideshow_container a:hover,
        #lightwindow_data_slideshow_container a:active,
        #lightwindow_data_nav_container,
    	#lightwindow_data_nav_container a,
    	#lightwindow_data_nav_container a:link,
    	#lightwindow_data_nav_container a:visited,
    	#lightwindow_data_nav_container a:hover,
    	#lightwindow_data_nav_container a:active {
    		font-size: 10px;
    		width: auto;
    		text-align: left;
    		color: #666666;
    		line-height: 20px;
    		float: left;
    		overflow: hidden;
    		margin: auto 1% auto 1%;
    	}
     
    	#lightwindow_data_author_container {
    		width: 40%;
    		text-align: right;
    		color: #666666;
    	 	font-style: italic;
    		font-size: 10px;
    		line-height: 20px;
    		float: right;
    		overflow: hidden;
    	}
     
    	#lightwindow_data_gallery_container {
    		font-size: 10px;
    		width: auto;
    		text-align: left;
    		color: #666666;
    		line-height: 20px;
    		float: left;
    		overflow: hidden;
    	}
     
    #lightwindow_title_bar {
    	height: 25px;
    	overflow: hidden;
    	background: url(img/black-70.png) repeat 0 0 transparent; 
    }
     
    	#lightwindow_title_bar_title {
    		color: #ffffbe;
    		font-size: 14px;
    		line-height: 25px;
    		text-align: left;
    		float: left;
    		padding-left: 5px;
    	}
     
    	a#lightwindow_title_bar_close_link,	
    	a:link#lightwindow_title_bar_close_link,
    	a:visited#lightwindow_title_bar_close_link {
    		float: right;
    		text-align: right;		
    		cursor: pointer;
    		color: #ffffbe;
    		line-height: 25px;
    		padding: 0;
    		margin: 0;
    		font-weight: bold;
    	}
     
    	a:hover#lightwindow_title_bar_close_link,
    	a:active#lightwindow_title_bar_close_link {
    		color: #ffffff;
    	}
     
    	#lightwindow_slideshow_slower,
    	#lightwindow_slideshow_play,
    	#lightwindow_slideshow_faster,
    	#lightwindow_download,
    	#lightwindow_cart	{
            display: block;
            float: left;
        }
     
        #lightwindow_slideshow_slower img,
        #lightwindow_slideshow_play img,
        #lightwindow_slideshow_faster img,
        #lightwindow_download img,
    	#lightwindow_cart img	{
            margin: 4px 0 2px 0;
        }
     
        #lightwindow_slideshow_slower:hover, 
    	#lightwindow_slideshow_play:hover, 
    	#lightwindow_slideshow_faster:hover,
        #lightwindow_download:hover,
    	#lightwindow_cart:hover	{ 
    		background-color: #dddddd;
    	}
     
     
     
    /*-----------------------------------------------------------------------------------------------
    	Theme styling stuff
    -----------------------------------------------------------------------------------------------*/	
     
    #lightwindow p {
    	color: #000000;
    	padding-right: 10px;
    }
     
    /*  ContentFlowAddOn_slideshow, version 2.0 
     *  (c) 2008 - 2009 Sebastian Kutsch
     *  <http://www.jacksasylum.eu/ContentFlow/>
     *
     *  This file is distributed under the terms of the MIT license.
     *  (see http://www.jacksasylum.eu/ContentFlow/LICENSE)
     *
     *  Slightly modified by Kay Agahd (c) 2010
     *  <http://kaya.myjalbum.net/LightFlow/v3/index.html>
     *--------------------------------------------------------------------------*/
     
    .ContentFlowAddOn_slideshow {
    }
     
     
    .ContentFlowAddOn_slideshow .controls {
         text-align: center;
         bottom: 0px;
         padding: 5px;
         margin: 0 auto;
         width: 79px;
         position: relative;
    }
    .ContentFlowAddOn_slideshow .controls .button {
        width: 16px;
        height: 12px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(img/slideshow_button.png);
        float: left;
        margin: 0 5px 0 5px;
        opacity: 0.7;
        /*filter:progid:DXImageTransform.Microsoft.Alpha( opacity=70 );looks weird on IE7*/
    }
        * html .ContentFlowAddOn_slideshow .controls .button { background-image: url(img/slideshow_button.gif); }
     
    .ContentFlowAddOn_slideshow .controls .button:hover {
        opacity: 1;
        /*filter:progid:DXImageTransform.Microsoft.Alpha( opacity=100 );looks weird on IE7*/
        cursor: pointer;
    }
     
    .ContentFlowAddOn_slideshow .controls .play { background-image: url(img/play.png); }
        * html .ContentFlowAddOn_slideshow .controls .play { background-image: url(img/play.png); }
     
    .ContentFlowAddOn_slideshow .controls .pause { background-image: url(img/pause.png); }
        * html .ContentFlowAddOn_slideshow .controls .pause { background-image: url(img/pause.png); }
     
    .ContentFlowAddOn_slideshow .controls .ff { background-image: url(img/faster.png); }
        * html .ContentFlowAddOn_slideshow .controls .ff { background-image: url(img/faster.png); }
     
    .ContentFlowAddOn_slideshow .controls .slow { background-image: url(img/slower.png); }
           * html .ContentFlowAddOn_slideshow .controls .slow { background-image: url(img/slower.png); }

    js:
    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
    var startItem = getParam('p');
    	if(startItem == "") startItem = "center";
    	if(startItem.isNaN) startItem = "'"+startItem+"'";
    	var CF_slideshow_startOnLoad = false;
    	var CF_slideshow_showButtons = true;
    	var CF_slideshow_duration = 2000;
     
    	var CF_slideshow_playTxt = "start slideshow";
    	var CF_slideshow_pauseTxt = "stop slideshow";
    	var CF_slideshow_fasterTxt = "speed up slideshow";
    	var CF_slideshow_slowerTxt = "slow down slideshow";
     
     
    	var myContenFlow = new ContentFlow('contentFlow', {
    		reflectionColor: "#ffffff",
    		flowSpeedFactor: 1,
    		reflectionHeight: 0.5,
    		endOpacity: 1,
    		startItem: startItem,
    		circularFlow: true,
    		stretchThumbs: false
    	});
     
     
    	function lightWindowInit() {
    		LightFlowGlobal.myLightWindow = new lightwindow({
    			rootPath: "res/lightwindow/",
    			albumRootPath: ".",
    			loadingTxt: "loading or ",
    			cancelTxt: "cancel",
    			playTxt: "start slideshow",
    			stopTxt: "stop slideshow",
    			slowerTxt: "slower by 1 second",
    			fasterTxt: "faster by 1 second",
    			downloadSlideTxt: "Download",
    			downloadSlide: false,
    			downloadLinking: "LinkScaled",
    			cartSlideTxt: "Purchase",
    			cartSlide: false,
    			cartAlert: "Works only when album is uploaded!",
    			cartFotomoto: false,
    			showSlideshow: true,
    			slideshowDuration: 5000,
    			circular: true,
    			animationDuration: 0.25,
    			syncGalleryWithSlide: false
    			});
    		try{
    			if(top) top.loadNext();
    		}catch(e){};
    	}
    	LightFlowGlobal.readyJS=true;
    	LightFlowGlobal.cartAlert="Works only when album is uploaded!";
    	var rootPath = ".";
     
    	function showCart(slideSrcPath){
    		showSmartCart(slideSrcPath);
    	}
     
    	function showSmartCart(i){
    			LightFlowGlobal.myLightWindow.activateWindow({
    			href: "smartCart.html#" + i.substring(i.lastIndexOf("/")+1, i.lastIndexOf(".")), 
    			type: "external",
    			title: "Purchase", 
    			width: 700
     
    		});
    	}
      var sc_project=5407836; 
    var sc_invisible=1; 
    var sc_partition=47; 
    var sc_click_stat=1; 
    var sc_security="d5ecc5e9"; 
    class="statcounter"><a title="counter for wordpress"
    class="statcounter"
    href="http://www.statcounter.com/wordpress.org/"><img
    class="statcounter"
    src="http://c.statcounter.com/5407836/0/d5ecc5e9/1/"
    alt="counter for wordpress" /></a></div></noscript>
    <script type="text/javascript"
    src="http://www.statcounter.com/counter/counter_xhtml.js"></script>
    dans mon html j'insère les link référents du js et du css.
    Et dans le head je mets:
    Code HTML : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    <link rel="stylesheet" title="Standard" href="res/styles.css" type="text/css" media="screen" />
    <link rel="stylesheet" title="Standard" href="res/contentflow/contentflow.css" type="text/css" media="screen" />
    <script language="JavaScript" type="text/javascript" src="res/lightflow/lightflow.js" ></script>
    <script language="JavaScript" type="text/javascript" src="res/contentflow/contentflow.js" >lightwindow   search  slideshow</script>

    Peut-être saurez vous me dire ce que j'oublie.
    Merci beaucoup

    Novis

  7. #7
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Bonjour No smoking,

    Juste un message pour vous dire que j'ai trouvé un contentflow qui me convient et en plus grâce à vos conseils précédant, j'ai réussi à l'intégrer sur mon site!! donc c'est super cool!!

    il s'agit de celui-là: https://codepen.io/manabox/pen/Gplui...type=type-pens

    j'aurai souhaité que les images apparaissent plus grandes mais ça je n'ai pas encore réussi.
    en tout cas merci

    novis

  8. #8
    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
    j'ai trouvé un contentflow qui me convient et en plus grâce à vos conseils précédant...
    Super !... mais c'est le même que le dernier que tu utilises à savoir contentflow.js, seule l'url de récupération change.

  9. #9
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Je suis d'accord avec toi mais je ne comprends pas pourquoi le précédent contentflow je n'arrive pas à l'installer...

    Par contre question de débutant: qu'est ce que l url de récupération?

  10. #10
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    re bonjour,

    Encore un petite question. Pourquoi sur la scrollbar le bouton de slide n'apparait pas et un chiffre apparait sous la barre en remplacement du bouton qui avance ou recule?
    (Peut-être est-ce une question bête mais bon...)

    Merci de votre réponse

    Novis

  11. #11
    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
    Par contre question de débutant: qu'est ce que l url de récupération?
    ce sont les adresses dites CDN (content delivery network) à partir des quelles tu peux charger des fichiers stockés sur leur serveur, cela évite, entre autre, de les mettre sur ton poste ou serveur.

    Encore un petite question. Pourquoi sur la scrollbar le bouton de slide n'apparait pas et un chiffre apparait sous la barre en remplacement du bouton qui avance ou recule?
    je pense qu'il s'agit simplement d'un traitement CSS différent, dans le premier exemple il semblerait qu'il fasse appel à une image un peu plus « sophistiquée » que dans le dernier, (affaire de goût).

  12. #12
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Ok!! Merci pour ces précisions!!

    Du coup comment faire pour avoir un petit bouton sur la scrollbar?
    Pour ma part, je pense que cela serait plus pratique

  13. #13
    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
    De nos jours tu peux tout faire en CSS, pas forcément besoin d'image simple.

    La zone d'information est définie dans les exemples via le HTML suivant
    Code html : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    <div class="ContentFlow">
      <!-- Tout plein d'éléments -->
      <div class="scrollbar">
        <div class="slider">
          <div class="position"></div>
        </div>
      </div>
    </div>
    les éléments « scrollbar » et « slider » ont une image de fond que tu peux soit faire/récupérer soit remplacer par du CSS.

    Petite simulation avec du CSS
    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
    <!DOCTYPE html>
    <html lang="fr">
    <head>
    <meta charset="UTF-8">
    <title>Simulation</title>
    <style>
    .ContentFlow .scrollbar {
      z-index: 1;
      position: relative;
      width: 50%;
      height: 8px;
      margin: 10px auto 0;
      margin-bottom: 22px;
      overflow: visible;
      background: linear-gradient(to bottom, #ffffff 25%,#888 50%,#ffffff 75%);
    }
    .ContentFlow .scrollbar .slider {
      position: absolute;
      width: 32px;
      height: 8px;
      border: 1px solid black;
      border-radius: 8px;
      background-color: white;
      box-shadow: 0 0 16px 2px #666 inset;
      cursor: move;
    }
     
    .ContentFlow .scrollbar .slider .position {
      position: absolute;
      top: 120%;
      width: 100%;
      text-align: center;
      font-size: 16px;
      font-weight: 700;
      color: silver;
    }
    </style>
    </head>
    <body>
    <div class="ContentFlow">
      <div class="galerie" style="height:20em;">Pour mettre de l'espace</div>
      <!-- -->
      <div class="scrollbar">
        <div class="slider" style="left: 303.5px; top: 0px;">
          <div class="position">4</div>
        </div>
      </div>
    </div>
    </body>
    </html>
    A toi de jouer

  14. #14
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Super! Merci beaucoup!

    Simplement pour vous montrer ce que j'ai fait:
    Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    .ContentFlow .scrollbar .slider {
      position: absolute;
      width: 32px;
      height: 5px;
      border: 1px solid black;
      border-radius: 1px;
      background-color: white;
      box-shadow: 0 0 2px 2px silver inset;
      cursor: move;
    }
    Code CSS : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    .ContentFlow .scrollbar{width:50%;height:5px;background:url(/sample/images/scrollbar_white.png) left center repeat-x;overflow:visible;position:relative;z-index:1;visibility:hidden;margin:10px auto 0}
    .ContentFlow .scrollbar .slider{width:20px;height:6px;background:url(/sample/images/slider_white.png) center center no-repeat;cursor:move;position:absolute}*
    du coup le bouton est rectangulaire ombré silver!

    Merci pour votre aide



    y a - t -il un moyen d'agrandir les images? Car elles apparaissent en petit...
    j'ai essayé d'augmenter différents % mais cela affaibli la qualité de l'image...

  15. #15
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Bonjour,
    Avez-vous une idée afin d'augmenter la taille des images tout en gardant les proportions (centrage, titre sous images....) du contentflow?
    Merci de votre aide
    Novis

  16. #16
    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
    Est ce que tu as au moins essayé de mettre dans le CSS un truc du style
    Code css : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    img {
      width: la-valeur-que-tu-souhaites_px;
    }

  17. #17
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Et bien oui je l'avais testé mais cela ne fonctionnait pas...

    Je l'ai réessayé mais cela n'agrandit pas les images

  18. #18
    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
    • Il existe un paramètre qui « neutralise » le dimensionnement à savoir maxHeight, augmente cette valeur pour voir.
    • A la lecture des sources il semblerait que tu puisses jouer avec des facteurs de grandissement, essaie d'ajouter dans les options scaleFactor: 1.25.

    En combinant les deux points ci dessus cela devrait le faire.

    [EDIT] correction variable scaleFactor.

  19. #19
    Membre à l'essai
    Femme Profil pro
    peintre
    Inscrit en
    Août 2017
    Messages
    82
    Détails du profil
    Informations personnelles :
    Sexe : Femme
    Localisation : France, Nord (Nord Pas de Calais)

    Informations professionnelles :
    Activité : peintre

    Informations forums :
    Inscription : Août 2017
    Messages : 82
    Points : 17
    Points
    17
    Par défaut
    Bonjour No Smoking,

    Alors j'ai modifié cette partie de code en insérant l'élément que vous m'indiquez et en augmentant le max height:
    Code css : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    .ContentFlow .flow .item .caption{
      font-family: 'Raleway', sans-serif; 
    font-size:100%;font-weight:700;
    text-align:center;color:#000;
    max-height:80%;
    scaleFactorPortrait: 1.25.;
    bottom:10%;
    background:url(/sample/images/1x1_0.5_black.png);width:100%;position:absolute;display:none}* html

    Il n'y a pas de changement. l'ai je inséré au bon endroit?

    merci

    novis

  20. #20
    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
    scaleFactorPortrait est invalide(coquille dans mon code ci-dessus, corrigé) et n'a rien à faire dans le CSS, mais scaleFactor doit être placé, comme indiqué, dans les options de l'objet créé, par exemple
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    var cf = new ContentFlow('contentFlow', {
      scaleFactor: 1.25,
      reflectionColor: '#000000'
    });
    PS: il serait peut être bon que tu nous mettes une page en ligne pour que l'on regarde ce que tu utilises vraiment.

Discussions similaires

  1. [SYBASE] A titre perso !
    Par Zeo_BO dans le forum Sybase
    Réponses: 13
    Dernier message: 10/04/2003, 12h32
  2. [VB6] masquer la barre de titre d'une form
    Par tiboleo dans le forum VB 6 et antérieur
    Réponses: 2
    Dernier message: 09/12/2002, 17h54
  3. [VB6] Déplacer la form sans cliquer sur la barre de titre
    Par Ingham dans le forum VB 6 et antérieur
    Réponses: 4
    Dernier message: 14/11/2002, 02h09
  4. Réponses: 2
    Dernier message: 17/10/2002, 16h16

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