Aptana Studio ヘルプ > はじめに > Inspecting and Debugging with Firebug

Inspecting CSS

This page describes how to inspect CSS styles and layout using the Firebug extension for Firefox.

Introduction

Use the CSS tab in Firebug to see all of the linked style sheets and content for the web page that you are currently viewing.

Instructions

To view CSS information in Firebug:

  1. In the lower right corner of Firefox, click the Firebug button Image:iconFirebug.png to start Firebug.
  2. Click the Image:iconFirebugCSS.png tab to view the CSS styles for the page.
  3. To view a different style sheet, select another style sheet from the CSS menu (shown below).

    Image:firebugCSSMenu.png

Related Topics