nunolevezinho Posted June 11, 2012 at 02:57 PM Report #461986 Posted June 11, 2012 at 02:57 PM (edited) Olá tenho o seguinte código para fazer uma espécie de glow à volta dos inputs. Funciona bem no Google Chrome, mas não no IE. Alguem sabe como resolver para dar no IE? input { outline:none; border-color:#1569C7; box-shadow:0 0 10px #1569C7; } input:focus { outline:none; border-color:#1569C7; box-shadow:0 0 10px #1569C7; } Edited June 11, 2012 at 03:08 PM by nunolevezinho
pikax Posted June 11, 2012 at 03:00 PM Report #461989 Posted June 11, 2012 at 03:00 PM (edited) O IE sempre a dar problemas... Ja agora o titulo esta errado, usa o google EDIT:ja agora a solucao esta nos primeiros links do link de cima Edited June 11, 2012 at 03:07 PM by pikax Por muito mais que que estude só aprendo uma coisa, que ainda tenho muita coisa para aprender. A beleza de um código está em decompor problemas complexos em pequenos blocos simples. "learn how to do it manually first, then use the wizzy tool to save time." "Kill the baby, don't be afraid of starting all over again. Fail soon, learn fast."
nunolevezinho Posted June 11, 2012 at 03:17 PM Author Report #461992 Posted June 11, 2012 at 03:17 PM (edited) Sim, já consegui resolver obrigado. Já agora não dá para por algo do tipo no IE? input { border: 2px; } Edited June 11, 2012 at 03:17 PM by nunolevezinho
pikax Posted June 11, 2012 at 03:19 PM Report #461993 Posted June 11, 2012 at 03:19 PM penso que seja pela a falta dos outros argumentos. se for tao simples como isso, mete: input { border-size: 2px; } Por muito mais que que estude só aprendo uma coisa, que ainda tenho muita coisa para aprender. A beleza de um código está em decompor problemas complexos em pequenos blocos simples. "learn how to do it manually first, then use the wizzy tool to save time." "Kill the baby, don't be afraid of starting all over again. Fail soon, learn fast."
nunolevezinho Posted June 11, 2012 at 03:30 PM Author Report #461998 Posted June 11, 2012 at 03:30 PM Exemplo: http://img444.imageshack.us/img444/1414/semttulorqw.png input { border: 4px; border-color:#1569C7; } Eu só queria que no IE também aparecesse aquela espécie de glow.
pikax Posted June 11, 2012 at 03:34 PM Report #462000 Posted June 11, 2012 at 03:34 PM http://stackoverflow.com/questions/6575169/box-shadow-glow-effect-for-ie Por muito mais que que estude só aprendo uma coisa, que ainda tenho muita coisa para aprender. A beleza de um código está em decompor problemas complexos em pequenos blocos simples. "learn how to do it manually first, then use the wizzy tool to save time." "Kill the baby, don't be afraid of starting all over again. Fail soon, learn fast."
nunolevezinho Posted June 11, 2012 at 04:38 PM Author Report #462018 Posted June 11, 2012 at 04:38 PM Obigado, ja resolvi. O problema é que estava a sobrepor uma regra sobre outra.. Podem fechar
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now