Side navigation
#3937 closed bug (duplicate)
Opened January 21, 2009 12:47PM UTC
Closed January 26, 2009 02:00AM UTC
Problems with mozzila firefox and slideDown
Reported by: | ramonfo | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.3 |
Component: | effects | Version: | 1.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
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.
Attachments (0)
Change History (2)
Changed January 25, 2009 02:13AM UTC by comment:1
component: | web → fx |
---|---|
description: | \ 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. \ → 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. \ |
owner: | joern |