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

image display trouble in internet explorer

  • Hello again everyone,
    I have had a few problems with the website I am working on sorry if I am getting on your nerves. I have a question about the first set of pictures on this link. I am wanting them to display:inline or float left. I have tried creating a nav for it using ul/li and display:inline, that didn't work, so I tried floating the li's, that didn't work, I am now at the point where I have the items in a div with a float:left property and it still isn't working. I just need to display the images horizontally, and they are fine in everything except internet explorer. Thanks for you help everyone.

    http://www.ebowersdesigntest.com/html/media.html
  • try adding this rule to your css

    * { margin: 0; padding: 0; }

    keep them in the li and maybe the float: left; also