Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Developer tool like FireBug for IE? [duplicate]

Possible Duplicate:
Firebug for IE

I am looking for web developer tool like FireBug for IE for inspecting html elements? Things which works fine in FireFox/Crome does not work in IE? some works fine in IE8 not in IE7 ? why it is so...?

like image 487
maaz Avatar asked Sep 09 '11 06:09

maaz


2 Answers

Try pressing "F12" on your browser. It's a tool for developers that works nearly as same as firebug.

like image 72
Vaibhav Avatar answered Oct 21 '22 17:10

Vaibhav


Internet Explorer developer toolbar is the closest you get in the browser.

like image 23
rickythefox Avatar answered Oct 21 '22 17:10

rickythefox