D
Deleted member 10469
Guest
Extra.css
Hello, is it possible to dynamically set an element of a css code please?
<xen:if is="{$xenOptions.XenCrea_Scroll_HeaderActive} AND {$xenOptions.XenCrea_Scroll_ImagePath} != null">
#header
{
@property "header";
background: url('{$XenCrea_Scroll_ImagePath}');
@property "/header";
}
<xen:else />
#header
{
@property "header";
background: none;
@property "/header";
}
</xen:if>
Hello, is it possible to dynamically set an element of a css code please?