groups

name language licence
JS/JQUERY : Script pour gestion onglet en Jquery Other Other
JS/JQUERY : Script pour effet rollover changement d'image Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other
JS/HTML : api google map Other Other
JS/HTML : Scrolling menu js Other Other
OPTIMISATION : Other Other
PHP : forcer telechargement d'un fichier PHP Other
JS/JQUERY : Script pour effet rollover changement d'image Other Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >



language: Other
licence: Other

JS/HTML : Scrolling menu js

options: view full snippetsend to code collector
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Create a Scrolling Menu: Result</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.1/jquery.min.js" type="text/javascript"></script>
<style type="text/css">
body {
	padding: 50px 0 0 50px;
}
div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	height: 145px;
	width: 500px;
	
(Continues...)