Ticket #3937 (closed bug: duplicate)
Problems with mozzila firefox and slideDown
| Reported by: | ramonfo | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | effects | Version: | 1.3 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description (last modified by kswedberg) (diff)
I am using slideDow to show a simple div named "celulaDetalhes". But, when i using mozilla firefox, this call show this div in wrong position. In others browser, how safari and ie, no have problems.
Resume of my source above:
Call in my file js: $("#celulaDetalhes").slideDown("slow");
This html is very simple. Only main part:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td width="89" valign="bottom"><a id="abaDetalhes">Click </a></td>
</tr>
</table>
</td>
</tr> <tr>
<td bgcolor="#676767" style="display:none" id="celulaDetalhes">
In mozilla browsers, open in side of table. In safari and ie browsers, open in correct place.
</td>
</tr>
</table>
Thanks and sorry my poor english.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
