-
Posts
13,707 -
Joined
-
Last visited
-
Days Won
58
Content Type
Profiles
Forums
Calendar
Store
Everything posted by psywalker
-
Выбирай http://yandex.ru/yandsearch?text=%D0%BA%D0...6510&lr=213
-
Замути отдельную страницу с примером. И дай ссылку.
-
помогите убрать подчеркивание ссылок с маркированных списков
psywalker replied to vovchikku's question in HTML Coding
text-decoration: none; -
Я уже тоже ни раз слышал про такие вещи. У меня на этот счёт своё мнение, что никогда, никакая программа, не заменит человеческие руки и мозг.
-
Доктайп стоит?
-
del
-
Рад был помочь.
-
http://htmlbook.ru/html5/semantics
-
Дружище, для тебя всё что угодно <!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>
-
Есть одно грамотное решение. Поставить доктайп.
-
#menu li a span - значит ему
-
a {text-align: center;}
-
Ну видимо он это и имел ввиду. Не все браузеры, в частности ИЕ6-8 поддерживают HTML5 и поэтому этот доктайп просто приведёт их в обычный режим, обычного доктайпа.
-
Ещё нужен браузер, который его поддерживает)
-
Молодец! Сразу-бы так
-
Смотри, в инлайн стилях прописал 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>
-
Добавь паддинги, высоту можешь подрегулировать, попробуй разные варианты.
-
Да, присоединяюсь. Полезная штука. Кстати никто не заметил, что ТС ни разу не появился с момента первого поста?
-
А расскажи, как ты искал? Что в поиск вбивал или не вбивал и т.д.
-
http://forum.htmlbook.ru/index.php?s=&...st&p=167759 Тогда уже мистика. Показывай страницу с примером нерабочим.
-
А самому слабо найти? Или из border состоит весь сайт и найти это свойство невозмножно? По-моему тут лень прослеживается и желание, чтобы другие всё за тебя нашли.
-
А зачем городить лишний код, когда можно обойтись малой кровью и по делу?