Using chromes web inspector to view code is very useful. But how do you view for example the hover code for a button? You will have to hover the mouse over the button and th
You can also mouseover on an element, and then click CTRL+SHIFT+C to inspect that element.
CTRL+SHIFT+C
in firebug:
source: https://stackoverflow.com/a/11272205/2165415