PDA

View Full Version : matching the element with the property


discover
03-25-2006, 09:35 PM
whats the best and easiest way to be able to know which part of the css you are modifying without having to go search through each section of each page?

Optimit
03-25-2006, 11:08 PM
Most times, it is sort of described in the css. ie div.search woudl tell you that it is probably the search function.

Other than that. change it, then look at all the damage on the site. How nice is edit/undo? lol

anon
03-25-2006, 11:20 PM
naming conventions are *key* to successful dev.

discover
03-25-2006, 11:28 PM
yea ive been working on the change and see idea but its a pain in the arse but until i know more about css itll have to do

artwilliams
03-26-2006, 04:21 AM
Use Firefox and install the Web Developer Toolbar. It is completely awesome. You'll wonder how you lived without it.