in google chrome, right mouse click on element or area on a web page and select "inspect element" from context menu. it will show you where that element hierarchically is in html and what css rules are applied.
if you don't have "inspect element" option, google: chrome dev tools. very handy
|