* selector in css ?

  • Hi,

    I've try something like this in my css data

    Code
    <data name="cssdata">
    		*       { text-decoration:none; font-weight:bold; font-size:24}
    	</data>

    But it doesn't work. I've tried with the a selector, and it's ok.

    Any reason why ? * isn't valid for flash stylesheet ?

  • it's not too bad to setup a default textstyle for the textfield plugin.

    Instead of...

    Code
    <data name="cssdata">
    *       { text-decoration:none; font-weight:bold; font-size:24}
    </data>

    use...

    Code
    <data name="cssdata">
     babble{ text-decoration:none; font-weight:bold; font-size:24}
     </data>

    and then your html data would look like...

    Of course "babble" can be replaced with whatever significant nomenclature that you would like.

    And in my limited testing... it looks like "babble" will apply unless one of the other styles referenced below it override.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!