background preloader

Jquerry

Facebook Twitter

Bookmark

Exemple n°I-5-2-2 « Tutoriel jQuery sur le SdZ. 26 jQuery Plugins for Superb Navigation. Join Web Design Fan Club to gain access to premium tutorials, free Wordpress themes, high-quality resources and fantastic deals. Learn more. Web Design Blog | Web Design Fan | Resources for Web Designers and Graphic Designers 26 jQuery Plugins for Superb Navigation Written ByTomas LaurinaviciusinInspiration, Tools digg One of the most important website element without content or design is navigation. If you are interested in CISSP certification and seeking some expert help for your exam then you should go for 642-832 dumps and 70-640 practice test by test-king so you will pass your certification exam on first attempt.

We hope that you will find what are you looking for and share your thoughts in comments. 1. jQuery Image Gallery View Demo 2. View Demo. Custom Scrollbars in WebKit. Way back in the day, you could customize scrollbars in IE (5.5) with non-standard CSS properties like scrollbar-base-color which you would use on the element that scrolls (like the <body>) and do totally rad things.

Custom Scrollbars in WebKit

IE dropped that. These days, customizing scrollbars is back, but it's WebKit this time. It's a bit better now, because the properties are vendor-prefixed (e.g. ::-webkit-scrollbar) and use the "Shadow DOM". This has been around for a couple of years. The Goods The Different Pieces These are the pseudo elements themselves. The Different States These are the pseudo class selectors. :horizontal :vertical :decrement :increment :start :end :double-button :single-button :no-button :corner-present :window-inactive I'm going to steal this whole section from David's blog post on the WebKit blog because it explains each part well: :horizontal – The horizontal pseudo-class applies to any scrollbar pieces that have a horizontal orientation. All together now Very Simple Example In The Wild. SlickQuiz jQuery Plugin – now on github!

Slide show

Facebook. Miiks.com. Thumbnail Proximity Effect with jQuery and CSS3. CSS3 Lightbox. Today we want to show you how to create a neat lightbox effect using only CSS.

CSS3 Lightbox

The idea is to have some thumbnails that are clickable, and once clicked, the respective large image is shown. Using CSS transitions and animations, we can make the large image appear in a fancy way. View demo Download source With the help of the pseudo-class :target, we will be able to show the lightbox images and navigate through them. The beautiful images are by Joanna Kustra and they are licensed under the Attribution-NonCommercial 3.0 Unported Creative Commons License. Please note that this will only work with browsers that support the :target pseudo class.

Let’s do it! The Markup We want to show a set of thumbnails, each one having a title that will appear on hover. The anchor for the thumbnail will point to the element with the id image-1 which is the division with the class lb-overlay. Note that we only use a navigation in the last demo. Let’s beautify this naked markup. The CSS And that’s all the style! Demos.

Fullscreen Background Image Slideshow with CSS3. Happy new year, everybody!

Fullscreen Background Image Slideshow with CSS3

Today we will create a CSS-only fullscreen background image slideshow. We'll create different image transitions and also make a title appear using CSS animations. View demo Download source Happy new year, everybody! Today we will create a CSS-only fullscreen background image slideshow. The images are by Mark Sebastian and they are licensed under the Creative Commons Attribution-ShareAlike 2.0 Generic License.

Note that this will only work in browsers supporting CSS animations. This tutorial is a part of our latest CSS3 experiments; you can find more of those here: The Markup We’ll use an unordered list for the slideshow and we’ll add a span for each image and a division with a heading: <ul class="cb-slideshow"><li><span>Image 01</span><div><h3>re·lax·a·tion</h3></div></li><li></li><li></li></ul>

Archives.