Jump to content
  • 0

Форма ввода


Olekh
 Share

Question

Переделываю шаблонную форму ввода. В неактивном состоянии отображается нормально, после ввода e-mail и перехода к вводу пароля, e-mail отображается на фоне картинки, как сделать чтобы отображался на белом фоне?


{$FORM_ACTION}
<div class="loginformEmail">
{$FIELD_EMAIL}
</div>
<div class="loginformPass">
{$FIELD_PWD}
</div>
<div class="LoginButton">
{$BUTTON}
</div>
{$FORM_END}

.loginformEmail input {
background-image: url(img/Background_login.gif);
background-repeat:no-repeat;}

.loginformEmail input:focus, .sffocus, .sffocus {
background-image:url(img/Background_login_focus.gif); background-repeat:repeat-x;}

.loginformPass input {
background-image: url(img/Background_login.gif);
background-repeat:no-repeat;}

.loginformPass input:focus, .sffocus, .sffocus {
background-image:url(img/Background_login_focus.gif); background-repeat:repeat-x;}

Edited by Olekh
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Запарился уже искать на форуме. Может подскажет кто-то тему где обсуждали вот этот вопрос? - http://forum.htmlbook.ru/index.php?showtopic=21942&st=0&p=159570&hl=+%D1%84%D0%BE%D1%80%D0%BC%D0%B0%20+%D0%B2%D0%B2%D0%BE%D0%B4%D0%B0&fromsearch=1entry159570

Link to comment
Share on other sites

  • 0

Есть ответы, закреплены, но ведь мы очень горды чтобы сначала пройтись и посмотреть?

Да, нет. Искал, смотрел, не нашел. На форуме VamShop подсказали заменить html, чтобы не править php. Заменил. Теперь ищу скрипт, чтобы выполнял динамичную форму. Два скрипта проверил - не подходят. Отложил пока на потом. Если не получится оставлю пока как есть.

<form id="loginbox" method="post" action="login.php?action=process">
<p>
E-Mail:
</p>
<p class="loginform">
<input type="text" name="email_address" />
</p>
<p>
Пароль:
</p>
<p class="loginform">
<input type="password" name="password" />
</p>
<p class="LoginContentCenter">
<span class="button"><button type="submit">Продолжить</button></span>
</p>
</form>

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