PDA

View Full Version : Menu help


thewisteron
06-10-2005, 12:17 PM
I borrowed a free script to use on my site www.brighamdistributing.com. I have a menu pop-up when you click on the "Books" button. I have two questions:

1. How do I make it so the js menu pops up to the RIGHT of the nav menu?
2. How do I make it so you can just rollover the "Books" button instead of clicking on it?

I am new to JS, so this is probably an easy question for most of you. All the code can be viewed from the page. External menu is here: http://www.brighamdistributing.com/menu.js

Please Help!!!

Thanks

CDeez
06-10-2005, 01:08 PM
I borrowed a free script to use on my site www.brighamdistributing.com. I have a menu pop-up when you click on the "Books" button. I have two questions:

1. How do I make it so the js menu pops up to the RIGHT of the nav menu?
2. How do I make it so you can just rollover the "Books" button instead of clicking on it?

I am new to JS, so this is probably an easy question for most of you. All the code can be viewed from the page. External menu is here: http://www.brighamdistributing.com/menu.js

Please Help!!!

Thanks

ok im only 14 and im a newbie but ima give it a shot

i believe to set the location of the books menu u just put left = ###,top = ###

just replacve the red with numbers... (pixels i believe it represents) left = 200,top = 200 is center on my computer....

but idk if that will work, give it a try

as for the rollover im not sure yet.. i'll try to find out

thewisteron
06-10-2005, 03:02 PM
Where exactly should I put that in the code?