Desktop Background issue

  1. #1

    Desktop Background issue

    Hi,

    i am building an app using ext.net desktop ... i want the background to stretch to the whole screen ignoring what the image size is. is it possible using ext. :confused:
  2. #2
    Hi,

    Internally, the Desktop's .Wallpaper is just
    body {
        background: url(wallpaper.jpg);
    }
    Well, I can't see any way to stretch via css.
  3. #3
    yes but will give you some problem
    t5here no other way
    this scc

    body
            {
                background-image: url( '/Wellbar/desktop.jpg' );
                background-repeat: no-repeat;
                background-size: 100% 98%;
                position: absolute;
                z-index: -1;
            }
    please if you fined other tell me
    Last edited by Daniil; Sep 13, 2011 at 8:59 PM. Reason: Please use [CODE] tags
  4. #4
    I think there is no better way than css "background-size".
  5. #5
    Quote Originally Posted by Daniil View Post
    I think there is no better way than css "background-size".
    i thinks so
    Daniil

Similar Threads

  1. Replies: 0
    Last Post: Jul 31, 2012, 9:36 AM
  2. Desktop && background
    By threewonders in forum 1.x Help
    Replies: 1
    Last Post: Aug 18, 2011, 8:23 AM
  3. V1.0 Desktop Issue
    By Richardt in forum 1.x Help
    Replies: 5
    Last Post: Apr 05, 2010, 12:38 PM
  4. Replies: 15
    Last Post: Jul 29, 2009, 4:28 PM
  5. [CLOSED] Desktop Issue
    By jskibo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 23, 2009, 1:22 AM

Posting Permissions