treehouse : what would you like to learn today?
Web Design Web Development iOS Development

I tryed to fix a IE6 double-margin bug and..

  • I tryed to fix a IE6 double-margin bug (i did everything like in sreencast #23: Conditional Stylesheets) and i did it, but when I tested the site on IE 7, I only saw the white screen. So what has happened there? Can anyone help me? Please look at my site on IE 7 and tell me what i did wrong :( http://liux.net/temp/index.php . Thank you :)
  • How did you fix the double margin bug? The easiest way I know of is to add "display: inline;" to the element. That shouldn't affect IE 7 or anything else because a floated element is always block-level.

    I don't have IE 7 at the moment so I can't test your site, but assuming you fixed it using the above method, that alone shouldn't change anything.
  • Ok, I will try it, thanks :)