01/04/2011, 15h37
|
#1
|
|
Invité de passage
Inscription : mars 2006 Messages : 28 Détails du profil  Informations forums : Inscription : mars 2006 Messages : 28 Points : 4 Points : 4
|
ImageFlow sur IE7
Bonjour à tous!!! j'ai un problème sur JavaScript concernant ImageFlaow, imageflow.packed.js le problème c'est que en IE7 le fonction onClick ne marche pas, est ce qu'il y a un moyen pour que ca marche sur IE7????
l'extrait de code:
Code :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
| unction ImageFlow ()
{
/* Setting option defaults */
this.defaults =
{
animationSpeed: 50, /* Animation speed in ms */
aspectRatio: 1.964, /* Aspect ratio of the ImageFlow container (width divided by height) */
buttons: false, /* Toggle navigation buttons */
captions: true, /* Toggle captions */
circular: false, /* Toggle circular rotation */
imageCursor: 'default', /* Cursor type for all images - default is 'default' */
ImageFlowID: 'imageflow', /* Default id of the ImageFlow container */
imageFocusM: 1.0, /* Multiplicator for the focussed image size in percent */
imageFocusMax: 4, /* Max number of images on each side of the focussed one */
imagePath: '', /* Path to the images relative to the reflect_.php script */
imageScaling: true, /* Toggle image scaling */
imagesHeight: 0.67, /* Height of the images div container in percent */
imagesM: 1.0, /* Multiplicator for all images in percent */
onClick: function() { document.location = this.id ; alert(this.id);}, /* Onclick behaviour */ |
|
|
00
|