modified allc

modified allc

de sue sugizaki -
Número de respuestas: 2

Hi,

My colleagues have meddled w/ allc and added login from Aardvark.

I added "Användarnamn (username") and "Lösenord (password)" so the words can appear in the cases, but my colleagues using IE say the words don't show up.

<input type="text" name="username" id="login_username" value="" onFocus="if(this.value=='Användarnamn') this.value=''" placeholder="Användrarnamn">&nbsp; 
<input type="password" name="password" id="login_password" value="" onFocus="if(this.value=='12345678') this.value=''" placeholder="Lösenord">

 It works w/ FF, Chrome, Opera and Safari.

Q: how could I make it work w/ IE?

Promedio de valoraciones: -
En respuesta a sue sugizaki

Re: modified allc

de Mary Evans -
Imagen de Core developers Imagen de Documentation writers Imagen de Peer reviewers Imagen de Plugin developers Imagen de Testers

IE doe not recognise placeholder - Google it there is plenty to read about it.

The only way you can get it to show up is put username and password as a value...

value="Användrarnamn"

value="Lösenord"

In your immage there the value = "" (empty!)

But dont expect it to work in the same dynamic way you have to highlight it to write your name but if you saved you username and password already it stores it OK.

En respuesta a Mary Evans

Re: modified allc

de sue sugizaki -

the first one is OK, but if you put, for example, value="Lösenord", the letters will show up as dots.

Q: how can I change it???

 

P.S. I'm basically a Mac user and don't use IE.= I don't have good knowledge on it... learning.