Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function ddrivetip(thetext,thewidth,thecolor)
- {
- if(ns6||ie)
- {
- $(pointerobj).hide();
- if(typeof thewidth!="undefined") tipobj.style.width=thewidth+"px";
- if(typeof thecolor!="undefined"&&thecolor!="") tipobj.style.backgroundColor=thecolor;
- tipobj.innerHTML=thetext;
- enabletip=true;
- return false
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement