Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-24-2003, 06:53 PM   PM User | #1
HEDO
New to the CF scene

 
Join Date: Dec 2003
Location: south cent pa
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
HEDO is an unknown quantity at this point
Question mouse trails on aol web pages

I have seem mouse trails with text on aol web pages with easy designer. I tried to adding the curser trail text to mine and it doesnt work at all. I copied the head section of script and added it near the top of my page. Then I added the body section near the middle and the body unload handler near the end of the page. All this was done with advanced html and copied inside that box and added at top middle and bottom of the page. I know I am doing something wrong as its not working. Can anyone help??
HEDO is offline   Reply With Quote
Old 12-24-2003, 07:09 PM   PM User | #2
zypher
New Coder

 
Join Date: Dec 2003
Location: On your monitor
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
zypher is an unknown quantity at this point
LOL...

a code sample would be nice.....

- ZYPHER
zypher is offline   Reply With Quote
Old 12-25-2003, 05:14 AM   PM User | #3
HEDO
New to the CF scene

 
Join Date: Dec 2003
Location: south cent pa
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
HEDO is an unknown quantity at this point
i am using the curser trailer text all from this site

http://dynamicdrive.com/dynamicindex13/trailortext.htm
HEDO is offline   Reply With Quote
Old 12-25-2003, 05:40 AM   PM User | #4
fredmv
Regular Coder

 
Join Date: Jul 2003
Location: Massachusetts
Posts: 472
Thanks: 0
Thanked 0 Times in 0 Posts
fredmv is an unknown quantity at this point
Welcome to CF.

It would also be helpful to see the particular page you're using it on. There could be some other scripts on the page conflicting with the code you're using which results in it not working correctly.
fredmv is offline   Reply With Quote
Old 12-25-2003, 06:38 AM   PM User | #5
zypher
New Coder

 
Join Date: Dec 2003
Location: On your monitor
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
zypher is an unknown quantity at this point
In order to find your error we *need* to see your code..
zypher is offline   Reply With Quote
Old 12-25-2003, 08:41 AM   PM User | #6
Dennis
New Coder

 
Join Date: Dec 2003
Location: Soraga, Trentino, Italy
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Dennis is an unknown quantity at this point
if can need...

<script>
function move(){
document.getElementById("text").style.position="absolute"
document.getElementById("text").style.top=event.clientY+5
document.getElementById("text").style.left=event.clientX+5
}
</script>
<body onMouseMove="move()">
<div id="text">Hiiii</div>
</body>
Dennis is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:29 AM.


Advertisement
Log in to turn off these ads.