background preloader

Menu déroulant en CSS

Menu déroulant en CSS

http://www.css-faciles.com/menu-deroulant.php

Related:  COURS Menu de Navigation Déroulant Avec HTML CSS

Keyframe Animation Syntax Basic Declaration & Usage For the sake of brevity the rest of the code on this page will not use any prefixes, but real world usage should use all the vendor prefixes from above Multiple steps If an animation has the same starting and ending properties, one way to do that is to comma-separate the 0% and 100% values: Or, you could always tell the animation to run twice (or any even number of times) and tell the direction to alternate. Presentation Cycle: Cycle with a progressbar — Gaya Design Cycle is a script that supports image presentations to easily display multiple images. This script supports a lot of effects and the cycling of html elements. Presentation Cycle is a variation on the functionality of Cycle. Instead of generating a list of numbers that are clickable Presentation Cycle generates a progress bar that shows when the new slide will appear.

Stitches - An HTML5 sprite sheet generator Drag & drop image files onto the space below, or use the “Open” link to load images using the file browser. Then, click “Generate” to create a sprite sheet and stylesheet. This demo uses a couple of HTML5 APIs, and it is only compatible with modern browsers. Drag & drop image files onto the space below, or use the “Open” link to load images using the file browser. Coding a Pixel-Style Video Game Fansite in HTML5/CSS3 There are not as many newer gaming fansites which utilize the power of HTML5 and CSS3 techniques. Some of the more popular gaming titles such as Final Fantasy and Kingdom Hearts have a devoted following. A large fan base will accompany forums and other online message boards – but this isn’t always the most successful CMS solution.

sNotify: Easy notifications in jQuery — Gaya Design There hasn’t been a jQuery tutorial / script on Gaya Design for a while. This is because I’ve been working on this particular script for a while and have a lot of other scripts in development. sNotify is a script which is particularly handy for people who are developing web applications. sNotify allows the developer to display notifications in a fast and easy way. Download 5 Useful CSS Tricks for Responsive Design Making the design to be responsive is very easy as shown in my Responsive Design in 3 Steps tutorial, but maintaining the elements to look aesthetically balanced on all breakpoint layouts is an art. Today I’m going to share 5 of my commonly used CSS tricks along with sample cases for coding responsive designs. They are simple CSS properties such as min-width, max-width, overflow, and relative value — but these properties play an important part in responsive design.

PHP Login script tutorial We have a login form in step 2, when a user submit their username and password, PHP code in checklogin.php will check that this user exist in our database or not. If user has the right username and password, then the code will register username and password in the session and redirect to "login_success.php". If username or password is wrong the system will show "Wrong Username or Password".

Animated tabbed content with jQuery — Gaya Design A lot of websites on the Internet have tabbed content now a days. The problem I find with most of them is that most of the time they can be quite dull. For my new looks I created a container which has the ability to switch content through tabs, but with an animation. This tutorial will show you how to create your own tabbed content step by step. Download On/Off Flipswitch HTML5/CSS3 Generator - Proto.io Generate pure CSS3 On/Off flipswitches with animated transitions. More freebies A bug in Opera overflows content outside of the container's curved corners. Switches with a large border-radius setting may look broken. IE9+ fully supported.As IE6-8 do not support the CSS :checked selector, the switch will not reflect the "ON" state of the checkbox. Although this can be solved with Javascript, it is outside of the scope of this generator.

Creating A Simple Yet Secured Login/registration With Php5 - PHP Tutorials Hello everyone here's a new simple tutorial by me, I know that there's a lot of login and registration php script in this section but as I've review them.. some aren't secured and some still uses the php4 functions and some are weak and can be attack using SQL Injection that's why I decided to write up a tutorial that uses some new PHP5 functions that can help you in making your simple yet secured Login and registration script. The very first thing that you have to do before we start is to create a database into your phpmyadmin CREATE DATABASE `codecalltut` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `codecalltut`; CREATE TABLE IF NOT EXISTS `users` ( `userID` int(11) NOT NULL AUTO_INCREMENT, `username` varchar(50) NOT NULL, `password` varbinary(250) NOT NULL, PRIMARY KEY (`userID`,`username`)) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=6 ;

Access Management Authentication Class for Static Token login Introduction Here's how the Static token-based authentication method works: a) The authentication method asks the user name and the password from the user. b) The credentials are checked against the user store. c) If the credentials are valid, the user is prompted to enter a specific token.

Related: