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

IE7 layout issue, my first website!

  • Hello! Im new to the forum, but im keeping my eye on the site for some time now.

    Im building website for a friend of a friend. Everything looks pretty OK, except in Explorer 7. http://kraljevhrib-sp.si/novo/recreation.htm

    Problems:
    - The banner doesnt match the width.
    edit: link removed

    - Some links dont work. For example if you go from http://kraljevhrib-sp.si/novo/paintball_e.htm to Recreation it doesnt work.
    - IE7 is displaying some errors and dont know why.

    Please help me i cant figure this out on my own.

    Thanks!

    This is my first project so if you see anything else, im open for criticism.
  • Ive used other CSS for IE and manualy set to all sites:

    <![if ! lte IE 6]>
    <link rel="stylesheet" href="CSS/firefox.css" media="screen, projection">
    <![endif]>
    <!--[if lte IE 6]>
    <link rel="stylesheet" href="CSS/explorer.css"media="screen, projection">
    <![endif]-->
  • I managed to apply CSS, but its not working live just local?
    Any sugestions?

    Thanks!

    link:

    http://kraljevhrib-sp.si/novo/
  • I imagine if its working locally that you need to upload your new css to your server.