Jump to content
  • 0

Как состыковать элементы формы


Gride
 Share

Question

Всем привет,

подскажите пожалуйста, как вот эту форму из картинки, поля ввода и кнопки состыковать в один "неразрывный" элемент

form.gif

код формы:

 <form action="index.php" id="search_id" method="get" onsubmit="return search_checkup();">
<a href="/index.php?language_id=1&section_id=31"><img alt="Помощь" class="help" src="templates/images/search_help.png"></a>
<input accesskey="s" alt="Поиск" id="text_id" maxlength="64" name="text" title="Поиск" type="search" value="" />
<input alt="Поиск" id="submit_id" src="templates/images/search_submit.png" title="Поиск" type="image" value="Поиск" />
</form>

CSS-код:

form#search_id {left: 16pt; margin: 0; position: absolute; top: 16pt;}
form#search_id .help {border: none; height: 24px;}
form#search_id input#text_id {background: url('images/search_text.png') repeat-x; border: none; font: 14px Tahoma, Verdana, sans-serif; height: 24px; margin: 0; padding: 2px 0 2px 0; width: 240px;}
form#search_id input#submit_id {}

Пытался расковырять поисковую форму с этого сайта, но как-то IQ не хватило, хочется понять для чего каждый из параметров, а не тупо скопировать.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Спасибо! float позволил все выровнять и соединить.

Правда, в IE 6 между картинками небольшой зазор остается.

А чем position: absolute вреден? Мне необходимо на одном уровне в шапке сайта вывести поисковую форму и меню языков. Помоему, вполне удобно каждый из этих блоков объявить как position: absolute и позиционировать.

Edited by Gride
Link to comment
Share on other sites

  • 0
Правда, в IE 6 между картинками небольшой зазор остается.

Вполне возможно из за пробела в самой разметки страницы. т.е. если

<a></a> <input></input>

или если

<a></a>

<input></input> то пробел будет.

а если <a></a><input></input> то не будет.

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