Navigation

    Monaca & Onsen UI
    • Register
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. maima
    M
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    maima

    @maima

    0
    Reputation
    1
    Posts
    377
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    maima Follow

    Posts made by maima

    • background image in <ons-page>

      I found a problem setting an image as a background image of my app . can anyone help ? I tried both background and background-image but it didn’t work …
      I’m working on monaca cloud IDE .
      HTML:
      <ons-template id=“login.html”>
      <ons-page modifier=“full_bg” id=‘mypage’> … </ons-page>
      </ons-template>
      CSS:
      .page–full_bg__background{
      background: url(‘img/Backg.png’);
      background-repeat: no-repeat;
      background-size: 100% 100%; }

      posted in Onsen UI
      M
      maima