
View a website’s CSS
December 23, 2008There are a couple of ways to view a website’s Cascading Style Sheet (CSS) file.
- A site’s CSS gets loaded on to your computer and so you can always go look at it in your temporary internet files (identify the filename first by viewing the source of the page—in the source, you’re looking for lines in the HEAD area such as this: <link rel=”stylesheet” href=”[path/filename].css” type=”text/css” media=”screen” />)
- Firefox: You can use a web developer add-in to open the CSS in another browser window. For example, there’s a great Firefox extension from Chris Pederick (http://chrispederick.com/work/web-developer/) that sits in your browser window. Once installed, click the CSS toolbar button for the options.
- Internet Explorer: Use a free toolbar add-in such as the Web Accessibility Toolbar from Vision Australia (http://www.visionaustralia.org.au/info.aspx?page=614). Once installed, click the CSS toolbar button for the options.
I’m sure there are many more options, but the ones I’ve suggested are quick and easy—and free.



