Skip to content
Extraits de code Groupes Projets
Valider 274cb5a6 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

win_width et win_png toujours

parent b8db261f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -9,6 +9,7 @@ dist/puce_rtl.gif -text ...@@ -9,6 +9,7 @@ dist/puce_rtl.gif -text
dist/rien.gif -text dist/rien.gif -text
dist/style_prive.html -text dist/style_prive.html -text
dist/win_png.html -text dist/win_png.html -text
dist/win_width.htc -text
ecrire/action/autoriser.php -text ecrire/action/autoriser.php -text
ecrire/action/ical.php -text ecrire/action/ical.php -text
ecrire/action/iconifier.php -text ecrire/action/iconifier.php -text
......
<public:component>
<public:property name="retrait">
<script language="JScript">
function fixWidth(){
if (element.className == "spip_cadre") retrait = 24;
else retrait = 16;
if (element.offsetWidth) {
style.width = element.offsetWidth - retrait;
} else {
style.width = "90%";
//alert (element.parentElement.tagName);
}
}
var supported = /MSIE (5\.5)|[6789]/.test(navigator.userAgent) && navigator.platform == "Win32";
if (supported) fixWidth();
</script>
</public:component>
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter