héritage de transparence non voulue

CSS .body { background-color:white; background-attachment:fixed; } .page { width: 100%; height: auto; z-index: 2; position: relative; } .header { width: 1098px; height: auto; margin-left: auto; margin-right: auto; margin

2
.htaccess /admin

CSS ExpiresByType text/css "access 1 week” # Javascript ExpiresByType application/javascript "access plus 1 month" Et depuis, dans mon backoffice, j'ai des soucis, lors de mes upload... les image ne s'affiche

1
Créer un sticky bar

CSS. Je ne sais pas trop comment m'y prendre, avez vous des pistes à me proposer ? Sticky bar que je souhaite réaliser : https://s3-eu-west-1.amazonaws.com/sdz-upload/prod/upload/stickybar.jpg Merci d'avance pour

2
[SVG] Appliquer des transformations

interagir sur un document SVG ? (En langage Web). J'ai donc essayer l'attribut "viewBox", les propriétés CSS, les propriétés "style" via JS... J'aimerai avoir vos avis ! Merci à tous.

2
Lenteur animation scrollTop

css("padding-top",( heightCible - heightMainContent )/2); }, 100); return false; }); $("a .imgUp").click(function(){ $('.Maincontent').animate({scrollTop: 0}, 1000); $('.imgUp').delay(1000).animate({opacity: 0}, 100,'easeOutQuint'); $('.imgDown').delay(1000).animate

4
Titre centré + background

CSS h1{ height: 43px; display: block; font-size: 46px; line-height: 35px; margin: 12px 0px 36px 0; background: url(img/bg_title.png) right center repeat-x;/*La ligne grise*/ text-transform: uppercase

3
React + Webpack - Compilation avec erreur

/node_modules/, loader: 'babel', query: { presets: ['es2015', 'react'] } }, { test: /\.scss$/, loader: ExtractTextPlugin.extract('css!sass') } ] }, plugins: [ new ExtractTextPlugin('build/style.css', { allChunks: true }), new webpack.optimize.UglifyJsPlugin({ compress: { warnings: false }, output: { comments: false } }) ], watchOptions: { poll: 1000 } }]; ```

3
Rediriger tous sauf le dossier de composer

utiliser les librairies js , css que je recupère par composer. En vous remerciant. ``` RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.*)$ index.php/$1 [L] ```

3
mon menu selon tuto graf

css #conteneur-menu{width: 90%; margin: 0 auto 0 auto; height: 35px; position: relative;} #menu-site {position: absolute; width: 100%;background-image:url(/config/image/plaque2.jpg); } #menu-site dl{width: 140px; height

3
Aquachange

CSS bootstrap. Le rendu me plait pour dire vrai. Mais un peu plus de personnalisation serait pas plus mal. Je souhaite donc avoir vos avis sur le rendu global, et l'idéal

3