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 7433835
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:44:08+00:00 2026-05-29T09:44:08+00:00

I am working on a layout which contains a header, a nav bar, and

  • 0

I am working on a layout which contains a header, a nav bar, and then below it a container. Within the container, I would like to float a directional button to the left, a canvas with margins set to auto, and then another directional button floating to the right.

The problem I am having is that the directional button drops below the canvas. There is more than enough horizontal space for them to fit in the container side by side, so I’m wondering if the canvas is responsible for this. (The width of the container is 985px, each directional button is 86px wide, and the canvas is 675px wide.)

Can anyone tell me why this is happening or point me in the right direction? Please?

HTML5:

<div id="container">
<a href="#" id="LftButton"><img src="imageFiles/arrowButtonLft.png" /></a>
<div id="canvasWrapper">
<canvas id="myCanvas" width="675" height="600"><p>Your browser doesn't support canvas.</p></canvas>
<script src="aboutMeScript.js" type="text/javascript"></script>
</div>
<a href="#" id="RtButton"><img src="imageFiles/arrowButtonRt.png" /></a>
</div>

CSS:

body{
background-image:url(imageFiles/bubsAndSqs_clip2_02062012.png);
background-color:#000;}
#myCanvas{
width:675px;
height:600px;
float:left;}
#canvasWrapper{
width:675px;
height:600px;
margin:auto;}
#RtButton{
float:right;}
#LftButton{float:left;}
  • 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-29T09:44:08+00:00Added an answer on May 29, 2026 at 9:44 am

    One fix is to move #RtButton to after #LftButton in the HTML:

    <div id="container">
        <a href="#" id="LftButton"><img src="imageFiles/arrowButtonLft.png" /></a>
        <a href="#" id="RtButton"><img src="imageFiles/arrowButtonRt.png" /></a>
        <div id="canvasWrapper">
            <canvas id="myCanvas" width="675" height="600"><p>Your browser doesn't support canvas.</p></canvas>
            <script src="aboutMeScript.js" type="text/javascript"></script>
        </div>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on an App, which contains a Table Layout in a Scrollview. I
I'm working on a project which includes some slightly more complex dynamic layout of
I'm working on a new layout for my site that uses a header, footer
My main.xml layout simply contains a button and a LinearLayout content_area , which shows
In my application I have a tab bar. It contains four tabs in which
I have a layout which contains button and textView with visibility=gone. This layout is
I'm working on a Gingerbread (2.3.3) device. I have an ImageView which contains an
I am working on a layout for a new site, and I'm having some
I'm currently working out the layout of a WPF Application and seem to have
I have a layout that is working, but it has one very annoying problem..

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.