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

IE destroyed my site ?

  • IE destroyed my site so i need to know how to fix it ?

    in IE6 take a look at the portfolio page it`s destroyed how can i fix it ? the sidebar <ul> that contains the social links and the ? the Footer <ul> too ?
    IE6 + IE7 the twitter feed is not there ,why ? the portfolio page the caption that pops on hover is not working too?

    i used IE tester and i got JS errors and i can`t make any JS "jquery plugins" works ?

    anyone can help ?

    http://gabri.freehostia.com/
  • Try using this, it can sometimes fix things without changing any code:

    http://code.google.com/p/ie7-js/
  • thanks it fixes some stuff but do u know how can i fix those Jquery/JS errors ?
  • In the header for the portfolio page you have
    <!--<!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/ie6.css\" /><![endif]>

    It should look like this
    <!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/ie6.css\" /><![endif]-->

    Try using the latest version of jQuery.
  • "apostrophe" said:
    In the header for the portfolio page you have
    <!--<!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/ie6.css\" /><![endif]>

    It should look like this
    <!--[if IE 6]><link rel=\"stylesheet\" type=\"text/css\" media=\"screen\" href=\"css/ie6.css\" /><![endif]-->

    Try using the latest version of jQuery.


    i fixed it , anyway it`s an empty file cause i realized that i can`t fix it alone that`s why i asked help , i`m using the latest Jquery and i managed to fix some bugs cause IE has something against those ";" at the end of the scripts .
  • The latest jQuery is 1.3.2 you are using 1.3.1
  • "apostrophe" said:
    The latest jQuery is 1.3.2 you are using 1.3.1


    ok thanks