Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9176449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T17:06:39+00:00 2026-06-17T17:06:39+00:00

I created a background for my website using CSS code it successfully worked but

  • 0

I created a background for my website using CSS code it successfully worked but the problem is once I run it on different screen whether it was big or small I don’t get similar consequences. When I run it on 13 inch screen the browser zooms in and the form what I get is probably not the same as in 18 inch well it obviously wouldn’t have the exactly form but more or less I need it to be shown look-like. any suggestions? thnx in advance

body {
background-image: url(../images/background.jpg);
background-repeat: no-repeat;
    }

An addition problem I have now is that the background isn’t full-screen. its resolution is 1920×1080, though I can see the picture on the whole web browser page but still I couldn’t see other details of the photo.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T17:06:40+00:00Added an answer on June 17, 2026 at 5:06 pm

    I think you need

    background-size: cover;
    

    There are some browser inconsistencies, which might mean it is better to use a jquery plugin.

    Have a look at http://srobbin.com/jquery-plugins/backstretch/ it allows you to use a background image which resizes depending on the size of the screen. It also deals with IE. Nuff said.

    Also look at http://css-tricks.com/perfect-full-page-background-image/

    I’m not 100% on what you are trying to achieve but the above links are worth a look.

    This is the css3 way

    html { 
        background: url(../images/background.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have created a button CSS class that uses background images with different positions
I'm using Backstretch jQuery plugin to create full screen background images, but have a
I am designing a website using CSS Files a lot, but I have several
Creating a website using simple html(not html5) and css but got stock in mouseover
Is there any way to create a gradient background using nothing but CSS? You
Some background I've created a GUI using a combination of a GUIDE built Figure
Background: I have created a CRUD web app using a java based RAD tool
I have created a website loading progress bar using Jquery UI Progress bar. This
I created my own color theme using this website . I've added a new
I have created a three page web page and I'm using an external css

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.