Click to See Complete Forum and Search --> : CSS viewing tool


kctechpro
05-26-2008, 10:48 PM
I'm new to web development, but old to programming (30 years). I'm hoping someone can help me along, with common sense experience. I've been playing with CSS in tiddlywiki themes. I been using the Firefox CSS developer toolbar to help me view the CSS tagged to a particular element. However, I often run into the fact that the CSS string is bigger than the display area in the toolbar. When this happens and a style is modified close to the end, I can't read the coding. Is there a better free tool?

Thanks

theiwaz
05-27-2008, 01:38 AM
The one and only tool for css debugging is "firebug" for firefox. Install it and after installation press F12 (brings up firebug window) and then choose "inspect" and click on the element on you webpage about which you want css info. It will show you how the stylesheet cascade's for that specific element.