So I’m trying to add a simple skype call button to a page. It works fine with the exception of an obnoxious little white dot that appears at the bottom of the footer.
This is the script source:
<script src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
So in that script there’s a detectionswf object, id is “skypedetectionswf”. And there is also a div container for it that is also 5×5.
My question is how on earth do I hide this little zit?
I’ve put this directly under but it’s no use:
<script> document.getElementById("skypedetectionswf").style.visibility='hidden'; </script>
Use CSS: