Friday 16 July 2010 9:10:09 am
You can use a variety of ways to figure out what CSS file contains your class. a few ways: 1. Any platform: Make sure caching is off on your development server so you can see what CSS files are loaded separately, clear caches, reload your page, use Firebug (Firefox add-on) to find the CSS class in question. 2. Linux platform: Use a shell (whether SSH or if it's on your computer it doesn't matter -- just as long as you have command line access) and use the command: grep -R 'mystring' ./ | less 3. W*ndows platform: I've found that I can use Notepad++ effectively for this. You can open multiple documents to search for text. Or try your luck with the W*ndows search function. Good luck and I hope this helps!
Brandon Chambers
brandon@granitehorizon.com
blog: http://blog.divdesigns.com
Granite Horizon / http://granitehorizon.com
|