
March 31st, 2000, 10:21 AM
|
|
Registered User
|
|
Join Date: Aug 1999
Posts: 16
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
I have a problem that I'd like help with if you would please. I would like to use this code to make the cursor change when your on a page. I have the cursors up and the object code works, I can make the cursor change everywhere else.. but hypermart pops up a new window to advertise everytime that the page is loaded or refreshed/reloaded, along with that the new Hypermart window also reloads every 3 minutes. Is it the little pop up advertisement by hypermart that's killing the object code before it gets too it? I tried to move the code higher up on the page but that didn't work. I even tried to put it in the head tag, but that didn't work either. What do you think?
<object id="Cursor" width=2 height=1
classid="CLSID:1678F7E1-C422-11D0-AD7D-00400515CAAA"
CODEBASE="http://files.cometsystems.com/cometcursor/comet.cab">
<param name="Normal" value="http://faiyth.hypermart.net/chucks/bowlingball.cur">
<param name="IBeam" value="http://faiyth.hypermart.net/chucks/bowlingpinvertical.cur">
<param name="HyperLink" value="http://faiyth.hypermart.net/chucks/bowlingpindiagonal.cur">
<param name="Wait" value="http://faiyth.hypermart.net/chucks/bowlingpingdiagonalwobble.ani"></object>
Thanks!
|