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

IE7 Image shift

  • I have a column floated left with an unordered list including css sprite buttons. All is fine in other browsers but IE7, the buttons shift over to the right. Any suggestions.

    This is the site:
    http://www.mcpdesign.com.au/Clients/economos/site/

    Thank, Steve.
  • you do have a ten pixel margin on your content. You can also try adding css to remove the bullits from your unordered list for the nav2. Just a quess though.
  • Thanks for your response Cybershot.

    The 10px is there to shift everything over the side drop shadow. Also there already is css to to remove the bullet styling.

    I did fix the problem by watching Chris's Conditional Styling screencast.

    Steve