Re: [css-d] yet another drop down menu

2007-04-19 Thread jeffrey morin
On 4/19/07, Roger Keays <[EMAIL PROTECTED]> wrote: > > > > Additionally, I think IE 7 lets you do :hover rules on li tags, so this > > might all be needed only if you are targetting IE 6 on Win. it does seem buggy. it may be just a spacing issue but it currently will not allow scrolling

Re: [css-d] yet another drop down menu

2007-04-19 Thread Roger Keays
> Additionally, I think IE 7 lets you do :hover rules on li tags, so this > might all be needed only if you are targetting IE 6 on Win. I find that IE7's implementation of this is buggy: http://www.sunburnt.com.au/publications/design/css_menus/clean.html In some cases, submenu ul's will be displ

Re: [css-d] yet another drop down menu

2007-04-19 Thread Francesco Rizzi
Just one thing I noticed: It seems you copy-paste the javascript, without removing the '>>' character they use to indicate 'newline'. Specifically, these two lines here: [quote] this.className=this.className.replaceĀ» (" over", ""); [/quote] should appear on a single line Additionally,

Re: [css-d] yet another drop down menu

2007-04-19 Thread tedd
At 12:29 PM -0400 4/17/07, jeffrey morin wrote: >hi everyone, > >sorry in advance for the stupid questions but i am not grasping how to get >the drop down menu to work in ie. > >here is my link: >http://bioneutrix.com/about_bioneutrix.htm > >the javascript is in the head section and i got that from

Re: [css-d] yet another drop down menu

2007-04-17 Thread Roger Keays
jeffrey morin wrote: > hi everyone, > > sorry in advance for the stupid questions but i am not grasping how to get > the drop down menu to work in ie. Did you see the article I posted to this list just yesterday? http://www.sunburnt.com.au/publications/design/css_menus Hope it helps. > > here

Re: [css-d] yet another drop down menu

2007-04-17 Thread jeffrey morin
On 4/17/07, Ian Young <[EMAIL PROTECTED]> wrote: > > > > To: CSS > > Subject: [css-d] yet another drop down menu > > > > > > hi everyone, > > > > sorry in advance for the stupid questions but i am not grasping how to > get > > the

Re: [css-d] yet another drop down menu

2007-04-17 Thread Ian Young
> To: CSS > Subject: [css-d] yet another drop down menu > > > hi everyone, > > sorry in advance for the stupid questions but i am not grasping how to get > the drop down menu to work in ie. > > here is my link: > http://bioneutrix.com/about_bioneutrix.htm > >

[css-d] yet another drop down menu

2007-04-17 Thread jeffrey morin
hi everyone, sorry in advance for the stupid questions but i am not grasping how to get the drop down menu to work in ie. here is my link: http://bioneutrix.com/about_bioneutrix.htm the javascript is in the head section and i got that from this article: http://alistapart.com/articles/horizdropdo