Is it possible for PHP or maybe javascript+php to read
in a style sheet (whatever.css) and create a drop-down
of all the elements within that style sheet?

CSS contains:
.heading {blah blah size blah}
.headingBold {blah blah size blah bold}


Then in PHP I'd like to have a drop down that shows
those elements found in the style:

<select>
<option> heading
<option> headingBold
</select>

Is that possible to read in another file to create a
drop-down?

Thanks in advance!

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to