[quote]
I use conditional comments, though sparingly. First I see if I can
find a real CSS solution to an Explorer Windows problem. If I can't,
though, I don't hesitate to use them.
[/quote]
Regardless of Opera market share, the fact that this problem occurs in
Opera suggests that there is a 'real' CSS solution? I thought Opera
was supposed to be the real stardards bearer, no pun intended, among
browsers.
On Oct 26, 12:52 pm, Adam Royle <a...@sleekgeek.com.au> wrote:
> 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:
Post a Comment