User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the JavaScript / DHTML / AJAX section within the Web Development category of DaniWeb, a massive community of 363,554 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,886 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 2744 | Replies: 6
Reply
Join Date: Mar 2005
Location: To-ron-to
Posts: 17
Reputation: Tdot is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Tdot Tdot is offline Offline
Newbie Poster

looking for a script for menubar

  #1  
Apr 11th, 2005
Hi guys,
I am looking for javascript that slides a pointer (an image) from from end to another (left to right) on the movement of the mouse.

I have the navbar and I want the pointer to be on the top so that when the users moves his mouse on the navbar the pointer on the top moves with it - ...
i hope i am explaing this correctly.

I searched and searched but got nowhere so in desperation i am asking the question here.

thanks.. i hope i get some reponses.

vik
......
Thalforum.com - Thalassemia Community Forums
http://www.thalforum.com/forums - Forums
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Feb 2003
Location: Canada
Posts: 786
Reputation: Paladine has a spectacular aura about Paladine has a spectacular aura about Paladine has a spectacular aura about 
Rep Power: 9
Solved Threads: 26
Colleague
Paladine's Avatar
Paladine Paladine is offline Offline
Master Poster

Re: looking for a script for menubar

  #2  
Apr 11th, 2005
Assistant Manager, Regional Pharmacy Information Systems
TLC Services Website (Under Construction)
Updated : ASP.Net Login Code
Reply With Quote  
Join Date: Mar 2005
Location: To-ron-to
Posts: 17
Reputation: Tdot is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Tdot Tdot is offline Offline
Newbie Poster

Re: looking for a script for menubar

  #3  
Apr 11th, 2005
hmmm... didnt quite help there Paladine.

any other suggestions?
......
Thalforum.com - Thalassemia Community Forums
http://www.thalforum.com/forums - Forums
Reply With Quote  
Join Date: Dec 2004
Posts: 1,589
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 34
Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: looking for a script for menubar

  #4  
Apr 12th, 2005
I'm having difficulty understanding the question. What attempts have you made so far to write this script?

If you want to capture the mouse movement and have it fire a JavaScript function, you'll have to use browser-specific code:

// id browsers
var iex=(document.all);
var nav=(document.layers);
var old=(navigator.appName=="Netscape" && !document.layers && !document.getElementById);
var n_6=(window.sidebar);

// capture mouse pointer
if(nav)document.captureEvents(Event.MOUSEMOVE);
if(n_6) document.addEventListener("mousemove",get_mouse,true);
if(nav||iex)document.onmousemove=get_mouse;

Then your "get_mouse" function would perform whatever sliding or navigation event you want, based upon the mouse coordinates captured in the "event" object.
Reply With Quote  
Join Date: Mar 2005
Location: To-ron-to
Posts: 17
Reputation: Tdot is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Tdot Tdot is offline Offline
Newbie Poster

Re: looking for a script for menubar

  #5  
Apr 12th, 2005
Hi tgreer,

I don't really have prgramming knowlesge of Javascript, whille I was surfing i saw a menu that I liked very much http://www.vbstyles.com/forum/index.php?styleid=72 but instead of the vertical slide.. I am looking for a horizontal one

any suggestions.. - thanks.

Vik
......
Thalforum.com - Thalassemia Community Forums
http://www.thalforum.com/forums - Forums
Reply With Quote  
Join Date: Dec 2004
Posts: 1,589
Reputation: tgreer is an unknown quantity at this point 
Rep Power: 7
Solved Threads: 34
Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: looking for a script for menubar

  #6  
Apr 12th, 2005
The code I posted is the first step. It will watch for the mouse movement, and then fire a JavaScript function when the mouse moves, passing in the coordinates.

Someone will have to write the function to take those coordinates and use them to move your image.

I don't know if there are any pre-built scripts out there, which is what you want.

But the coding itself should be straightforward for a JavaScript programmer.
Reply With Quote  
Join Date: Mar 2005
Location: To-ron-to
Posts: 17
Reputation: Tdot is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 0
Tdot Tdot is offline Offline
Newbie Poster

Re: looking for a script for menubar

  #7  
Apr 12th, 2005
great!!
Thanks tgreer for getting me started on this.. i will look around!
......
Thalforum.com - Thalassemia Community Forums
http://www.thalforum.com/forums - Forums
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb JavaScript / DHTML / AJAX Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum

All times are GMT -4. The time now is 5:13 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC