| name | language | licence |
|---|---|---|
| PHP/MYSQL : recuperer un date en base et la formater grace à date | PHP | Other |
| JOOMLA : Création de templates personnalisés | Other | Other |
| PHP/MYSQL : usage procedurale de mysqli | PHP | Other |
| JS : boîte de dialogue confirmation | Other | Other |
| JS : comment encadrer le code | Other | Other |
| JS : return false; pour stopper un submit ou une redirection d'un lien | Other | Other |
| JS/HTML : Integration Jqzoom Evolution | Other | Other |
| JS/HTML : Scrolling menu js | 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 snippet • send 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;



library
html (48)