Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

IE Dev Tools

Options
  • 19-11-2011 12:17pm
    #1
    Closed Accounts Posts: 872 ✭✭✭


    Hi guys,

    I am new to CSS and having some cross browser issues with IE. Just wondering what tools ye guys use to detect where the issues might be?

    Chrome / Firefox have loads of Dev tools, even "inspect element" is great but nothing like that for IE or is there?

    Edit: Found IE Tester with Debug bar which does the job.


Comments

  • Registered Users Posts: 8,070 ✭✭✭Placebo


    IE Tester is great to check on various IE versions at the same time. [very buddy program though]
    Technically if your code is W3C compliant, then it should run on all browsers properly. You can validate it here: http://validator.w3.org/

    Usually its the IE box model thats causing some problem or infact a coding error [missing a closing tag somewhere, firefox usually overlooks something this small]

    You can try google your problem, more than likely you will find your solution here: http://stackoverflow.com/


  • Banned (with Prison Access) Posts: 1,332 ✭✭✭desaparecidos


    IE8+ has a developer toolbar built in. Just press F12 to bring it up.

    Compared to Firebug it's a pile of crap.


  • Closed Accounts Posts: 872 ✭✭✭martyoo


    Thanks for the replies.

    Looks to be down to divs which weren't closed properly.


Advertisement