Javascript code for fitting a background image to the window

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mahesh

    Javascript code for fitting a background image to the window

    Hi,

    I need a javascript code for fitting the background image to the
    window. Help will be appreciated.

    Thanks,

    Mahesh
  • Lasse Reichstein Nielsen

    #2
    Re: Javascript code for fitting a background image to the window

    jollyme2@yahoo. com (Mahesh) writes:
    [color=blue]
    > I need a javascript code for fitting the background image to the
    > window.[/color]

    window.resize(w idthOfBackgroun d,heightOfBackg round);

    :)
    Sorry, it can't be done. There is no part of standard CSS that
    allows you to scale a background image, with or without Javascript.

    /L
    --
    Lasse Reichstein Nielsen - lrn@hotpop.com
    Art D'HTML: <URL:http://www.infimum.dk/HTML/randomArtSplit. html>
    'Faith without judgement merely degrades the spirit divine.'

    Comment

    Working...