Hello. I would like to change the Placeholder´s text position for "Your name or email address:" and "Do you already have an account?" from outside the Login Slider´s textCtrl Field to inside. On active field their should be no text anymore.
Is it possible and can anyone help me with that?
View attachment 62066
I'm sorry, I gathered you wanted to change it. I was not clear that you wanted to move it inside the box. I just assumed you meant you wanted to change the text.But i dont want to replace the text, i want to move the Text (e.g. Your name or email address), as shown in the picture, from left to inside the name´s form field.
Sorry for any Misunderstanding, but i thought the picture helps clarifying my wish?!
<dd><input type="text" name="login" id="LoginControl" class="textCtrl" tabindex="101" /></dd>
<dd><input type="text" name="login" id="LoginControl" class="textCtrl" placeholder="{xen:phrase your_name_or_email_address}" tabindex="101" /></dd>
<input type="password" name="password" class="textCtrl" id="ctrl_password" tabindex="102" />
<input type="password" name="password" class="textCtrl" placeholder="{xen:phrase do_you_already_have_account}" id="ctrl_password" tabindex="102" />
<dt><label for="LoginControl">{xen:phrase your_name_or_email_address}:</label></dt>
<dt><label for="LoginControl"></label></dt>
<label for="ctrl_password">{xen:phrase do_you_already_have_account}</label>
<label for="ctrl_password"></label>
login_bar.cssWorks perfect!!!
Thank you so much for your help
Edit: For "no Text" on focused Input, i will use some js maybe
http://jsfiddle.net/mPLFf/4/
or if possible with CSS, but not sure if google will like hiding text?!
login_bar.css
Would allow you to further customize the log-in bar to your liking.
<li><label for="ctrl_not_registered"><input type="radio" name="register" value="1" id="ctrl_not_registered" tabindex="105" checked="checked" class="Disabler" />{xen:phrase no_create_account_now}</label></li>
<li><label for="ctrl_not_registered"><input type="checkbox" name="register" value="1" id="ctrl_not_registered" tabindex="105" checked="checked" class="Disabler" />{xen:phrase no_create_account_now}</label></li>
li><label for="ctrl_registered"><input type="radio" name="register" value="0" id="ctrl_registered" tabindex="105" checked="checked" class="Disabler" />{xen:phrase yes_my_password_is}:</label></li>
We use essential cookies to make this site work, and optional cookies to enhance your experience.