Sbi Scinc
Posts: 0
Joined: Wed Mar 04, 2015 1:12 am

Adding a watermark to a page

So I'm supposed to duplicate the exact same code I already have in the CSS file, expect prefacing this time with #startscreen? Here's what I now have in my CSS file:

[dsid="mobilecontainer"]
{
background-image:url("http://xyz.com/sbi-coach/images/water...");
background-repeat:no-repeat;
background-size:cover;
}
#startscreen
[dsid="mobilecontainer"]
{
background-image:url("http://xyz.com/sbi-coach/images/water...");
background-repeat:no-repeat;
background-size:cover;
}

If that's correct, it has no effect on the app.

Egor Kotov6832188
Posts: 0
Joined: Wed Nov 19, 2014 5:15 pm

Adding a watermark to a page

Hello Sbi,
Next style should be without new line
pre #startscreen [dsid="mobilecontainer"] /pre

http://www.w3schools.com/css/css_sele...

Return to “Issues”