04-09-2012, 03:14 PM
Généralement dans un site ou un jeu, on appelle souvent des modals.
Si vous utilisez JQuery, y'en a une qui à un effet assez sympa je trouve.
http://labs.voronianski.com/jquery.avgrund.js/#
Le code est très simple :
Avec options :
Si vous utilisez JQuery, y'en a une qui à un effet assez sympa je trouve.
http://labs.voronianski.com/jquery.avgrund.js/#
Le code est très simple :
Code :
$('element').avgrund();
Avec options :
Code :
$('element').avgrund({
width: 380, // max is 640px
height: 280, // max is 350px
showClose: false, // switch to 'true' for enabling close button
showCloseText: '', // type your text for close button
closeByEscape: true, // enables closing popup by 'Esc'..
closeByDocument: true, // ..and by clicking document itself
holderClass: '', // lets you name custom class for popin holder..
overlayClass: '', // ..and overlay block
enableStackAnimation: false, // another animation type
onBlurContainer: '', // enables blur filter for specified block
template: 'Your content goes here..'
});
Blog développement web et jeux web
Lead Dev @ Monkees - Symfony2 & Mobile apps
Lead Dev @ Monkees - Symfony2 & Mobile apps