|
J-Script question (re: sliding bar)
Hey all.
So I've been looking for a sliding menu bar and I finally found it.
What it does is places a static bar on the webpage in a place of your choice, and if your mouse goes over the bar, it will expand to the right by sliding outward and displaying your option choices. It works perfect except that I want to modify it.
Lets see if I can explain this correctly..
------- -----
| IMG | |BAR|
------- ----
So when you put your mouse over the BAR it will expand to the right, as it was intended. What I'd like to make it do, is expand if you put your mouse over the IMG. I'm not very good at javascrript, so I can't really figure out if the area over which the bar will be activated is definied in the script or what.. if so, is there a way I can expand the borders of the area in which the BAR would be activated.. ie. have the bar activated from a "remote" location on the page. Thanks for any help ! I'll include the actual javascript code in the followup post
Last edited by darkus; Dec 3rd, 2005 at 01:22.
|