[jQuery] FadeIn Issues -- Blocks?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=156563520-08062006><FONT face=Arial
color=#0000ff size=2>Seemed to work here, as did "fieldset { padding:0;
width:100% }" in a css rule and no height:auto. It looked like the fx code
already tries to set height:auto if it thinks the height didn't return to its
original value, so it seems strange that it would need another explicit
height:auto.</FONT></SPAN><BR></DIV>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> discuss-bounces@jquery.com
[mailto:discuss-bounces@jquery.com] <B>On Behalf Of </B>Giuliano
Marcangelo<BR><B>Sent:</B> Thursday, June 08, 2006 3:23 PM<BR><B>To:</B> jQuery
Discussion.<BR><B>Subject:</B> Re: [jQuery] FadeIn Issues --
Blocks?<BR></FONT><BR></DIV>
<DIV></DIV>Dave, <BR>I changed the procedure like
so<BR><BR>$(document).ready(function(){<BR>
$("div").toggle(<BR>
function(){$("#f_"+this.id.split("_")[1]).css({height:"auto", width:"100%",
paddingBottom:"0"}).hide("normal");}, <BR>
function(){$("#f_"+this.id.split("_")[1]).css({height:"auto", width:"100%",
paddingBottom:"0"}).show("normal");}<BR> );<BR>});<BR><BR>has cured
the extra line on Headers1,2 and also stopped the stacking in
Headers3,4.....maybe somebody else could give this the once over <BR><BR>
<DIV><SPAN class=gmail_quote>On 08/06/06, <B class=gmail_sendername>Dave
Methvin</B> <<A
href="mailto:dave.methvin@gmail.com">dave.methvin@gmail.com</A>>
wrote:</SPAN>
<BLOCKQUOTE class=gmail_quote
style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid"><BR>>
Some examples here: <A
href="http://solidgone.com/jquery/test_acordian.html">http://solidgone.com/jquery/test_acordian.html</A><BR><BR>Those
are hide/show bugs, not fade bugs. Does the same thing happen on<BR>fades? As
far as I could tell, fades don't change the height of the element <BR>at
all--just the opacity. Or did you mean hide/show
originally?<BR><BR><BR><BR>_______________________________________________<BR>jQuery
mailing list<BR><A
href="mailto:discuss@jquery.com">discuss@jquery.com</A><BR><A
href="http://jquery.com/discuss/">http://jquery.com/discuss/</A><BR></BLOCKQUOTE></DIV><BR></BODY></HTML>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/