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

jQuery Discussion :

un widget Jquery


Sujet :

jQuery

  1. #1
    Nouveau membre du Club
    Homme Profil pro
    Inscrit en
    Avril 2013
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2013
    Messages : 6
    Par défaut un widget Jquery
    Bonjour les cracs!

    Je ne suis pas programmeur, mais je suis en train de faire un site sous dreamweaver.
    J'ai un problème avec un widget a intégrer dans Dreamweaver 6.
    Ce widget s'appelle jquery cycle. C'est un slideshow qui me plait beaucoup pour ses réglages et sa flexibilité.

    Voilà mon problème:
    Lorsque j’intègre mon widget, tout se passe bien, mais quand je lance l'appercu dans une page web, les images se présentent les unes en dessous des autres et pas en slideshow!

    Y'a t'il quelqu'un ou quelqu'une pour m'aider un peu?

    Merciiiiiiiiiiiiiiiiiii

    Domi

  2. #2
    Rédacteur/Modérateur

    Avatar de SpaceFrog
    Homme Profil pro
    Développeur Web Php Mysql Html Javascript CSS Apache - Intégrateur - Bidouilleur SharePoint
    Inscrit en
    Mars 2002
    Messages
    39 659
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 75
    Localisation : Royaume-Uni

    Informations professionnelles :
    Activité : Développeur Web Php Mysql Html Javascript CSS Apache - Intégrateur - Bidouilleur SharePoint
    Secteur : Industrie

    Informations forums :
    Inscription : Mars 2002
    Messages : 39 659
    Billets dans le blog
    1
    Par défaut
    J'ai passé une annonce la semaine dernière pour recruter des voyants devins et autres extralucides dans le but de deviner vos codes ...
    Malheureusement le recrutement est encore en cours et nous avons eu de candidats.
    J'ai bien peur qu'il faille que tu nous montre ton code ...
    Ma page Developpez - Mon Blog Developpez
    Président du CCMPTP (Comité Contre le Mot "Problème" dans les Titres de Posts)
    Deux règles du succès: 1) Ne communiquez jamais à quelqu'un tout votre savoir...
    Votre post est résolu ? Alors n'oubliez pas le Tag

    Venez sur le Chat de Développez !

  3. #3
    Nouveau membre du Club
    Homme Profil pro
    Inscrit en
    Avril 2013
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2013
    Messages : 6
    Par défaut
    Merci de bien vouloir m'aider!

    Voici le code de la page:
    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
    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
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <html>
    <head>
    <!-- Copy to the head section of your webpage -->
    <script type="text/javascript" src="js/jquery.js"></script>
    <script type="text/javascript" src="js/mhgallery.js"></script>
    <script type="text/javascript" src="js/initgallery.js"></script>
    <script src="scripts/jquery-1.6.min.js" type="text/javascript"></script>
    <script src="scripts/jquery.cycle.all.js" type="text/javascript"></script>
    <link rel="stylesheet" href="js/mhgallery.css" type="text/css" />
    <!-- End of head section codes -->
    <style type="text/css">
    <!--
    #apDiv29 {
            position:absolute;
            left:29px;
            top:172px;
            width:80px;
            height:25px;
            z-index:21;
    }
    #gallery1 {
            position: absolute;
            left: 252px;
            top: 235px;
            width: 250px;
            height: 250px;
    }
    -->
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2644026: #OAWidget */
            
                    .container {
                            width: 800px;
                            margin-right:auto;
                            margin-left:auto;
                            margin-top:25px;
                    }
                    .container a{
                    float:left;
                    }
        
                     .border {
                     background-color: #FFF;
                     border: 1px solid #cccccc;
                            padding: 3px;
                            margin: 5px;
                            -moz-border-radius:3px;
                            -webkit-border-radius:3px;
                            -khtml-border-radius:3px;
                            border-radius:3px;
                            -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                            -webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                            box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                            
                            
                    }
                    
    /* EndOAWidget_Instance_2644026 */
    </style>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="keywords" content="WOW Slider, jQuery Slider Pagination, jQuery Slider Xml" />
    <meta name="description" content="WOWSlider created with WOW Slider, a free wizard program that helps you easily generate beautiful web slideshow" />
    <!-- Start WOWSlider.com HEAD section -->
    <link rel="stylesheet" type="text/css" href="engine/style.css" media="screen" />
    <style type="text/css">
    /* BeginOAWidget_Instance_2559022: #slideshow */
     
                            #slideshow {  
                            padding: 10px;
                                    margin:0;  
                            } 
                            #slideshow-caption{
                                    padding:0;
                                    margin:0;
                            }
     
                            #slideshow img, #slideshow div {  
                            padding: 10px;
                            background-color: #EEE;
                                    -webkit-border-radius: 10px;
                                    -moz-border-radius: 10px;
                                    border-radius: 10px; 
                            margin: 0; 
                            }
                    
    /* EndOAWidget_Instance_2559022 */
    </style>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div id="fb-root"></div>
    <script>(function(d, s, id) {
      var js, fjs = d.getElementsByTagName(s)[0];
      if (d.getElementById(id)) return;
      js = d.createElement(s); js.id = id;
      js.src = "//connect.facebook.net/fr_FR/all.js#xfbml=1";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>Patong Mansion</title>
    <style type="text/css">
    <!--
    #Entete {
            height: 150px;
            width: 999px;
            background-image: url(Images/entetbleue%20copie.png);
            clip: rect(0px,auto,auto,auto);
    }
    #Corps {
            height: 890px;
            width: 1000px;
            background-image: url(Images/fonds890.png);
            background-repeat: no-repeat;
    }
    body {
            background-color: #D5EAFF;
    }
    #Conteneur {
            position: absolute;
            width: 1000px;
            margin-left: -500px;
            left: 50%;
            z-index: 1;
    }
    #Conteneur #Conteneur #apDiv17 ul a:hover {
            color: #0582CD;
    }
    #apDiv1 {
            position: absolute;
            left: 169px;
            top: 7px;
            width: 193px;
            height: 102px;
            z-index: 1;
            visibility: visible;
    }
    #apDiv2 {
            position: absolute;
            left: 47px;
            top: 105px;
            width: 892px;
            height: 62px;
            z-index: 7;
            margin: 0px;
            padding: 0px;
            visibility: visible;
    }
    #Conteneur #apDiv2 ul li {
            display: inline;
            color: #FFF;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
    }
    .espace {
            margin-right: 60px;
    }
    #Conteneur #apDiv2 ul a {
            color: #FFF;
            text-decoration: none;
            font-size: 14px;
    }
    #apDiv3 {
            position: absolute;
            left: 185px;
            top: 222px;
            width: 640px;
            height: 480px;
            z-index: 3;
            display: inline;
            border: 1px outset #FFFFFF;
            visibility: visible;
    }
    #Conteneur #apDiv3 #ImageSlideShow li {
            display: inline;
    }
    #Conteneur #apDiv2 ul .espace strong a:hover {
            color: #1E9DDD;
            padding: 0px;
            margin: 0px;
    }
    #Conteneur #apDiv2 ul li strong a:hover {
            color: #1A99DA;
    }
    #apDiv17 ul li {
            display: inline;
            color: #FFF;
            font-family: Arial, Helvetica, sans-serif;
            padding: 0px;
            font-weight: bold;
            text-decoration: none;
    }
    .espace2 {
            margin-right: 70px;
    }
    #Conteneur #apDiv17 ul {
            color: #FFF;
    }
    #Conteneur #apDiv17 ul a {
            color: #FFF;
            text-decoration: none;
    }
    #Conteneur #apDiv17 ul .espace2 a:hover {
            color: #1A99DA;
    }
    #Conteneur #apDiv17 ul li a:hover {
            color: #239FDD;
    }
    #apDiv19 ul li {
            font-family: Arial, Helvetica, sans-serif;
            color: #FFF;
            text-decoration: blink;
            display: inline;
    }
    #Conteneur #Conteneur #apDiv19 ul {
            font-family: Arial, Helvetica, sans-serif;
            color: #FFF;
            text-decoration: none;
    }
    #Conteneur #Conteneur #apDiv19 ul .espace2 a {
            color: #FFF;
            text-decoration: none;
    }
    #Conteneur #Conteneur #apDiv19 ul li a {
            color: #FFF;
            text-decoration: blink;
    }
    #Conteneur #Conteneur #apDiv19 ul li a:hover {
            color: #1F96D7;
            text-decoration: blink;
    }
    #Conteneur #Conteneur #apDiv19 ul a:hover {
            color: #1891D5;
    }
    -->
    </style>
    <style type="text/css">
     
    #apDiv4 {
            position: absolute;
            left: 507px;
            top: 41px;
            width: 453px;
            height: 89px;
            z-index: 4;
            visibility: visible;
    }
    #Conteneur #apDiv4 #ImageSlideShow_2 li {
            display: inline;
    }
    </style>
    <link href="Spry-UI-1.7/css/SpryImageSlideShow.css" rel="stylesheet" type="text/css">
    <script src="Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript"></script>
    <script src="http://cdn.jquerytools.org/1.1.2/full/jquery.tools.min.js" type="text/javascript"></script>
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js" type="text/javascript"></script>
    <script src="prettyphoto/js/jquery.prettyPhoto.js" type="text/javascript"></script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow */
     
    #ImageSlideShow.ImageSlideShow {
            width: 800px;
            height: 230px;
            border: solid 0px transparent;
    }
     
    #ImageSlideShow .ISSClip {
            background-color: #000000;
    }
        
    /* EndOAWidget_Instance_2141542 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141542" binding="#ImageSlideShow" />
      <oa:widget wid="2141542" binding="#ImageSlideShow_2" />
      <oa:widget wid="2141542" binding="#ImageSlideShow_3" />
      <oa:widget wid="2141542" binding="#ImageSlideShow_4" />
      <oa:widget wid="2644026" binding="#OAWidget" />
      <oa:widget wid="2141542" binding="#ImageSlideShow_5" />
      <oa:widget wid="2149022" binding="#OAWidget" />
      <oa:widget wid="2559022" binding="#slideshow" />
    </oa:widgets>
    -->
    </script>
    <style type="text/css">
     
    #apDiv5 {
            position: absolute;
            left: 797px;
            top: 174px;
            width: 147px;
            height: 153px;
            z-index: 5;
            filter: FlipH;
            visibility: visible;
    }
    #apDiv6 {
            position: absolute;
            left: 533px;
            top: 777px;
            width: 445px;
            height: 172px;
            z-index: 6;
            font-family: Arial, Helvetica, sans-serif;
            color: #FFF;
            font-size: 14px;
            visibility: visible;
    }
    #apDiv6 p {
            color: #FFFFFF;
            padding: 0px;
            margin: 0px;
    }
    #apDiv7 {
            position: absolute;
            left: 295px;
            top: 742px;
            width: 127px;
            height: 141px;
            z-index: 7;
    }
    #apDiv8 {
            position: absolute;
            left: 714px;
            top: 15px;
            width: 160px;
            height: 80px;
            z-index: 1;
            color: #FFF;
            text-decoration: underline blink;
            font-style: normal;
    }
    #apDiv9 {
            position: absolute;
            left: 830px;
            top: -1px;
            width: 288px;
            height: 56px;
            z-index: 1;
            color: #FFF;
            text-align: center;
            vertical-align: top;
            border-top-width: 2px;
            border-right-width: 2px;
            border-bottom-width: 2px;
            border-left-width: 2px;
            border-top-color: #FFF;
            border-right-color: #FFF;
            border-bottom-color: #FFF;
            border-left-color: #FFF;
    }
    #apDiv10 {
            position: absolute;
            left: 292px;
            top: 168px;
            width: 836px;
            height: 134px;
            z-index: 1;
    }
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow_2 */
     
    #ImageSlideShow_2.ImageSlideShow {
            width: 450px;
            height: 30px;
            border: solid 1px transparent;
    }
     
    #ImageSlideShow_2 .ISSClip {
            background-color: transparent;
    }
        
    /* EndOAWidget_Instance_2141542 */
    #apDiv11 {
            position: absolute;
            left: 28px;
            top: 452px;
            width: 120px;
            height: 300px;
            z-index: 8;
            border-top-width: thin;
            border-right-width: thin;
            border-bottom-width: thin;
            border-left-width: thin;
            visibility: visible;
    }
    #apDiv12 {
            position: absolute;
            left: 455px;
            top: 466px;
            width: 250px;
            height: 250px;
            z-index: 10;
            background-image: url(Images/cadre%20gallery.png);
            padding-top: 40px;
            visibility: visible;
    }
    #apDiv13 {
            position: absolute;
            left: 179px;
            top: 466px;
            width: 250px;
            height: 250px;
            z-index: 9;
            background-image: url(Images/cadre%20rooms.png);
            padding-top: 40px;
            visibility: visible;
    }
    #apDiv14 {
            position: absolute;
            left: 732px;
            top: 466px;
            width: 250px;
            height: 211px;
            z-index: 11;
            background-image: url(Images/cadre%20facilities.png);
            padding-top: 40px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            visibility: visible;
    }
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow_3 */
     
    #ImageSlideShow_3.ImageSlideShow {
            width: 248px;
            height: 248px;
            border: solid 1px #ffffff;
    }
     
    #ImageSlideShow_3 .ISSClip {
            background-color: #000000;
    }
        
    /* EndOAWidget_Instance_2141542 */
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow_4 */
     
    #ImageSlideShow_4.ImageSlideShow {
            width: 248px;
            height: 248px;
            border: solid 1px #ffffff;
    }
     
    #ImageSlideShow_4 .ISSClip {
            background-color: #000000;
    }
        
    /* EndOAWidget_Instance_2141542 */
    </style>
    <link href="prettyphoto/css/prettyPhoto.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    /* BeginOAWidget_Instance_2644026: #OAWidget */
            
                    .container {
            width: 640px;
            margin-right: auto;
            margin-left: auto;
            margin-top: 25px;
            height: 480px;
                    }
                    .container a{
                    float:left;
                    }
        
                     .border {
                     background-color: #FFF;
                     border: 1px solid #cccccc;
                            padding: 3px;
                            margin: 5px;
                            -moz-border-radius:3px;
                            -webkit-border-radius:3px;
                            -khtml-border-radius:3px;
                            border-radius:3px;
                            -moz-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                            -webkit-box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                            box-shadow:0 0 5px rgba(0,0,0,0.45),0px 1px 2px rgba(0,0,0,0.2);
                            
                            
                    }
                    
    /* EndOAWidget_Instance_2644026 */
    </style>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141542: #ImageSlideShow_5 */
     
    #ImageSlideShow_5.ImageSlideShow {
            width: 248px;
            height: 248px;
            border: solid 1px #ffffff;
    }
     
    #ImageSlideShow_5 .ISSClip {
            background-color: #000000;
    }
        
    /* EndOAWidget_Instance_2141542 */
    #apDiv15 {
            position: absolute;
            left: 34px;
            top: 548px;
            width: 138px;
            height: 170px;
            z-index: 12;
            visibility: visible;
    }
    #apDiv16 {
            position: absolute;
            left: 844px;
            top: 112px;
            width: 142px;
            height: 40px;
            z-index: 13;
            visibility: visible;
    }
    </style>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <style type="text/css">
     
    #apDiv17 {
            position: absolute;
            left: 16px;
            top: 105px;
            width: 810px;
            height: 43px;
            z-index: 14;
            visibility: visible;
    }
    #apDiv18 {
            position: absolute;
            left: 798px;
            top: 87px;
            width: 189px;
            height: 40px;
            z-index: 15;
            visibility: visible;
    }
    #apDiv19 {
            position: absolute;
            left: 39px;
            top: 107px;
            width: 762px;
            height: 65px;
            z-index: 12;
            visibility: visible;
    }
    #apDiv20 {
            position: absolute;
            left: 833px;
            top: 120px;
            width: 100px;
            height: 25px;
            z-index: 13;
            visibility: visible;
    }
    #apDiv21 {
            position: absolute;
            left: 120px;
            top: 168px;
            width: 441px;
            height: 35px;
            z-index: 14;
            visibility: visible;
    }
    #apDiv22 {
            position:absolute;
            left:182px;
            top:243px;
            width:0px;
            height:1px;
            z-index:2;
    }
    #apDiv23 {
            position: absolute;
            left: 27px;
            top: 215px;
            width: 142px;
            height: 162px;
            z-index: 15;
            visibility: visible;
    }
    #apDiv24 {
            position: absolute;
            left: 47px;
            top: 392px;
            width: 108px;
            height: 27px;
            z-index: 16;
            visibility: visible;
    }
    #apDiv25 {
            position: absolute;
            left: 185px;
            top: 462px;
            width: 500px;
            height: 169px;
            z-index: 17;
    }
    #apDiv26 {
            position:absolute;
            left:455px;
            top:466px;
            width:250px;
            height:290px;
            z-index:18;
    }
    #apDiv27 {
            position:absolute;
            left:731px;
            top:465px;
            width:253px;
            height:295px;
            z-index:19;
    }
    #apDiv28 {
            position:absolute;
            left:0px;
            top:1021px;
            width:1000px;
            height:16px;
            z-index:20;
            color: #000;
            font-size: 9px;
            text-align: center;
            font-family: Verdana, Geneva, sans-serif;
    }
    </style>
     
     
    <!-- Start WOWSlider.com HEAD section -->
    	<link rel="stylesheet" type="text/css" href="engine/style.css" media="screen" />
    	<style type="text/css">a#vlb{display:none}</style>
    	<script type="text/javascript" src="engine/jquery.js"></script>
    <!-- End WOWSlider.com HEAD section -->
     
    </head>
     
    <body>
    <div id="Conteneur">
      <div id="Conteneur">
        <div id="apDiv29">
          <div class="fb-like" data-href="http://www.patong-mansion.com" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
        </div>
        <div id="apDiv28"> website by DDV - All rights reserved &copy;2013 Adress: 29/1 soi prasertsub 1- Road Ratchapathanuson - Patong, Kathu, Phuket 83150 Thailand - tel: +66852519109
         <a href="mailto:contact@patongmansion.com">contact@patongmansion.com</a></div>
        <div id="apDiv24">
          <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script>
          <a href="http://twitter.com/share" class="twitter-share-button">Tweet</a>
          <!-- Place this tag where you want the +1 button to render. -->
          <div class="g-plusone" data-size="medium" data-annotation="none"></div>
          <!-- Place this tag after the last +1 button tag. -->
          <script type="text/javascript">
      (function() {
        var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
        po.src = 'https://apis.google.com/js/plusone.js';
        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
      })();
          </script>
        </div>
        <div id="apDiv23">
          <!-- Facebook Badge START -->
          <a href="http://www.facebook.com/pages/Patong-Mansion/578074445550730" target="_TOP" style="font-family: &quot;lucida grande&quot;,tahoma,verdana,arial,sans-serif; font-size: 11px; font-variant: normal; font-style: normal; font-weight: normal; color: #FFFFFF; text-decoration: none;" title="Patong Mansion">Patong Mansion</a><br/>
          <a href="http://www.facebook.com/pages/Patong-Mansion/578074445550730" target="_TOP" title="Patong Mansion"><img src="http://badge.facebook.com/badge/578074445550730.3181.1418660567.png" style="border: 0px;" /></a><br/>
     
          <!-- Facebook Badge END -->
        </div>
        <div id="apDiv21">
          <div class="fb-like" data-href="http://www.patong-mansion.com" data-send="true" data-width="450" data-show-faces="true" data-action="recommend"></div>
        </div>
        <div id="apDiv20"><a href="booknow.html"><img src="Images/pastille copie.png" width="100" height="25" alt="book"></a></div>
        <div id="apDiv19">
          <ul>
            <li class="espace2"><a href="Home.html">Home</a></li>
            <li class="espace2"><a href="Rooms&Rates.html">Rooms &amp; Rates</a></li>
            <li class="espace2"><a href="Gallery.html">Gallery</a></li>
            <li class="espace2"><a href="Facilities.html">Facilities</a></li>
            <li class="espace2"><a href="ContactLocation.html">Contact  Location</a></li></ul>
        </div>
        <div id="apDiv11">
          <div style="font: 10px Tahoma;padding:3px;"><a style="color:#000000;text-decoration:none" href="http://freemeteo.com" ></a></div>
          <script>
    //Live weather feeds by freemeteo.com 
    //The use of this script is bound by Freemeteo’s Live Feed Service Agreement, as is published in the following url: <a href="http://www.freemeteo.com/default.asp?pid=178&la=1" target="_blank">http://www.freemeteo.com/default.asp?pid=178&la=1</a>
    // You are not allowed to change or delete any part of this script.
    // Main body background color : FFFFFF
    // Main body fonts color : 000000
    // Header/Footer background color : 6699FF
    // Header/Footer fonts color : FFFFFF
    cIfrm="14";
    gid="680881_20130402_154100";
          </script>
          <script src="http://www.freemeteo.com/templates/default/HTfeeds.js" type="text/javascript"></script>
        </div>
        <div id="apDiv4">
          <ul id="ImageSlideShow_2">
            <li><a href="Images/slogan1.png"><img src="Images/slogan1.png" alt="" width="178" height="20" /></a></li>
            <li><a href="Images/slogan2.png"><img src="Images/slogan2.png" alt="" width="168" height="9" /></a></li>
            <li><a href="Images/slogan3.png"><img src="Images/slogan3.png" alt="" width="234" height="16" /></a></li>
            <li><a href="Images/slogan4.png"><img src="Images/slogan4.png" alt="" width="289" height="13" /></a></li></ul>
          <script type="text/javascript">
    // BeginOAWidget_Instance_2141542: #ImageSlideShow_2
     
    var ImageSlideShow_2 = new Spry.Widget.ImageSlideShow("#ImageSlideShow_2", {
            widgetID: "ImageSlideShow_2",
            injectionType: "replace",
            autoPlay: true,
            displayInterval: 4000,
            transitionDuration: 500,
            componentOrder: ["view"],
            plugIns: [  ]
    });
    // EndOAWidget_Instance_2141542
        </script>
        </div>
        <div id="apDiv1"><img src="Images/logofinal.png" width="157" height="101" alt="Logo"></div>
        <div id="Entete"></div>
        <div id="Corps">
          <div id="gallery1"><script type="text/javascript" src="engine/jquery.js"></script>
            <!-- End WOWSlider.com HEAD section -->
            <script type="text/javascript">
    // BeginOAWidget_Instance_2559022: #slideshow
     
                        slideshowAddCaption=true;
    $(document).ready(function() {
            $('#slideshow').cycle({
                    after:                  slideshowOnCycleAfter, //the function that is triggered after each transition
                    autostop:                       false,     // true to end slideshow after X transitions (where X == slide count) 
                    fx:                             'scrollLeft,scrollRight,',// name of transition effect 
                    pause:                  false,     // true to enable pause on hover 
                    randomizeEffects:       false,  // valid when multiple effects are used; true to make the effect sequence random 
                    speed:                  1000,  // speed of the transition (any valid fx speed value) 
                    sync:                   true,     // true if in/out transitions should occur simultaneously 
                    timeout:                3000,  // milliseconds between slide transitions (0 to disable auto advance) 
                    fit:                    true,
                    height:            '250px',
                    width:         '250px'   // container width (if the 'fit' option is true, the slides will be set to this width as well) 
            });
    }); 
    function slideshowOnCycleAfter() { 
            if (slideshowAddCaption==true){
                            $('#slideshow-caption').html(this.title); 
            }
    } 
                    
    // EndOAWidget_Instance_2559022
            </script>
            <div id="slideshow">
              <!--All elements inside this will become slides-->
              <a href="Images/VignetteGAL.png"><img src="Images/VignetteGAL.png" width="250" height="250" title="caption for image1" /></a> <a href="Images/VignetteGAL2.png"><img src="Images/VignetteGAL2.png" width="250" height="250" title="caption for image2" /></a> <a href="Images/VignetteGAL3.png"><img src="Images/VignetteGAL3.png" width="250" height="250" title="caption for image3" /></a>
              <div title="sample title"></div>
            </div>
            <!--It is safe to delete this if captions are disabled-->
            <div id="slideshow-caption"></div>
          </div>
        </div>
        <div id="Pied"></div>
      </div>
    </div>
    </body>
    </html>

  4. #4
    Nouveau membre du Club
    Homme Profil pro
    Inscrit en
    Avril 2013
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2013
    Messages : 6
    Par défaut Mon dossier /scripts
    Dans mon dossier /scripts, j'ai:
    - jquery-1.6.min.js
    - jquery.cycle.all.js
    - jquery.js
    - lightbox.js
    - jquery-1.9.1.js
    - jquery.zweatherfeed.js
    - jquery.zweatherfeed.min.js

    Si ca peut vous aider!

  5. #5
    Expert confirmé

    Homme Profil pro
    Développeur Web
    Inscrit en
    Septembre 2010
    Messages
    5 418
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Puy de Dôme (Auvergne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Septembre 2010
    Messages : 5 418
    Par défaut
    Et tu utilise quel outil pour débuguer ton javascript ? Elle dit rien la console ?

  6. #6
    Rédacteur/Modérateur

    Avatar de SpaceFrog
    Homme Profil pro
    Développeur Web Php Mysql Html Javascript CSS Apache - Intégrateur - Bidouilleur SharePoint
    Inscrit en
    Mars 2002
    Messages
    39 659
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 75
    Localisation : Royaume-Uni

    Informations professionnelles :
    Activité : Développeur Web Php Mysql Html Javascript CSS Apache - Intégrateur - Bidouilleur SharePoint
    Secteur : Industrie

    Informations forums :
    Inscription : Mars 2002
    Messages : 39 659
    Billets dans le blog
    1
    Par défaut
    pourquoi utiliser 4 versions de jquery ????
    Et vu le nombre de plugins insérés cela ne m'étonne qu'à moitié qu'il y ait des conflits...

    => Une seule version de jquery

    ou vraiment si un plugin a besoin d'une version spécifique de jquery regarde du coté de noConflict() afin de cantonner une version de jquery et son plugin associé dans un namespace.
    Ma page Developpez - Mon Blog Developpez
    Président du CCMPTP (Comité Contre le Mot "Problème" dans les Titres de Posts)
    Deux règles du succès: 1) Ne communiquez jamais à quelqu'un tout votre savoir...
    Votre post est résolu ? Alors n'oubliez pas le Tag

    Venez sur le Chat de Développez !

  7. #7
    Nouveau membre du Club
    Homme Profil pro
    Inscrit en
    Avril 2013
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2013
    Messages : 6
    Par défaut
    Merci de vous etre penchés sur mon cas!

    Bon, je n'ai aucune idée de ce qu'est un outil de deboggage javascript...
    Je vais essayer d'enlever les versions javascript de mon dossie /script pour n'en laisser qu'un... je verrais par la suite, et je vous tiens au courant.

    Merci encore!

  8. #8
    Expert confirmé

    Homme Profil pro
    Développeur Web
    Inscrit en
    Septembre 2010
    Messages
    5 418
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Puy de Dôme (Auvergne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Septembre 2010
    Messages : 5 418
    Par défaut
    Un outil de deboggage javascript c'est par exemple le module Firebug pour Firefox, ou sinon chrome possède aussi un outil "console javascript" intégré à son navigateur.

  9. #9
    Nouveau membre du Club
    Homme Profil pro
    Inscrit en
    Avril 2013
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations forums :
    Inscription : Avril 2013
    Messages : 6
    Par défaut C'est bon ca marche!
    J'ai pu résoudre mon problème en enlevant tous les scripts et en re-instalant le module.

    Merci a vous!

  10. #10
    Expert confirmé

    Homme Profil pro
    Développeur Web
    Inscrit en
    Septembre 2010
    Messages
    5 418
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Puy de Dôme (Auvergne)

    Informations professionnelles :
    Activité : Développeur Web
    Secteur : High Tech - Multimédia et Internet

    Informations forums :
    Inscription : Septembre 2010
    Messages : 5 418
    Par défaut
    J'espère que tu as pris note de ma remarque pour les débuggueurs. Avec le nombre de lignes javascript qui tournent maintenant sur le moindre site, c'est maintenant indispensable pour identifier plus facilement les problèmes.

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

Discussions similaires

  1. comment modifier les widgets dans une fenètre??
    Par afrikha dans le forum GTK+ avec C & C++
    Réponses: 6
    Dernier message: 14/10/2005, 14h48
  2. [Tkinter] widget Text
    Par t_om84 dans le forum Tkinter
    Réponses: 8
    Dernier message: 17/06/2005, 09h30
  3. [SWT]Eclipse Java : swt.widgets.Table
    Par watson dans le forum SWT/JFace
    Réponses: 3
    Dernier message: 01/10/2003, 09h07

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