Assuming that the XForms namespace has been defined with the prefix xf, setting all XForms input controls to have a blue background would require the following style rule:
xf\:input
{
background-color: blue;
}
Note that unlike the 'proper' namespace support defined in CSS 2.1, the prefix used here must exactly match the prefix used in the mark-up since all that is happening is the element called 'xf:input' being matched.


Recent comments
11 hours 22 min ago
4 days 6 hours ago
4 days 12 hours ago
6 days 5 hours ago
6 weeks 4 days ago
6 weeks 4 days ago
10 weeks 1 day ago
11 weeks 4 days ago
11 weeks 5 days ago
11 weeks 5 days ago