
Support for Cascading Style Sheets
Issue 1 April 2005 191
<do> tag Example
CSS2 properties for a <do> tag are inherited from its parent <card> tag. The CSS2 properties
for a <card> tag are inherited from its parent <wml> tag This example shows that the <do> tags
can define a separate background color for a softkey than from rest of the page.
<wml>
<card style=”background-color:green;” title=”Card 1”>
<p>
Sample Text
</p>
<do type= “accept” label= “SK1” style=”background-color:blue;”
<go href=”1.wml”/>
</do>
</card>
</wml>
Kommentare zu diesen Handbüchern