I have the following view:
I've tried various things to get a background color on my view (actually want a background image), without any luck. I can put a div inside the view div and set it's height/width and apply a background to that, but that seems a bit unnecessary. Is there a way I can get a background on the view itself?
<
div
data-role
=
"view"
style
=
"background: green;"
id
=
"tabstrip-card"
data-init
=
"cardViewInit"
data-title
=
"My card"
data-layout
=
"mobile-tabstrip"
>
content goes here
</
div
>
I've tried various things to get a background color on my view (actually want a background image), without any luck. I can put a div inside the view div and set it's height/width and apply a background to that, but that seems a bit unnecessary. Is there a way I can get a background on the view itself?