Hi Reggie,
I don´t know if I´m on the right lines, here´s a useful link:
http://www.alistapart.com/articles/horizdropdowns (see making it work)
You would just need to create the relavent js file and include
something like this in your layout/head:
<!--[if gte IE 5.5]>
<?php
echo $javascript->link('menuHover.js');
?>
<![endif]-->
Of course, you will need to include the JS helper to use the above
Cheers,
AD7six
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---