Inspect Element option for IE?

Solution 1:

On IE9 (I didn't test on IE8) you can get the Developer Toolbar by pressing F12, and then Ctrl+B (or click the pointer) to inspect an element.

Solution 2:

to use Inspect element Just press F12 button in IE8

enter image description here

Solution 3:

I would suggest using Firebug Lite. Firebug Lite is writtern in javascript, so you can use it in any browser. Include the following code at the top of the <head> of your page:
<script type="text/javascript" src="https://getfirebug.com/firebug-lite.js"></script>
or use the bookmarklet provided here