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

  • Home
  • SEARCH
  • 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 6127821
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:33:21+00:00 2026-05-23T16:33:21+00:00

Im currently developing this site http://digitalgenesis.com.au/projects/sister/music.html What happens when i re-size screen is that

  • 0

Im currently developing this site http://digitalgenesis.com.au/projects/sister/music.html

What happens when i re-size screen is that it eventually collides with the div contents holding page title and then jumps down a line into the wrong position

http://digitalgenesis.com.au/projects/sister/img/screen.png

What i’d like to do is have it stop just before it hits the text on the page

Can anyone offer suggestions on how to do this

Here is the html

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" media="screen" href="css/main.css" />
<link rel="stylesheet" type="text/css" media="screen" href="css/reset.css" />
       <title></title>
</head>

<body>
<div id="wrap">


<div id="musicbox">
<div id="musicheader">Music</div>

<div id="musicline"></div>
<div id="musiccontent">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris accumsan nunc vel odio faucibus euismod. Nulla semper lorem vel risus volutpat congue. Sed eleifend velit eget mauris luctus in imperdiet eros ultricies. Ut et gravida ligula. Vestibulum placerat placerat bibendum. Vestibulum pretium mollis arcu, et pharetra est sagittis sed. Vestibulum facilisis elementum urna vel fermentum. Vestibulum id metus at magna tristique ornare in id lorem. Nulla rhoncus, neque ac scelerisque varius, felis enim convallis ipsum, sed auctor libero dolor in ligula. Vivamus rhoncus, sapien non feugiat tempus, tortor enim euismod dolor, ac placerat ante enim sed diam. </div>
</div>


</div>

<div id="musicimg"><img src="img/katrina.jpg" alt="#" /></div>



</body>
</html>

And the css is

@font-face {
    font-family: 'CodeLightRegular';
    src: url('../fonts/code/code_light_copy-webfont.eot');
    src: url('../fonts/code/code_light_copy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/code/code_light_copy-webfont.woff') format('woff'),
         url('../fonts/code/code_light_copy-webfont.ttf') format('truetype'),
         url('../fonts/code/code_light_copy-webfont.svg#CodeLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


#wrap{width:960px; margin:0 auto;}



#musicheader{font-size:120px; font-family: 'CodeLightRegular'; }
#musicbox{float:left; width:519px; }
#musicline{height:4px; background:black;  }
#musicimg{float:right; width:441px; }
#musiccontent{width:120%;}

#clear{clear:both;}
  • 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-05-23T16:33:22+00:00Added an answer on May 23, 2026 at 4:33 pm

    a HTML5 solution would be to use media queries to style the page differently depending on width:

    <link rel="stylesheet" type="text/css" media="screen" href="css/base.css" />
    
    <link rel="stylesheet" type="text/css" media="screen and (min-width: 960px)" href="css/main.css" />
    

    in your base.css you would have all the common styling plus any styling for smaller screens. In your main.css you would have overrides for the larger screen.

    (In other words you need to design your css with the small screen in mind first and then add css to make it look nice on larger screens.)

    UPDATE:-

    For example try:

    @media screen
    {
      body{
          background-size: 0;
      }
    }
    @media screen and (min-width: 645px)
    {
      body{
          background-size: 20%;
      }
    }
    @media screen and (min-width: 960px)
    {
      body{
          background-size: auto;
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hi im currently developing this site: http://remedia-solutions.com/clientes/0039_kiplingmexico/demo2/ its almost done but im currently having
So im currently developing this site: http://remedia-solutions.com/clientes/0039_kiplingmexico/demo2/ its almost done but im currently having
http://support.microsoft.com/kb/276505 This site has a download for a Win32 application wizard. I am currently
I'm currently developing a site ( http://landscaping.jvsoftware.com/ ) but I'm having some strange problems
I am currently developing a program that uses C#'s Dictionary container (specifically, SortedDictionary). This
I am currently developing a site for a client (http://184.168.136.225/). Having some issues with
I'm developing a content uploading tool that is currently GETing the html data in
Im currently developing this site so none of the content on there is actually
Im currently developing this site so none of the content on there is actually
Currently developing this site and I can't pin point as to why there is

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.