Firebug is a Firefox-only extension. So I assume you downloaded Firebug 
Lite, right?

I need to say that Firebug Lite development is currently on ice and it 
seems CSS editing is broken in IE (tested with IE9).

If you want to try it, though, here are the steps you should follow:
To integrate Firebug Lite into your website you just have to add <script 
type="text/javascript" 
src="https://getfirebug.com/firebug-lite.js";></script> at the top of the 
<head> tag inside your page. Note that you need to access your page via a 
web server in order to get Firebug Lite working. Simply opening the file 
from the file system doesn't work.

Inside Firebug Lite switch to the HTML panel and there to the Style side 
panel. The Style side panel always displays the styles related to the 
selected HTML element. Clicking on a style allows you to change it. Note 
that the changes you make here aren't saved, but you can copy the whole CSS 
from the CSS panel when you're finished.

If editing the CSS doesn't work for you, you can also use the IE internal 
web developer tools, which are available via F12.

Sebastian

On Monday, January 14, 2013 9:39:54 PM UTC+1, mccshane wrote:
>
> Hi Everyone,
>
> I built my own website but in the IE browser looks like crap. The CSS is 
> wrong, everything cosmetically is off when in the IE browser. (Every other 
> browser is fine) so I downloaded firebug. My question is, what am I looking 
> for while using the plugin? How can I use it to my advantage.
>
> Thanks everyone.
>

-- 
You received this message because you are subscribed to the Google
Groups "Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
https://groups.google.com/forum/#!forum/firebug

Reply via email to