> 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?
Joe
______________________________________________________________________
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/
______________________________________________________________________
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/