Steeve
Steeve

Reputation: 443

firebug alternative in internet explorer

i am searching for firebug alternative for internet explorer 8 . i tried the firebug lite . just by embedding the java script code in my hmtl files but its not working effectively.

my website way2enjoy.com is working fine in all browser except internet explorer 8 . when the users log in to their account the middle part disappears. there are three columns left middle and side but the middle disappears in ie8. i am not able to check as i dont know how to debug css in IE8 . i tried all sort of manipulation by reducing CSS width but unable to solve the issue.

the sample login id and password is

username demo

password demo

Upvotes: 2

Views: 1713

Answers (4)

Kevin Bowersox
Kevin Bowersox

Reputation: 94429

IE8 contains its own built in developer tool which you can access by hitting F12 or Tools>Developer Tools. It is not as nice as firebug in ff, but it can be useful for debugging.

If your looking for a client side debugging tool that is as robust as Firebug for Firefox your not going to find it because one does not exist.

Upvotes: 2

D-Rock
D-Rock

Reputation: 56

You can use IE8 Developer tools. Press F12, this tools are embedded

Upvotes: 4

Andres I Perez
Andres I Perez

Reputation: 75379

You can try Microsoft's Developers Toolbar.

Upvotes: 0

adarshr
adarshr

Reputation: 62583

There is the Firebug bookmarklet called Firebug Lite. It works in pretty much every browser.

Upvotes: 2

Related Questions