On 25/05/07, Jukka K. Korpela <[EMAIL PROTECTED]> wrote: > On Thu, 24 May 2007, Forafo San wrote: > > > I'm new to CSS, but enjoying the CSS paradigm tremendously. While it's > > easy to view the HTML source behind any webpage, how does one view the > > CSS markup in external style sheets that renders the page? > > That's rather awkward, so if possible, download and install the Web > Developer Extensions to Firefox, from > > http://chrispederick.com/work/webdeveloper > > It's a great tool that lets you study (and modify) many aspects of a > document. Select CSS/View CSS (or ) to see the stylesheets.
I'd also get the Firebug extension, it allows you to select an element on the page and view its current style attributes (including those set by javascript)....oh and it does a few other things as well ;-) http://www.getfirebug.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
