List of supported CSS features?
Posted: Tue Nov 13, 2012 8:10 pm
Hi,
It looks like the following CSS will work partially:
When loading an XML file which uses this style, the image is shown with the defined width, but the height attribute seems to be ignored.
Is there a list of supported CSS features for the XML Author Component?
It looks like the following CSS will work partially:
Code: Select all
project{
background-image:url("sky_small.jpg") ;
background-repeat: no-repeat;
background-size:100%;
height:10cm;
width:1000px;
}
Is there a list of supported CSS features for the XML Author Component?