If I like an element of a site, and I want to implement it into my site, what is the easiest way to do it? Sometimes there is a lot of CSS files, that is hard to follow all of t
open Firefox, install Firebug right click on the element you want, choose Inspect element
and then open the Computed
area
you will have ALL STYLES applied to that element
This is valid in Chrome, Safari, Opera and IE with their own development tools
Opera (DragonFly is already installed with Opera)
Firefox (Needs FireBug plugIn)
Internet Explorer (Needs IE Developer Toolbar plugin)
Chrome & Safari (Web Inspector is already part of Chrome and Safari)