CSS help!

Out of context: Reply #17

  • Started
  • Last post
  • 21 Responses
  • doctor0

    Why would you add display:inline to a floated element? That doesn't make much sense to me, as float only applied to block elements. If it's an IE hack, could you please link to a description of it?

    Greedo: I haven't bothered to look through your code, but it sounds like you've gotten in too deep. Maybe you should try and simplify your layout - fewer containers and less CSS, as suggested above?

    Keep us posted. :)

    • display:inline; stops margin doubling bug in ie6.Stugoo
    • on floatsStugoo
    • But what about standards compliant browsers (ie Safari and Opera)?doctor
    • I should say browsers that pass the ACID test. http://acid3.acidtes…doctor
    • not to my knowledge either,
      in an ideal world.....
      Stugoo
    • In the ideal world we wouldn't be testing for IE anyway... :)doctor
    • Nothing happens in standards compliant browsers, because it's not a standard. They ignore it. Completely.jasonistaken

View thread