vinceplay() Posted October 7, 2004 Report Share Posted October 7, 2004 ai galerinha quero saber ......como eu faço para que quando eu passar o mouse sobre a letra ................ele ficar en letras maiusculas Quote Link to comment Share on other sites More sharing options...
0 Crystian Posted October 7, 2004 Report Share Posted October 7, 2004 Tu quer só a letra? ou por palavra?...abraçoCrystian Quote Link to comment Share on other sites More sharing options...
0 vinceplay() Posted October 7, 2004 Author Report Share Posted October 7, 2004 se possivel coloca os dois VEIO OK Quote Link to comment Share on other sites More sharing options...
0 Crystian Posted October 8, 2004 Report Share Posted October 8, 2004 <html> <head> <script> function upper(id){ try{ document.getElementById(id).innerHTML = document.getElementById(id).innerHTML.toUpperCase(); } catch(e){status = e;} } function lower(id){ try{ document.getElementById(id).innerHTML = document.getElementById(id).innerHTML.toLowerCase(); } catch(e){status = e;} } </script> </head> <body> <label id="label" onmouseover="upper(this.id)" onmouseout="lower(this.id)">abc</label> <text id="text1" onmouseover="upper(this.id)" onmouseout="lower(this.id)">t</text><text id="text2" onmouseover="upper(this.id)" onmouseout="lower(this.id)">e</text><text id="text3" onmouseover="upper(this.id)" onmouseout="lower(this.id)">s</text><text id="text4" onmouseover="upper(this.id)" onmouseout="lower(this.id)">t</text><text id="text5" onmouseover="upper(this.id)" onmouseout="lower(this.id)">e</text> </body> </html> Fiz um código pra ti, mas não gostei muito, ficou muito extenso, dá uma olhada e se conseguir reduzir esse código posta ae q estou sem tempo pra melhora ele....AbraçoCrystian Quote Link to comment Share on other sites More sharing options...
0 vinceplay() Posted October 8, 2004 Author Report Share Posted October 8, 2004 valeu veio brigadão aiiiiiiiiiiii vou tentar valeu Quote Link to comment Share on other sites More sharing options...
Question
vinceplay()
ai galerinha quero saber ......como eu faço para que quando eu passar o mouse sobre a letra ................ele ficar en letras maiusculas
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.