Posts Tagged “Script”
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 • 23rd avr 2009 • Script html • Rollover, Script
Exemple : Sans lien html
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 »