Question:

Myspace question quik 10 for best answer?

by  |  earlier

0 LIKES UnLike

i made a backgrounf for my page but its small i want it to take up the whole background what code do it need to put to make it fit the entire screen?

 Tags:

   Report

2 ANSWERS


  1. her you go man. took me a few, but i got it, and tested it. make sure your old background code is gone before you put this one on ok.

                        (change)

    <img src="background.gif" height="100%" width="100%"><div style="overflow: auto; position: absolute; top: 0px; left: 0px;"></div>


  2. Well, seeing as though you'd want it to fill up the entire screen, I can infer that you mean to repeat the image multiple times:

    <style type="text/css">

    body {

    background-image: url ( IMAGE URL HERE);

    background-repeat: repeat;

    }

    </style>

    If you want the image to be LARGER, then you'd have to personally resize it yourself.  I recommend using Paint, Paint.NET, GIMP, Irfran View, etc. :)

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions