Michael Peters writes: > > [...] > Are you sure you're site.css file is being loaded by that page? If you are > and > you still can't see what's going on, I'd recommend using Firefox and the > "View > Formatted Source" plugin (https://addons.mozilla.org/firefox/697/). With it, > you > can view the source of your page as it currently exists (really helpful if > you > have Javascript that manipulates the DOM) and also see how various style > rules > apply to each element even up to which file and line the particular rules > come > from. Extremely handy for tracking down CSS inheritance issues.
Another useful firefox trick is in the Tools menu, choose the DOM Inspector. Click the Inspect button on the right end of the URL window and it'll load the page you're looking at. Then if you click in the grey box at the right end of the URL bar you can go click somewhere in the document and it'll show where you are in the DOM hierarchy (in the right pane). Clicking in the right pane will highlight the object on the page. g. --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
