groups

name language licence
JS/GOOGLE MAPS API : tracer un polygone Other Other
JS/HTML/GOOGLE MAPS API : gabarit+js : modèle de départ + bouton pour la vue Earth Other Other
JS/HTML : Scrolling menu js Other Other
JS/HTML : api google map Other Other
JS/HTML : api google map Other Other
JS/HTML : Scrolling menu js Other Other
HTML : select et optgroup : groupe d'option dans une liste déroulante HTML Other
TS : typoscript mega exemple : TMENU, MULTILANGUE, TEXT, CONDITIONS , ATTRIBUT TITLE, FIL D'ARIANE, Other Other

< 1 2 3 4 5 >



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...)