> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of Joe
> Sent: Sunday, October 19, 2008 10:02 AM
> To: [email protected]
> Subject: [css-d] CSS drop-down menu problem in IE7
>
> Hi--
>
> I'm hoping someone can help me with a drop-down menu I made for this page:
>
> http://www.crystal-bernard.info/articles02/barbra_wedding.php
>
> Here's the CSS:
>
> http://www.crystal-bernard.info/crystalstyles02.css
>
> 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
______________________________________________________________________
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/