Jump to content

psywalker

Moderator
  • Posts

    13,707
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by psywalker

  1. Выбирай http://yandex.ru/yandsearch?text=%D0%BA%D0...6510&lr=213
  2. psywalker

    Center

    display:inline-block;
  3. Замути отдельную страницу с примером. И дай ссылку.
  4. psywalker

    PSD в HTML

    Я уже тоже ни раз слышал про такие вещи. У меня на этот счёт своё мнение, что никогда, никакая программа, не заменит человеческие руки и мозг.
  5. Дружище, для тебя всё что угодно <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>3 Колонки</title> <style type="text/css"> *{ margin: 0; padding: 0;} body { min-width: 500px;} div { height: 100px;} #wrap1 { margin: 5px; position: relative; float: left; left: 50%; } #wrap2 { float: left; left: -50%; position: relative; padding: 5px; border: 1px solid #000; } div.left { position: absolute; width: 200px; background: red; left: 5px; top: 5px; } div.right { position: absolute; width: 200px; background: red; right: 5px; top: 5px; } div.content { background: blue; position: absolute; left: 210px; right: 210px; top: 5px; } div#s { height: 80px; margin: 10px 100px 0; display: table; position: relative; z-index: 2; background: #fff; opacity: 0.7; filter:alpha(opacity=70); } div#s p { display: table-cell;vertical-align: middle; } </style> <!--[if IE 6]> <style type="text/css"> div#s {display: inline; float: left;} body {width:expression(document.documentElement.clientWidth < 500 ? "500px" : "auto");} div.content{width: expression(this.parentNode.offsetWidth-210-213+'px');} div#s p {margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");} </style> <![endif]--> <!--[if IE 7]> <style type="text/css"> div#s { margin-top: 15px;height: 80px;} div#s p {margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");} </style> <![endif]--> </head> <body> <div id="wrap1"> <div id="wrap2"> <div id="s"> <p> Soon our new web shop will be launche again with new design and great featurearmed with many new products and the </p> </div> <div class="left"></div> <div class="right"></div> <div class="content"></div> </div> </div> </body> </html>
  6. Есть одно грамотное решение. Поставить доктайп.
  7. 2 минуты и 5 секунд
  8. Ну видимо он это и имел ввиду. Не все браузеры, в частности ИЕ6-8 поддерживают HTML5 и поэтому этот доктайп просто приведёт их в обычный режим, обычного доктайпа.
  9. Ещё нужен браузер, который его поддерживает)
  10. Молодец! Сразу-бы так
  11. Смотри, в инлайн стилях прописал style='border: none;' и подчёркивание убралось. Значит обратись к классу этой ссылки.. <a style='border: none;' addthis:title="Сборник советов по микростокам" addthis:url="" href="http://www.addthis.com/bookmark.php?v=250&username=shekoru" rel="nofollow" class="addthis_button"><img height="16" border="0" width="125" alt="Share" src="//s7.addthis.com/static/btn/v2/lg-share-ru.gif"></a>
  12. Добавь паддинги, высоту можешь подрегулировать, попробуй разные варианты.
  13. Да, присоединяюсь. Полезная штука. Кстати никто не заметил, что ТС ни разу не появился с момента первого поста?
  14. psywalker

    table в css

    А расскажи, как ты искал? Что в поиск вбивал или не вбивал и т.д.
  15. http://forum.htmlbook.ru/index.php?s=&...st&p=167759 Тогда уже мистика. Показывай страницу с примером нерабочим.
  16. psywalker

    table в css

    А самому слабо найти? Или из border состоит весь сайт и найти это свойство невозмножно? По-моему тут лень прослеживается и желание, чтобы другие всё за тебя нашли.
  17. А зачем городить лишний код, когда можно обойтись малой кровью и по делу?
×
×
  • 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