fonds d'écran - créations numériques - webmastering - photograhie - création de site - référencement efficace
Zoom ou Agrandissement
Clic et glisser pour chnager l'effet du zoom. Agrandir n'est pas diponible.

Agrandir l'image uniquement. Zoom est inactif

Voir les explications sur le Blog en cliquant sur ce lien.
Le code, zoom ou agrandir:
- <html>
- <head>
- <title>Magic Zoom Plus: Zoom or Expand</title>
- <!-- link to magiczoomplus.css file -->
- <link href="magiczoomplus/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen"/>
- <!-- link to magiczoomplus.js file -->
- <script src="magiczoomplus/magiczoomplus.js" type="text/javascript"></script>
- </head>
- <body>
- <p>Click and drag to move the zoom. Expand is disabled.</p>
- <!-- define Magic Zoom Plus with drag mode, zoom-width and set starting position on the front wheel. This image will not expand on click. -->
- <a href="images/harley1c.jpg" rel="disable-expand: true" class="MagicZoomPlus"><img src="images/harley1b.jpg"/></a>
- <p>Expand image. Zoom is disabled</p>
- <!-- define Magic Zoom Plus with only expand function. No zoom window on mouseover. -->
- <a href="images/harley1c.jpg" rel="disable-zoom: true;" class="MagicZoomPlus"><img src="images/harley1b.jpg"/></a>
- </body>
- </html>