I\'ve inherited an .asp website and had to update the pages to relocate forms in tables to the sidebar.
It\'s worked fine on all but one page which stubbornly refu
In the HTML
tab of Firebug, you should see a panel on the right with tabs Style
, Computed
, Layout
, and DOM
. Select Computed
. This will show you the "current" style being applied to the page.
If you expand a rule node, you should see a link on the right showing you which style sheet it is coming from, along with stylesheet rules that are being overridden.