Jump to content
  • 0

Положение элементов на странице


NeoMurderer
 Share

Question

3 answers to this question

Recommended Posts

  • 0

Для начала у Вас заявлен


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

А используете вперемешку, то selfcloasing теги(

<br /> <input /> <img />

), то обычные.

Валидатору также не нравится

 xmlns="http://www.w3.org/1999/xhtml"

- оно вполне понятно, если посмотреть на xhtml в конце и то, о чем говорил выше.

Начать надо с этого.

Далее для "Вход" уберите position: relative; добавьте ему float и нормальное значение width;+margin-top;

firebag чтот странное говорит..даже если поставить width:12px; ширина ссылки не меняется.

Использовать !important в встроенных стилях не имеет смысла.

min-height:0; тоже очень нужная строчка.

backgrounD:#1C3508; D - пропущено.

Почитайте про hasLayout - есть на основном сайте тут( http://htmlbook.ru/blog/obzor-haslayout ).


<a onclick="login()

Пора переходить на ненавязчивый JavaScript.

Не нашел закрывающих тегов для body, html.

Если transitional-doctype стоит только ради

<center></center>

Пора уже найти ему замену и перейти на strict

Удачи

Edited by tt48
Link to comment
Share on other sites

  • 0

Не шибко заметно http://validator.w3.org/check?uri=http%3A%2F%2Fpohodkin.ru%2F&charset=%28detect+automatically%29&doctype=Inline&group=0


<a style="float:left;margin-top:30px; backgrounD/*!!!*/:#1C3508;
width:120px;height:15px /*!important*/;" class="fbutton" href="http://www.pohodkin.ru/full_search.html"><b>Подбор снаряжения</b></a>
<a id="loginB" class="fbutton" style='float: left;'>Вход</a>

<form action="" name="searchform" method="post" align="right">


<input type="hidden" name="do" value="search" />
<input type="hidden" name="subaction" value="search" />
<ul class="searchbar" style='*margin-left: 30%;'>

Edited by tt48
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

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