CrazeD wrote:
I tried out Firebug and couldn't find any use it it at all, tbh.
Maybe I was doing it wrong, but it didn't seem to help me any lol.
Did you click the little bug in the bottom-right corner of the FireFox window (when you're on the page you're working on or want to inspect)?
After you do that, a panel pops up, showing, by default, the HTML for the page on the left and the CSS for the highlighted element on the right.
If you then click Inspect and hover the mouse over the web page, the HTML view will jump to the hovered-over element and the CSS view will update.
Then click to turn Inspect mode off and the HTML view will stay fixed showing the last hovered-over element.
You can then peruse the CSS for that element, in the right-hand pane, at your leisure.
Now, if that wasn't enough, you can also edit the live HTML
and CSS code simply by clicking on the item you wish to change in the appropriate view pane - this allows you to try out different settings on stuff you're working on without having to continuously edit/upload little changes just to view the effect of those changes - change something in FireBug and the browser updates the page to show the effect of that change.
There's loads more it does as well, but for what you want to do, those are the features you'll find most useful.
Last edited by Scorpion0x17 (2008-12-10 22:34:36)