Posts Tagged “HTML”
Ted • 8th oct 2009 • Script html, Tuto, Webdesign • HTML, Script, web, Webdesign
.shadow{ box-shadow: 7px 7px 8px #818181; -webkit-box-shadow: 7px 7px 8px #818181; -moz-box-shadow: 7px 7px 8px #818181; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true); } #box More »
Ted • 8th oct 2009 • Webdesign • HTML, Webdesign
Voici la prochaine charte couleur en vue d’une évolution du site :
Ted • 24th avr 2009 • Script html • Code, HTML
Les principaux : – « – « ´ – ´ » – » « – " < – < > – > More »
Ted • 22nd avr 2009 • Script html • HTML, Javascript, Script
Exemple : function visibilite(thingId,txtAff,txtMasque) { var targetElement; var targetElementLink; targetElement = document.getElementById(thingId) ; targetElementLink = document.getElementById(thingId+’Link’); if (targetElement.style.display == « none ») { targetElement.style.display = More »