[jQuery] Re: IE display issue

2009-04-09 Thread Thomas Allen

On Apr 9, 8:16 am, Tim t...@timandnoelle.com wrote:
 i am setting reducing a tbody height when the user clicks a row and
 then showing content below the table.  in IE7 when i show() or set
 display to block for the content below the table, IE resets the tbody
 height to the original size such that it overlaps my content.  i've
 put the code in to reset the height again, but it doesn't do anything
 at that point.  any ideas?

Can we see your code?

Thomas


[jQuery] Re: IE display issue

2009-04-09 Thread Tim

you can go to the following link.

http://dev.inflatableoffice.com/myaccount/leads.php

username: thanks
password: thanks

when you click on a row in IE you will see the issue.  for some
reason, after i use the following code:

$(table#leadheader).show();
$(#leadControls).show();
$(div#edittab).css(display,block);
$(div#tabs).css(display,block);
$(#savecopy).show();

this code doesn't have any affect:

$(.tableContainer tabletbody).css(height,130px);

this still works:

$(.tableContainer).css(height,178px);

however, if i put the last two lines first, they both work and then IE
reverts the tbody height back to its original value and i can't change
it.



[jQuery] Re: IE display issue

2009-04-09 Thread Tim

sorry, try this:

username: thankyou
password: thankyou

may take 30 minutes to work