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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T14:21:19+00:00 2026-05-24T14:21:19+00:00

I want a layout like this. Please take a look the image As you

  • 0

I want a layout like this. Please take a look the image

enter image description here

As you can see, i have top bar and footer bar. Since footer bar is solid bar, i can just use div and fill the solid color.

But for the top bar, I have to use image as an background inside div. And here is the image of top bar.

enter image description here

What I want to do is, the black square box (logo) should be fixed at the right corner and the bar should repeat according to the width of the screen.

Please kindly provide me the css for the top bar. Thank you.

Edit: Sorry about my careless. Here is my code.

<html>
<head>
</head>
<body style="margin:0px">
<div style="width:100%; height:100%">
<div style="position:absolute; top:10px; background:url(bglogo.png); width:100%; height:100px"></div>
<div style="position:absolute; bottom:0px; width:100%; height:20px; background:#000"></div>
</div>
</body>
</html>
  • 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-24T14:21:21+00:00Added an answer on May 24, 2026 at 2:21 pm

    Don’t use an image for the entire top bar. Handle it in exactly the same way as the bottom bar, but with a few additions.

    You should do it as I’m suggesting because the logo should be a clickable link.

    The HTML should be similar to this:

    <div id="topBar">
        <a id="logo" href="/"><img src="logo.png" alt="whatever" /></a>
    </div>
    

    With this CSS:

    #topBar {
        position: relative;
    }
    #logo {
        position: absolute;
        top: -10px;
        right: 0
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create a layout like this: On the top a TextView, after
I want to have some layout a bit like this [text tabel][edittext] i cant
My layout looks like this: <LinearLayout> <RelativeLayout> Some Image and Text as Title </RelativeLayout>
I have a page layout for my MOSS '07 site that I want put
Can someone please help me figure out a way to achieve the following (see
Say I have element sequence like below : <div style=margin-bottom:9px;line-height:normal;margin-top:4px></div> <div style=margin-bottom:9px;line-height:normal;margin-top:4px>Something Here</div> <div
I would like to present a UITableView with a basic layout like this: header
I just want to group 4 buttons like this... Portrait mode: [1][2] [3][4] Landscape
If all tables I want to delete from have the column gamer_id can i
I have made a custom button bar as described here . Now, I want

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.