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