jQuery.IE9Gradius.js
jQuery.IE9Gradius.js copied to clipboard
Buttons missing their text
this is fixed by modifying the prepend at the end of your script:
<div id="'+id+'" style="'+g+' height: 100%; width: 100%;">'+$(this).text()+' \
my changes are: $(this).text(), inside the innermost div
This fixes the issue of text not showing up but all the padding associated with the text is still missing.