JeremyLKnauff
New Member
As I understand it, CSS can be used to change the content of an element on \[code\]:hover\[/code\] in a basic way. I am using this codeHTML:\[code\]<button><span>3 replies</span></button>\[/code\]CSS:\[code\]button {width:6em}button:hover span {display:none}button:hover:before {content:"Reply!"}\[/code\]but when I hover over the button, it twitches very badlyI want mine to be smooth like the music player at http://www.musiccentro.com/centroadmin/index.php/beats/ws/?beat_id=159