Chevauchement footer/contenu avec Foundation

css : ``` @charset "utf-8"; /*CLASSES*/ .bg-grey{ background-color:grey; } .bg-blue{ background-color:blue; } /*STANDALONE*/ header{ background-color:grey; min-height:70px; } /*EXCEPTIONS*/ .row.full-width{ width:100%; margin-left

3
Commencer animation au scroll

css (que vous ne voyais pas ici) et j'ai trouvé la petite bibliothède WOW.js qui lance les animations quand l'utilisateur est au niveau de la section. Pour le moment

3
Ma barre de Progression ne veut pas disparaitre!

CSS body{ margin: 0px; color: #FFF; background-color: #333333; font-family: " Lato ,Source Code pro , sans-serif "; } /* Pregress-bar */ #progress-bar-container{ position: fixed; top: 0; left: 0; right: 0; width

7
Web developpeur disponible

CSS, PHP orienté objets (dont Smarty), Javascript (dont jQuery et ajax), SQL (MySQL, PostgreSQL) et je suis actuellement en train de me former à CakePHP grâce aux excellents tutoriels de Grafikart

2
Compression de code

CSS / PHP, afin d'avoir des fichiers plus légers. Pour ce qui est du JS, j'ai trouvé Javascript Compressor, mais si vous avez un outil pseudo-universel à proposer

2
Problème Sublime text 2 & Livereload
Nici,

css / .html / .php / etc..., je dois appuyer environ 4 à 5 fois sur ctrl + s afin que mon navigateur via Livereload prenne les modifications à l'écran. Avec l'ancienne

11
$_SESSION et flash

css', 'layout'); ?>

3
Connexion/Deconnexion et Rang

CSS mais pas le PHP, j'ai déjà l'espace membre mais il me manque les rang et le connexion/deconnexion. Pour le connexion/ deconnexion je voudrais savoir si je pourais

6
Problème avec le hwi_oauth & fosuserbundle

css: # jar: %kernel.root_dir%/Resources/java/yuicompressor-2.4.7.jar # Doctrine Configuration doctrine: dbal: driver: %database_driver% host: %database_host% port: %database_port% dbname: %database_name% user: %database_user% password: %database_password% charset: UTF8 # if using

2
Champs de saisie

CSS** ``` html, body { padding: 0; margin: 0; background-color: #f8faf9; font-family: roboto; } a { text-decoration: none; color: #00a2ff; } .signup-form { height: auto; width: 50vw; border-radius: 2px; background-color

2