Jump to content

Фугас

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by Фугас

  1. В стилях ничего связанного с проблемой не было. Все решилось заменой директивы на quot;-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. Вот код (http://fugas-test.jino-net.ru/?color=000000): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <style type="text/css"> <!-- .borderous { border-width: 1px; border-style: solid; border-color: #<?=$_GET['color'];?>; border-left: 0; border-right: 0; } --> </style> <link href="/main.css" type=text/css rel=stylesheet></link> <script defer src="/js/pngfix.js" type="text/javascript"></script><!-- by Vasya Zhukov --> <script src="/js/flash.js" type="text/javascript"></script> <script type="text/javascript">color = "<?=$_GET['color'];?>";</script> <table cellspacing="0" cellpadding="0"> <tr> <td valign="top"><script type="text/javascript">draw_corn("t-left", color);</script></td> <td rowspan="2" class="borderous"> <!-- Контент --> <font style="font-size: 150pt">Контент <!-- Конец контенту --> </td> <td valign="top"><script type="text/javascript">draw_corn("t-right", color);</script></td> </tr> <tr> <td valign="bottom"> <script type="text/javascript">draw_corn("b-left", color);</script> </td> <td valign="bottom"> <script type="text/javascript">draw_corn("b-right", color);</script> </td> </tr> </table> В IE все нормально, а в мозилле(другие не проверял пока) в последней строке таблицы две флеши не выравниваются вниз(valign="bottom") до конца: <tr> <td valign="bottom"> <script type="text/javascript">draw_corn("b-left", color);</script> </td> <td valign="bottom"> <script type="text/javascript">draw_corn("b-right", color);</script> </td> </tr> Поможите?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy