There is a code: http://jsfiddle.net/raccoon89/DjLpp/
But it works in one direction. It is necessary to make so that the mail comes back after slips of the cursor from the block. And when you hover, the phone number was poked.
There is a code: http://jsfiddle.net/raccoon89/DjLpp/
But it works in one direction. It is necessary to make so that the mail comes back after slips of the cursor from the block. And when you hover, the phone number was poked.
onmouseover="if (document.getElementById('texty').innerHTML!='mail@fuze.pro') {document.getElementById('texty').innerHTML='mail@fuze.pro'} else {document.getElementById('texty').innerHTML='8 912 77 20 444'}" onmouseout="if (document.getElementById('texty').innerHTML!='8 912 77 20 444') {document.getElementById('texty').innerHTML='8 912 77 20 444'} else {document.getElementById('texty').innerHTML='mail@fuze.pro'}"
Source: https://ru.stackoverflow.com/questions/210134/
All Articles