You could try adding a negative margin to the next div with a IE conditional
style.
Or you can set #logo's containing div to position:relative and set #logo to
position:absolute.

If this doesn't work try providing us with some more of te markup and
styles.

Jamie


On Fri, Sep 4, 2009 at 2:38 PM, lukas <[email protected]> wrote:

>
> I have:
>
> #logo {
>    background-image: url('logo.png');
>    width:57px; height:67px;float:left;margin:0;padding:0;
> }
>
> In all browsers except IE the next left-floating <div> would be
> positioned underneath the logo <div>. In IE it always jumps below the
> logo <div> treating the logo <div> as a block element.
> Does anybody know a trick that IE would behave like the rest?
>
> Thank you!!
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to