Image help!

Out of context: Reply #10

  • Started
  • Last post
  • 10 Responses
  • OSFA0

    Ok, now I have a question... based on your site/sample...

    Is this all I would need to have my image resize as a background?

    <script src="Scripts/swfobject_modified.js" type="text/javascript"></script>
    <script src="jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="jquery.ez-bg-resize.js" type="text/javascript" charset="utf-8"></script>
    <script>
    $(document).ready(function() {
    $("#body-background").ezBgResize...
    });

    $(window).bind("resize", function(){
    $("#body-background").ezBgResize...
    });
    $(window).load(function() {
    $("#body-background").ezBgResize...
    });
    </script>
    </head>
    <body>
    <div id="body-background"><img src="images/back.jpg" alt="Bg"></div>

View thread