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?

You could view the HTML source, find the referring <link> elements, pick 
up the URLs, and convert them to absolute URLs, then write the URLs in the 
browser's address line.

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.

-- 
Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/

______________________________________________________________________
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/

Reply via email to