nunolevezinho Posted June 11, 2012 Report Share Posted June 11, 2012 (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 by nunolevezinho Link to comment Share on other sites More sharing options...
pikax Posted June 11, 2012 Report Share Posted June 11, 2012 (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 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." Link to comment Share on other sites More sharing options...
nunolevezinho Posted June 11, 2012 Author Report Share Posted June 11, 2012 (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 by nunolevezinho Link to comment Share on other sites More sharing options...
pikax Posted June 11, 2012 Report Share Posted June 11, 2012 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." Link to comment Share on other sites More sharing options...
nunolevezinho Posted June 11, 2012 Author Report Share Posted June 11, 2012 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. Link to comment Share on other sites More sharing options...
pikax Posted June 11, 2012 Report Share Posted June 11, 2012 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." Link to comment Share on other sites More sharing options...
nunolevezinho Posted June 11, 2012 Author Report Share Posted June 11, 2012 Obigado, ja resolvi. O problema é que estava a sobrepor uma regra sobre outra.. Podem fechar Link to comment Share on other sites More sharing options...
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