🌍
Français
Cette page vous donne les différences entre la révision choisie et la version actuelle de la page.
projet:personnel:flop25 [2012/04/17 16:17] flop25 [thème] |
projet:personnel:flop25 [2012/07/25 12:10] (Version actuelle) flop25 [Plugin] |
||
---|---|---|---|
Ligne 11: | Ligne 11: | ||
* en plugin http://demo.tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/demo.html | * en plugin http://demo.tutorialzine.com/2010/06/apple-like-retina-effect-jquery-css/demo.html | ||
* slideshow (diaporama)-> pour le plugin préexistant ? | * slideshow (diaporama)-> pour le plugin préexistant ? | ||
+ | * http://nivo.dev7studios.com/demos/2/ | ||
* http://tutorialzine.com/2010/03/mosaic-slideshow-jquery-css/ | * http://tutorialzine.com/2010/03/mosaic-slideshow-jquery-css/ | ||
* http://tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/ | * http://tutorialzine.com/2010/09/html5-canvas-slideshow-jquery/ | ||
Ligne 19: | Ligne 20: | ||
===== thème ===== | ===== thème ===== | ||
+ | |||
+ | * menu type imgur | ||
+ | |||
+ | |||
+ | j = function () { | ||
+ | var U = 90, | ||
+ | T = 15; | ||
+ | var S = function () { | ||
+ | if ($(window).scrollTop() > U) { | ||
+ | g.layout.blog.sidebar.css({ | ||
+ | top: T, | ||
+ | position: "fixed" | ||
+ | }) | ||
+ | } else { | ||
+ | g.layout.blog.sidebar.css({ | ||
+ | position: "inherit" | ||
+ | }) | ||
+ | } | ||
+ | }; | ||
+ | $(window).scroll(S); | ||
+ | $(window).resize(S) | ||
+ | } | ||
+ | |||
+ | * http://www.quentincaffier.com/index.php | ||
+ | * http://1matte.ru/ | ||
+ | * http://patterntap.com/ ! action/icone like, comments sur miniatures | ||
+ | * http://www.wookmark.com/jquery-plugin et http://overshard.github.com/pinry/ | ||
* http://www.icondeposit.com/ | * http://www.icondeposit.com/ | ||
* absolute white : http://www.jroper.co.uk | * absolute white : http://www.jroper.co.uk |