:D Да, но если магазин призван приносить деньги, то лучше учитывать все категории пользователей. Вот исправленная версия кода:<div id="tab_review" class="tab_page"><div class="button" id="review_title" style="cursor:pointer; padding-bottom: 5px;"><span><?php echo $text_write; ?></span></div><!-- <div id="slider" style="display:none;"></div> --><div id="slide" style="display: none;"><div id="filter" style="visibility:hidden;"> <div class="content">[b]<?php echo $entry_name; ?>[/b] <input type="text" name="name" value="" /> [b]<?php echo $entry_review; ?>[/b] <textarea name="text" style="width: 98%;" rows="8"></textarea> <span style="font-size: 11px;"><?php echo $text_note; ?></span> [b]<?php echo $entry_rating; ?>[/b] <span><?php echo $entry_bad; ?></span> <input type="radio" name="rating" value="1" style="margin: 0;" /> <input type="radio" name="rating" value="2" style="margin: 0;" /> <input type="radio" name="rating" value="3" style="margin: 0;" /> <input type="radio" name="rating" value="4" style="margin: 0;" /> <input type="radio" name="rating" value="5" style="margin: 0;" /> <span><?php echo $entry_good; ?></span> [b]<?php echo $entry_captcha; ?>[/b] <input type="text" name="captcha" value="" autocomplete="off" /> [img=index.php?route=product/product/captcha]</div> <div class="buttons"> <table> <tr> <td align="right"><a onclick="review();" class="button"><span><?php echo $button_continue; ?></span></a></td> </tr> </table> </div> </div></div><script>$(document).ready(function(){ $("#review_title").click(function() { if($("#filter:visible").is("div")) { $("#slide").height($("#slide").height()); $("#filter").css("display", "none"); $("#slide").slideUp("slow"); } else { $("#slide").slideDown("slow", function() { $("#filter").css({display: "none", visibility: "visible"}); $("#filter").fadeIn(); }); } });}) </script><div id="review"></div> </div>Работает под IE8, более старые версии ещё не проверял.