Advertisement
pushrbx

aa-modify-tip

Mar 12th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function ddrivetip(thetext,thewidth,thecolor)
  2. {
  3.     if(ns6||ie)
  4.     {
  5.         $(pointerobj).hide();
  6.         if(typeof thewidth!="undefined") tipobj.style.width=thewidth+"px";
  7.         if(typeof thecolor!="undefined"&&thecolor!="") tipobj.style.backgroundColor=thecolor;
  8.         tipobj.innerHTML=thetext;
  9.         enabletip=true;
  10.         return false
  11.     }
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement