Sunday, October 26, 2008

Re: css menu helper mouseover broken

Yes, chuck it in your layout. Search for "ie conditional stylesheet"
and you'll see reference to my code above. When Opera gains
marketshare I'll give two hoots.

On Oct 27, 4:02 am, rogwei <rog...@comcast.net> wrote:
> Adam, thanks for your suggestion. Just to be clear, this code is in
> your ctp/html? And you are defining 'IE' somewhere, or is that pseudo-
> code?
>
> Also, as I said in the problem statement, this happens in Opera, too.
>
> On Oct 25, 10:14 am, Adam Royle <a...@sleekgeek.com.au> wrote:
>
> > I workaround this problem by defining a different margin-bottom value
> > for IE using conditional styles...
>
> > <!--[if IE]>
> > <style type="text/css">
> > #menu LI {
> >         margin-bottom: -3px;}
>
> > #menu LI UL A {
> >         margin-bottom: 5px;}
>
> > </style>
> > <![endif]-->
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: