Ok, I've tried the <tr> and it seems to work better.

Although, there's still some extra space which firefox includes, and I think
it wasn't supposed to...

I've uploaded another file, with a second version: 
http://www.filaum.com/teste2.html http://www.filaum.com/teste2.html 

Thanks!
Manuel Moniz Pereira


Jeffrey Kretz wrote:
> 
> 
> I tried looking at your page, but I got a 404 not found error.
> 
> Have you tried making the <tr> show/hide, rather than the <td>?
> 
> JK
> 
> -----Original Message-----
> From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of ManuelMP
> Sent: Thursday, January 17, 2008 9:44 AM
> To: jquery-en@googlegroups.com
> Subject: [jQuery] jQuery Firefox vs IE Problem
> 
> 
> 
> Hi all,
> 
> I'm having problems with a difference in rendering between IE and Firefox.
> The thing is that when a <td> element is with display hidden, when I make
> it
> appear with "jQuery show", in IE it renders nicely, but in Firefox it
> appears displaced.
> 
> I've put an online example page:  http://www.filaum.com/teste.html
> http://www.filaum.com/teste.html .
> 
> The source code of the page is:
> 
> <html>
> <head>
> <script src="jquery-1.2.1.js" type="text/javascript"></script>
> </head>
> <body>
> 
> <table style="border: 1px solid green;">
>   <tr>
>     <td width="100" style="border: 1px solid blue;"> # Click </td>
>   </tr>
>   <tr>
>     <td id="show_hide" style="display: none; border: 1px solid black;">
>       <table width="100%" height="100%" style="border: 1px solid red;">
>         <tr>
>           <td> XPTO XPTO XPTO </td>
>         </tr>
>       </table>
>     </td>
>   </tr>
> </table>
> 
> </body>
> </html>
> 
> Thanks for all help!
> Cheers
> Manuel Moniz Pereira
> -- 
> View this message in context:
> http://www.nabble.com/jQuery-Firefox-vs-IE-Problem-tp14922466s27240p14922466
> .html
> Sent from the jQuery General Discussion mailing list archive at
> Nabble.com.
> 
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jQuery-Firefox-vs-IE-Problem-tp14922466s27240p14931621.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to