Hello,
We
are using a Web-view widget in our app.
the problem is
we are trying to change the size of the graphics of our site using css.
How do we define the background image size in the css file?
We
tried all the acceptable definitions like:
background-image: url(’…/images/640/Facebook-connect.png’);
-moz-background-size: 518px 24px;
-o-background-size: 518px 24px;
-webkit-background-size: 518px 24px;
background-size:
518px 24px;
but the
image isn’t displayed in the proper size. (doesn’t change size at all)
What is
the proper definition for the Web - View ?
thanks
?