Jump to content

tius

User
  • Posts

    201
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by tius

  1. tius

    div height 100%

    Например <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title></title> <style type="text/css"> html, body {height:100%;} body { margin: 0; padding: 0; } html>body .minHeight{ float: left; width: 0; height: 100%; overflow: hidden; } .wrapper { min-height: 100% !important; height: 100% !important; width: 100%; margin: 0 auto; background: #c0c0c0; overflow: hidden; } * html .wrapper { height: 100%; overflow: visible; } .header{ height: 100px; background: #808080; text-align: center; } .right { float: right; width: 50%; background: #606060; text-align: center; height: 100%; } .left{ float: left; width: 50%; background: #303030; text-align: center; height: 100%; } </style> </head> <body> <div class="minHeight"></div> <div class="wrapper"> <div class="header">header</div> <div class="left">left</div> <div class="right">right</div> </div> </body> </html>
  2. tius

    div height 100%

    >http://simon.comyr.com/test/ >Website Under Review
  3. tius

    div height 100%

    Simon >content 100% в высоту, в нем 2 блока (левый, правый) хочу что бы при увеличении левого + по ссылке ниже нет никаких правых и левых колонок. Просто слои, один под другим. удалить width (например, в auto выставить ширину), поставить вложенным слоям float: left.
  4. tius

    div height 100%

    http://htmlbook.ru/faq/kak-razmestit-dva-sloya-po-gorizontali
  5. 1. Убрать все лишние пробелы и скрытые знаки. 2. Предоставить код. 3. Забить уже ИЕ6 сапогами с толстой подошвой.
  6. раз: <div style="margin: 0 20px 0 0; float:right; text-align: right;"><b>Генеральный директор</b><br>Надежда Владимировна</div> два: убрать из #news .news правило {overflow: hidden;} три: ну и по мелочи уже допиливайте четыре: вторая ссылка в хроме(10.0.648) ок.
  7. Либо: <style> td.img {text-align: center;} </style> <tr> <td class="img"><img src="/upload/logo/qiwi.jpg"></td> <td><b>Электронные терминалы</b><br>Время поступления: on-line<br>Комиссия: 0%<br>Территория: Москва и Московская обл.<br><a href="http://www.qiwi.ru" target="_blank">www.qiwi.ru</a></td> </tr> Либо: <style> td img {display: block; margin: 0 auto; } </style>
  8. Во-первых, внимательно прочтите справку http://htmlbook.ru/css/top Во-вторых, объясняйтесь более четче. Что вы хотите получить? В-третьих, вместо отрицательного top: -20px; можно использовать, например, margin-top: -20px;
  9. В таком случае, все работает как надо. Из-за ширины содержимого или самой таблицы. Код/линк в студию.
  10. Присвоить ячейке класс и прописать ему отдельные стили для ссылок. td.uniqueClass a:link, td.uniqueClass a:hover, td.uniqueClass a:visited {font-size: 13px;}
  11. присвоить данной таблице уникальный класс (<table class="blablabla" ... >) и к нему применить правило (table.blablabla td {padding: 30px 0 0;})
  12. >.floatleft {float: left;} ><div class="block w50p float">бла бла</div> ><div class="block w50p float">бла бла</div> тест на внимательность.
  13. добавить <style> table td {padding: 30px 0 0;} </style>
  14. position: fixed; очевидно же
  15. >Как это делать с тэгом <a> я знаю, а вот с input встрял. Точно так же? <style type="text/css"> input { width: 100px; height: 30px; background: url('input.png') no-repeat; border: none; } input:hover { background: url('input_hover.png') no-repeat; } </style> <form> <input name="search" type="button" value="" /> </form>
  16. http://htmlbook.ru/faq/kak-sdelat-chtoby-kartinka-menyalas-pri-navedenii-na-nee
  17. В данный момент у меня (FF4) сайт подгружается с правильным стилевым файлом style.css.
  18. SpyGirl ctrl+f5, на всякий случай
  19. Смотрю код на сайте, о котором идет обсуждение.
  20. цитирую заголовок страницы http://mir-aviacii.ucoz.ru/ <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>Мир Авиации - Главная страница</title> <link type="text/css" rel="StyleSheet" href="/ads/style.scc" /> <link type="text/css" rel="StyleSheet" href="http://s103.ucoz.net/src/layer1.css" /><script type="text/javascript" src="http://s103.ucoz.net/src/u.js?2"></script><style type="text/css">.UhideBlock {display:none}</style> </head> ><link type="text/css" rel="StyleSheet" href="/ads/style.scc" /> >href="/ads/style.scc" изменить на "/ads/style.css"
  21. разрешение файла должно быть *.css
  22. >файл стилей - http://mir-aviacii.u...u/ads/style.scc >style.scc
×
×
  • 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