From: Gabriel Wicke Date: Thu, 22 Apr 2004 01:15:27 +0000 (+0000) Subject: IE6 textarea fix: No more js used, instead an insane css combination X-Git-Tag: 1.3.0beta1~341 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=8f22603959f192cd7f6c1eb765d3ee0268d6216a;p=lhc%2Fweb%2Fwiklou.git IE6 textarea fix: No more js used, instead an insane css combination --- diff --git a/stylesheets/IEFixes.js b/stylesheets/IEFixes.js index 8b2a01ac06..952280e6d8 100644 --- a/stylesheets/IEFixes.js +++ b/stylesheets/IEFixes.js @@ -8,13 +8,8 @@ function hookit() { // replaced by special indexed logo for now //fixalpha(); if(version == 6) { - relativeforfloats(); - fixtextarea(); var wrapper = document.getElementById('tawrapper'); - if(wrapper) { - //wrapper.attachEvent("onclick", fixtextarea); - window.onresize = refixtextarea; - } + if (!wrapper) relativeforfloats(); } } @@ -29,38 +24,9 @@ function fixalpha(){ logoa.style.backgroundImage = "none"; logoa.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+mypng+"', sizingMethod='image')"; } - - - - /* - for (i=0; i