iiYO Community

Full Version: CSS Styling on CHOICE and OPTION
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to style the Choice menu with its options using CSS ? By example if i want this following kind of display for a choice ?
See : http://tympanus.net/codrops/2011/10/24/c...ion-menus/


Lets say the lines in the script is :

<pre>
Code:
<scene id="1S013">
    <choice>
        <option label="Please, tell me more" scene="1S01a"></option>
          <option label="Nothing, thank you !" scene="1S01c"></option>
    </choice>          
</scene>
</pre>

Guest

You can use cssid= on choice commands, too. It just wasn't documented until now.

PS: Please wrap code in
Code:
<pre><code>
tags in the forum!