Jump to content

PREDATORik

Newbie
  • Posts

    15
  • Joined

  • Last visited

Posts posted by PREDATORik

  1. с этим разобрался. спасибо!

    есть еще несколько ошибок которые нужно исправить:

    1. document type does not allow element "div" here; assuming missing "li" start-tag

    <div class="mini-news-img img">

    2. document type does not allow element "a" here; missing one of "label", "span", "em", "strong", "dfn", "code", "samp", "kbd", "var", "cite", "abbr", "acronym", "q", "tt", "i", "b", "big", "small", "sub", "sup", "bdo", "object", "ins", "del" start-tag

    …/news/18772" class="leftimg" style="position: absolute">Старый Человек-паук</a>

    3. start tag was here

    <a href="http://test1.ru/http://test1.ru/?p=1"><img width="71" height="49" …

    4. character "&" is the first character of a delimiter but occurred as data

    b[c] += ( window.postMessage && request ? ' ' : ' no-' ) + cs;

    5. document type does not allow element "input" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag

    …type="text" value="" maxlength="150" /><input type="submit" class="adminbar-bu…

  2. А кто будет закрывать теги? <input type="submit" value="Искать" />

    закрыл. вот что вышло:

    document type does not allow element "input" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag

    <input type="text" name="s" />

    <input type="submit" value="Искать" />

  3. Здравствуйте. Validator.w3.org выдает ошибки по моему шаблону которые я исправить не могу так как не могу понять что не так... Буду благодарен за разъяснения.

    1. required attribute "type" not specified

    <script>(function(){if(window===window.parent){…

    2. document type does not allow element "input" here; missing one of "ins", "del", "h1", "h2", "h3", "h4", "h5", "h6", "p", "div", "address", "fieldset" start-tag

    <input type="text" name="s">

    3. start tag was here

    <input type="text" name="s">

    4. end tag for "input" omitted, but OMITTAG NO was specified

    <input type="submit" value="Искать" >

    5. required attribute "alt" not specified

    …" height="49" src="http://test1.ru/wp-content/themes/traction/images/lol.jpg">

  4. здравствуйте. добавил к кнопкам параметр {padding-left:}, получилось как мне нужно (на рисунку обозначено синим цветом), но как я и ожидал появились нежелательные для меня отступы по краям самого блока кнопок (на рисунке обозначено красным цветом). чем можно убрать? заранее спасибо.

    875c68b12880.jpg

  5. Здравствуйте! В шапке сайта есть картинка которая имеет заданную высоту. Во всех браузерах работает, а в этом ср*ном IE нет(. Как выйти с положения?

    Вот код:

    div#cat-nav {

    background-attachment: scroll;

    background-clip: border-box;

    background-color: transparent;

    background-image: url("../images/nav.png"); - сама картинка.

    background-origin: padding-box;

    background-position: center bottom;

    background-repeat: no-repeat;

    background-size: cover;

    border-top-left-radius: 10px;

    border-top-right-radius: 10px;

    clear: both;

    float: left;

    height: 130px;- высота картинки.

    margin: -5px 0 0;

    width: 960px;- ширина картинки.

    }

×
×
  • 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