I know its not the answer you are looking for, but have you also 
considered using the suckerfish script ?

olivvv

Reggie Johnson wrote:
> Does anybody have an example on how to use Peterned's 'whatever:hover'
> technique (http://www.xs4all.nl/~peterned/csshover.html) with Cake?  It
> adds the ability to accept a CSS ':hover' to items in Internet Explorer
> (in addition to the 'a' which is already supported).  It is useful for
> making popup menus work in Internet Explorer.  So far I've added the
> following to my css file (located in 'webroot/css/')
>
> body {
>    behavior:url("/css/csshover.htc");
> }
>
> csshover.htc is located in the same directory as my css file.  However,
> the following code has no effect:
>
> body { background-color: white; }
> body:hover { background-color: #eee; }
>
> Anybody have any ideas?
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to