Jump to content
  • 0

Изменить положение кнопки в форме...


Gensen
 Share

Question

Всем добрый день.

Проблема: не удается изменить местоположение кнопки в форме, по отношению к "textarea".

В хроме и сафари отображается нормально, но в остальных браузерах кнопка прилипает к "textarea".

Каким образом кнопку можно двигать в внутри формы, помимо использования "float"

Проясните, кто сталкивался с подобным, код прилагаю.

<div id="obratka">

<form action="" method="post">

<p class="f">Ваше имя<sup>*</sup></p>

<input type="text" name="t1" maxlength="40" size="30" class="text">

<p class="f">Ваш E-mail<sup>*</sup></p>

<input type="text" name="t2" maxlength="40" size="30" class="text">

<p class="f">Тема сообщения<sup>*</sup></p>

<input type="text" name="t3" maxlength="28" size="30" class="text">

<p class="f">Сообщение<sup>*</sup></p>

<textarea name="t4" maxlength="200" class="message">

</textarea>

<input type="submit" name="but" value="Отправить" class="button">

</form>

</div>

#obratka{background: url(images/obratka.png) no-repeat; float:left; margin-top: 25px; width: 230px; height: auto; min-height: 348px;}

#obratka form {font-family: Arial; font-size: 12px; color: #323232; padding: 0 9px;}

.f {padding: 5px 0 2px 0;}

.text {height: 14px; width:210px;}

.message { width:211px; height:155px; margin: 0; padding:0; box-shadow: none; }

.message:focus { width:211px; height:155px; margin: 0; padding:0; box-shadow: none; }

.button {width: 118px; background:url(imagesNew/sendb.png) no-repeat; float: right; color: #323232; font-weight: bold; padding: 0; margin: 0;}

.button:hover{text-shadow:1px 1px 1px white,1px 1px 1px white,1px 1px 1px white; color: #a52727;}

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Спасибо за помощь!:)

Плюс с меня завтра, сегодня система говорит, что достигнут лимит, хотя я еще никому сегодня плюс не ставил.

Не получается поставить ПЛЮС.

Постоянно всплывает окно: Действие не выполнено, вы исчерпали лимит положительных оценок на сегодня.

Edited by Gensen
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