search for: marcjc

Displaying 2 results from an estimated 2 matches for "marcjc".

Did you mean: marcec
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
I''m having an issue with flashing divs in IE (firefox is fine and the only other browser I''ve used) My scenario is as follows. I have 2 divs (initially hidden) and using the BlindDown and BlindUp functions (possibly others) the divs flash when starting to roll down in BlindDown (due to the Element.show call) and also at the end of the BlindUp call (due to the Element.hide call)
2005 Jul 12
0
Re: flashing divs in IE with use of BlindUp andBlindDown
...).... http://sample.redlinesoftware.com/flash_test.html and using an updated effects.js with the changes... http://sample.redlinesoftware.com/flash_test2.html The rendering in firefox though still looks way off compared to IE in this case. Thanks, Andrew On 6/30/05, Marc Juul Christoffersen <marcjc@gmail.com> wrote: > looks like this is caused by IE not liking a width or height of 0 > > change your BlindDown to: > > Effect.BlindDown = function(element) { > $(element).style.height = ''1px''; > $(element).style.overflow = ''hidden''...