According to the Configuration list, under maskId:
"The mask is a normal DIV element placed at the bottom of your page... . You can style it normally with CSS just like any other element on the page. By default, the mask's id is set to exposeMask, but you can change this with the configuration option."
Upon checking the generated code there's no ID declared, just a long string of inline styles, making it impossible to alter the mask color, etc. I have been able to target other elements on the page but not the mask.
This seems so basic... what am I missing here?
"The mask is a normal DIV element placed at the bottom of your page... . You can style it normally with CSS just like any other element on the page. By default, the mask's id is set to exposeMask, but you can change this with the configuration option."
Upon checking the generated code there's no ID declared, just a long string of inline styles, making it impossible to alter the mask color, etc. I have been able to target other elements on the page but not the mask.
This seems so basic... what am I missing here?
