Skin BrowserInfo
Skin SDK: The <browserinfo> element
Availability: v8.0 onwards
This element allows the use of a info panel, the same as the one in the default skin.
Parameters: None
Children:
- font : The font to use in the info panel
- colors : The color definition; see example
Example:
<browserinfo>
<pos x="0" y="50"/>
<size width="600" height="300"/>
<font size="20" name="Arial"/>
<colors background="#393939" stripes="#303030" text="#FFFFFF" label="#A0A0A0" artist="#D5D5D5" title="#FFFFFF"/>
</browserinfo>
