Jump to content
  • 0

2 проблемы с формой


nazarlee
 Share

Question

Всем привет.

Код формы:


<div id="contact-wrapper">
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>" id="contactform">
<div>
<label for="name"><strong>Name:</strong></label>
<input type="text" size="50" name="contactname" id="contactname" value="" />
</div>
<div>
<label for="email"><strong>Email:</strong></label>
<input type="text" size="50" name="email" id="email" value="" />
</div>
<div>
<label for="subject"><strong>Budget:</strong></label>
<input type="text" size="50" name="subject" id="subject" value="" />
</div>
<div>
<label for="message"><strong>Message:</strong></label>
<textarea rows="5" cols="50" name="message" id="message"></textarea>
</div>
<div id="go">
<a href="javascript:document.forms[0].submit( );"><img src="img/go_to.png" onmouseover="this.src='img/go_after.png' " onmouseout="this.src='img/go_to.png'" border="0"/></a>
</div>
</form>
</div>

Проблема первая: Не могу добиться кроссбраузерности по ширине между ячейками типа <input> и <textarea>. Прилагаю скрины.... А хотя нет не прилагаю. Не могу найти где аттач тут.

Проблема вторая: Сейчас все ячейки идут одна за одной. Мне нужно, что бы текстовая область распологалась справа от первый 3-х ячеек. Понятно? padding-left - помог отодвинуть её в сторону. Но padding-top and buttom не работают здесь. Тоесть вверх подвинуть текстовую область так, что бы она была паралельно первым трем - НЕ ПОЛУЧАЕТСЯ. Как поступить?

Можно как-то скрины добавить?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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