> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Joe
> Sent: Sunday, October 19, 2008 12:49 PM
> To: [email protected]
> Subject: Re: [css-d] CSS drop-down menu problem in IE7
>
>
>
>
> > 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.replace>
> (" over", "");
>
> With this:
> this.className=this.className.replace(" over", "");
>
> --
> Regards,
> Thierry | http://www.TJKDesign.com
>
> 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. Any ideas?
Try this for the border:
#nav a {zoom:1;}
Try this for the heading that shows on top of the sub menus:
#nav_wrapper {position:relative;z-index:1;}
--
Regards,
Thierry | http://www.TJKDesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/