Today, I was told about 2 nifty little features I did not know existed.
- 'Display Element Information' - This is available on the 'Information' menu or, by default, by pressing ctrl+shift+f. You can then mouse over different parts of the page and see information about the page, such as: the type of element (<td>, <p>, <div>, etc..), and attributes of the tag, any children and the 'ancestors'. Very cool.
- 'View Style Information- - This is available on the 'CSS' menu or, by default, pressing ctrl+shif+y. You can then click on any element and any CSS specific to the element you clicked will open in a new tab. Also very cool.
Both of these will likely save me a lot of time when creating templates, or trouble shooting CSS issues.




4 comments
Thanks for letting us "out of the loop" guys in on this nifty plugin for FF. I heard of it for the first time today from your blog and it already has impacted the way I test my work.
Thanks!