Re: [css-d] CSS drop-down menu problem in IE7

2008-10-19 Thread Joe
> > Ah, thanks. OK, the sub-menus will close now but they close too quickly, > basically once I mouse-off the first button. I notice there seems to be part > of the border missing. There should be a 1 pixel red border around each button > and with IE7 the top and bottom parts seem to be missing

Re: [css-d] CSS drop-down menu problem in IE7

2008-10-19 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Joe > Sent: Sunday, October 19, 2008 12:49 PM > To: css-d@lists.css-discuss.org > Subject: Re: [css-d] CSS drop-down menu problem in IE7 > > > > > &

Re: [css-d] CSS drop-down menu problem in IE7

2008-10-19 Thread Joe
> I used this tutorial to build it: > > http://www.alistapart.com/articles/horizdropdowns/ This is not a CSS issue but a script issue. You have copied the script "as is", but the ">" in there is supposed to mark a line wrap, you need to *remove* it. Replace this: this.className=this.className.

Re: [css-d] CSS drop-down menu problem in IE7

2008-10-19 Thread Thierry Koblentz
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > discuss.org] On Behalf Of Joe > Sent: Sunday, October 19, 2008 10:02 AM > To: css-d@lists.css-discuss.org > Subject: [css-d] CSS drop-down menu problem in IE7 > > Hi-- > > I'm hoping someone can help me with a drop