| I have trouble with two column DIV template in IE because IE try to place on page discuss bot form and fieldset. I find workaround via add/change style in tags FORM and FIELDSET. In Firefox this action help too. Code near line 555-557 Before Code: echo '<form id="a'.$row->id.'" action="'.$jsmf->fixLink().'" method="post">'; echo '<fieldset style="border:0px;">'; After adding visibility:hidden;width:0px;height:0px Code: echo '<form id="a'.$row->id.'" action="'.$jsmf->fixLink().'" method="post" style="visibility:hidden;width:0px;height:0px">'; echo '<fieldset style="border:0px;visibility:hidden;width:0px;height:0px">'; Please fix this in future release. |
Forum 





Author



Logged





