function html2txt($document){ $search = array(‘@<script*?>.*?</script>@si’, // Strip out javascript ‘@<style*?>.*?</style>@siU’, // Strip style tags properly ...
Tag: balise
/* A modifier dans la page CSS*/ /* A la place de :*/ background-image: url(“image.png”); /* remplacer par :*/ filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src=‘image.png’); background-image: none;...
Note Pour telecharger la piece “pngfix.js” aller sur le site: http://catinon.info/blog/2006/01/24/3-le-point-sur-les-png-transparent-sous-ie6. /* A ajouter entre les balise <head> */ <!–> <script...