Voici le fichier config (sachant que ce que j'ais modifié je l'ais également modifié dans le fichier index.html appelant l'anim)
<?php
/* Define default parameters here */
$config = array(
'includes' => '_inc/', // Directory where your files to include are
'javascript' => '_js/', // Directory where your javascript files are
'css' => '_css', // Directory to your css file
'path' => '_images/', // Directory where your images are
'framework' => 'mootools', // Framework you want to use (scriptaculous or mootools)
'opacity' => '70', // Reflection opacity (0-100)
'height' => '60', // Reflection height (pixel)
'radiusx' => '300', // Horizontal spacing between opposite images (pixel)
'radiusy' => '130', // Vertical spacing between opposite images (pixel)
'centerx' => '200', // Position X of the carousel center (pixel)
'centery' => '150', // Position Y of the carousel center (pixel)
'clickit' => 'true', // Add onclick event on each image (true or false)
'base' => '0.15', // Base speed (boolean)
'speed' => '0.05' // Carousel speed (boolean)
);
/* If some parameters are defined by GET method */
foreach($_GET as $key => $value) {
$config[''.$key.''] = $value;
}
?>
N'y a t'il pas un moyen de le rendre compatible avec IE par hasard?