Petr,
Thanks for the link. I personally am using the firebug addin
https://addons.mozilla.org/en-US/firefox/addon/1843
which I think is a bit easier than the Web Developer Toolbar for css.
But thanks for mentioning it though, I like some of the other features
it has and will probably end up running both :)
Chris....
Petr Kotek wrote:
Hi,
I am using Firefox with Web Developer Toolbar AddOn.
There are possible to online edit CSS and immediately see result. Very
usefull...
Peter
Chris Hane wrote:
Is there a way to reverse map the generated CSS (or maybe generate the
CSS files with better names). For example, I have the following css
on an html element and am trying to track down where each of these is
defined.
Not being a CSS expert it would be nice to be able even in a debug
mode to generate the CSS elements with more descriptive names so I can
quickly see what I need to change.
.xr, .xu, .x4j {MyCSS-des... (line 25)
color:#000000;
font-family:Browallia New,Arial,Helvetica,Geneva,sans-serif;
font-size:10pt;
font-weight:normal;
padding:0px 8px 0px 0px;
text-align:left;
}
Thanks,
Chris....