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 <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to