|
How to Use Web Developer and Firebug Plugin in Firefox to Help you Edit Cascade Style Sheets |
|
|
|
This is a very quick video to help you learn how to use the web developer tools plugin for firefox and the firebug plugin for firefox in order to help you navigte through the styles and elements of a document.
- It will help you figure out how to isolate an element or container by mousing over the element
- It will teach you how to get feedback as to the element you are on.
- If you use this in conjunction with firebug, you are able to also see how the poperties are inherited through the css rules.
- You may also see the exact html code where the element resides.
I believe that the combination of these two plugins can help any web designer really improve their css skills (if you are not using them already) and should allow you to work much faster.with CSS files and properties. The technology is now there to control a vast amount of the user interface through css rules. From the color of the links to the size of the layout, you can do all of this through CSS (and is highly recommended).
Watch Video
|