Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Javascript (http://www.velocityreviews.com/forums/f68-javascript.html)
-   -   any recommendations for drop-down menu code? (http://www.velocityreviews.com/forums/t926398-any-recommendations-for-drop-down-menu-code.html)

laredotornado@zipmail.com 08-15-2006 01:26 PM

any recommendations for drop-down menu code?
 
Hi,

I want to create roll-over drop down menus on my site using HTML/JS.
The menu will appear a fixed amount from the top, but a relative amount
to the right of another element. I have found code that is good with
absolute position but has trouble with relatively placing such menus.

Any advice is greatly appreciated, - Dave


Randy Webb 08-15-2006 06:11 PM

Re: any recommendations for drop-down menu code?
 
laredotornado@zipmail.com said the following on 8/15/2006 9:26 AM:
> Hi,
>
> I want to create roll-over drop down menus on my site using HTML/JS.
> The menu will appear a fixed amount from the top, but a relative amount
> to the right of another element. I have found code that is good with
> absolute position but has trouble with relatively placing such menus.
>
> Any advice is greatly appreciated, - Dave
>


What does this have to do with JS?

<URL:
http://www.evolt.org/article/How_to_make_a_simple_CSS_dropdown_menu/17/52030/>

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/

laredotornado@zipmail.com 08-16-2006 04:40 PM

Re: any recommendations for drop-down menu code?
 
The reason I included this post on the JS newsgroup is exactly because
of the posted link below. The CSS way of doing drop down menus is not
supported on IE, which still comprises a large part of the browser
market. I have seen several JS implementations, and I was curious
about people's experiences and what they had found to be the best one.

Thanks anyway, -

Randy Webb wrote:
> laredotornado@zipmail.com said the following on 8/15/2006 9:26 AM:
> > Hi,
> >
> > I want to create roll-over drop down menus on my site using HTML/JS.
> > The menu will appear a fixed amount from the top, but a relative amount
> > to the right of another element. I have found code that is good with
> > absolute position but has trouble with relatively placing such menus.
> >
> > Any advice is greatly appreciated, - Dave
> >

>
> What does this have to do with JS?
>
> <URL:
> http://www.evolt.org/article/How_to_make_a_simple_CSS_dropdown_menu/17/52030/>
>
> --
> Randy
> comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
> Javascript Best Practices - http://www.JavascriptToolbox.com/bestpractices/




All times are GMT. The time now is 05:16 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57