View Single Post
  #4  
Old 10-07-2009, 10:07 AM
 
rct rct is offline
 

Advanced Member
  
Join Date: Dec 2004
Posts: 89
 

Default Re: Javascript Tooltip Problem

I am using the same script, however I am putting it in the embedded static page. It is not working if I put the script in skin1/modules/Tooltips/wz_tooltip (see the code below) , but it will work fine if I have all the codes in the page content ... meaning - a big long inefficient way of coding.

Any advice? Thanks

************************************************** *******
code:

<body>{literal}

<script type="text/javascript" src="http://www.reallycooltees.com/public_html/modules/Tooltips/wz_tooltip.js" >
</script>
{/literal}

<a href=" " onmouseout="UnTip()" onmouseover="Tip('Why do we charge your art fees?')" >$30.0/hour</a>
</body>
__________________
JOHN - v.5.3.X biz, X-payment 3.X
Reply With Quote