Halaman

  • RSS
Latest Post
Loading...

Senin, 14 Juli 2014

Testing

Testing

 
(function() { /* idCSS = input-cssTransisi:"sb77" design = by. http://sahabatblogger77.blogspot.com */ var a = document.getElementsByTagName('a'); var t = document.createElement('span'); t.id = "sb77"; t.style.position = "absolute"; t.style.zIndex = 999; t.style.backgroundColor = "#93c47d"; t.style.borderTop = "2px solid red"; t.style.borderBottom = "2px solid red"; t.style.borderLeft = "1px solid red"; t.style.borderRight = "1px solid red"; t.style.borderRadius = "10px 0 10px 0"; t.style.font = "bold italic 11px Helvetia"; t.style.padding = "5px 8px"; t.style.color = "#000"; t.style.width = "auto"; t.style.wordWrap = "break-word"; t.style.visibility = "hidden"; t.style.opacity = 0; document.body.appendChild(t); var tooltip = document.getElementById('sb77','sahabatblogger77'); function over(e) { tooltip.style.visibility = "visible"; tooltip.style.opacity = 1; tooltip.innerHTML = this.title; tooltip.style.top = (e.pageY + 25) + 'px'; tooltip.style.left = e.pageX + 'px'; this.setAttribute('original', this.title); this.title = "";} function out() { tooltip.innerHTML = ""; tooltip.style.visibility = "hidden"; tooltip.style.opacity = 0; this.title = this.getAttribute('original'); this.removeAttribute('original');} for (var i = 0; i a.length; i++) { if (a[i].title) { a[i].onmouseover = over; a[i].onmouseout = out; } } })();