Jump to content

Scrum

Expert
  • Posts

    553
  • Joined

  • Last visited

Everything posted by Scrum

  1. уважаем кажется я и так вам слишком много дал. не пора ли самому добить все остальные не устраивающие Вас недостатки.?
  2. научитесь правильно верстать таблицами коль уж взялись за них. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <style type="text/css"> <!-- html, body { margin: 0; padding: 0; height: 100%; overflow: hidden; } table { width: 100%; height: 100%; table-layout: fixed; } td { padding: 0; vertical-align: top; } p { margin: 0; } #scrollbox { overflow: auto; } --> </style> </head> <body> <table> <tr> <td rowspan="3" width="200">menu</td> <td colspan="2" height="160">header</td> </tr> <tr> <td colspan="2" height="30">menu</td> </tr> <tr> <td height="100%" width="60%"> <div id="scrollbox"> <p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p><p>text</p> </div> </td> <td>menu</td> </tr> <tr> <td colspan="3" height="20">footer</td> </tr> </table> <script language="JavaScript" type="text/javascript"> <!-- function fixbox() { var body = document.body.offsetHeight; document.getElementById("scrollbox").style.height = body - 224; } function reload() { window.location.reload(true); fixbox (); } fixbox (); window.onresize= reload; --> </script> </body> </html>
  3. Чувак - кастрированный баран или верблюд, будь скромнее дядька. немного ошибся ))
  4. чет еи немного переплющило. поставь для боди overflow: auto; и для p паддинг поставь пикселя 3, а то хвосты обрубает.
  5. Ничего не понял. Давай начнем с этого примера, что еще нужно ? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title></title> <style type="text/css"> <!-- html, body { margin: 0; padding: 0; } table { height: 100%; border-collapse: collapse; } td { padding: 0; } --> </style> </head> <body> <table width="100%" cellspacing="0"> <tr> <td rowspan="3" width="200" height="100%">Здесь меню!</td> <td width="100%" height="160">Хедер!</td> </tr> <tr> <td width="100%" height="30">Дополнительная навигация!</td> </tr> <tr> <td width="100%" height="100%"> <table width="100%" cellspacing="0"> <tr> <td width="60%" height="100%">Сюда надо вставить блок с прокруткой!</td> <td width="40%" height="100%">Дполнительная панель!</td> </tr> </table> </td> </tr> <tr> <td colspan="2" width="100%" height="20px">Футер!</td> </tr> </table> </body> </html>
  6. наверно так <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title></title> <style type="text/css"> /*<![CDATA[*/ .newline { border: 1px solid red; position: relative; } .accitem { width:13px; height:18px; position: absolute; background-color: silver; background-image:url(../img/bg05.jpg); } .acclabel { padding-left:13px; height:18px; overflow: hidden; } .acclabel a { color: #000; font-family: Verdana; font-size:8px; text-decoration:none; display: block; float: left; padding: 4px 2px; margin: 0 2px; text-transform: uppercase; background-color: olive; } /*]]>*/ </style> </head> <body> <div class="newline"> <div class="accitem"></div> <div class="acclabel"> <a href="#">персональные данные</a> <a href="#">персональные данные</a> </div> </div> </body> </html>
  7. <table cellpadding=0 cellspacing=0 border=0 > <tr> <td height=42 align=center valign=center style='border:1px solid black; line-height: 0;'> <img border=1 src=zalivka.gif height=42 width=150><div style='position: relative; top: -50%; margin: 0 0 0 0;'>Текст</div> </td> </tr> </table>
  8. вместо <div style="margin-left: 85%;"> <div style="position: absolute; right: 0;">
  9. http://cssing.org.ua/2006/12/23/ie-css-russian-comments-bug/
  10. может все таки через div ?
  11. так это же я сказал, зачем меня дублировать ? Автору топика я уже изначально объяснил все варианты решения проблемы. #5, #7 А вариант был предложен с целью показать на ошибки Shuranka.
  12. я думаю что надо было обратить внимание на .all_space { height:59%; }
  13. 1280х1024 Опера9.26 ФФ2.0.0.13 EI6.0 - 150px
  14. Так у меня там таблица, просто в верхнюю и нижнюю ячейку вставлены блоки. тянется ? а если надо valign="top" что мы увидим ? кажется все прекрасно поняли проблему, или только кажется ? да бы не разводить дальнейшую дискуссию на эту тему, те кто непонял предлагаю погууглить, остальным предоставляется способ решения проблемы. И о вариантах более приближен к нужному, но не является решением. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11-strict.dtd"> <html xmlns='http://www.w3.org/1999/xhtml' xml:lang='ru'> <head> <title>test</title> <meta http-equiv='Content-Type' content='text/html; charset=windows-1251' /> <style type='text/css'> /*<![CDATA[*/ html, body { height:100%; padding:0; margin:0; } table { height:100%; border-collapse: collapse; } td { padding: 0; vertical-align:top; border: 1px solid silver; } .all_space { height:59%; } .bottom_space, top_space { height:150px; } /*]]>*/ </style> </head> <body> <table> <tr class='bottom_space'> <td> нижняя строка..... </td> </tr> <tr class='all_space'> <td> эта строка должна занимать все свободное место........ </td> </tr> <tr class='bottom_space'> <td> нижняя строка..... </td> </tr> </table> </body> </html>
  15. на данный момент либо quirks mode либо JS ? либо глаза на одно сообщение вверх поднять? либо внимательно первый пост читать.
  16. на данный момент либо quirks mode либо JS
  17. LikeAPilot Давайте ка поподробнее, чем вас напугал мой пример ? да quirks mode и ? С помощью JS надо не поправлять ситуацию, а описать поведения блока (для вашего случая высоты).
  18. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251"> <title>Untitled Document</title> <link href="main.css" rel="stylesheet" type="text/css"> <style type="text/css"> html, body { height: 100%; margin: 0; padding: 0; } td { padding: 0; } table { border-collapse: collapse; height:100%; width: 100%; border-spacing: 0; } </style> </head> <body> <table cellspacing="0"> <tr><td bgcolor="blue" height="150">raz</td></tr> <tr><td bgcolor="lightblue">dva</td></tr> <tr><td bgcolor="blue" height="150">tri</td></tr> </table> </body> </html>
  19. грызть http://imfo.ru/computers/footer-absolute http://vk.osvita.org.ua/footer.htm http://www.htmlbook.ru/content/?id=109 http://neveragainblog.com.ua/archives/72 ну и погуглите.
  20. трудно сказать в чем проблема. Может ссылку дадите на сайт ?
  21. Почему бы вам не обратиться к тем у кого заказывали ?
  22. вот и надо проверять че он там посылает.
×
×
  • 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