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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:53:25+00:00 2026-05-14T19:53:25+00:00

I am currently rebuilding a website that uses a table layout and want it

  • 0

I am currently rebuilding a website that uses a table layout and want it to make it with layers and css.

The problem I am having is with the header. The header is currently a table at 100% width with 3 cells.

[left frame][logo 800px][rightframe]

<table border="0" width="100%" height="600" cellpadding="0" cellspacing="0">
  <tr>
    <td background="images/background_left.jpg">&nbsp;</td>
    <td width="800" valign="top">the header content</td>
    <td background="images/background_right.jpg">&nbsp;</td>
  </tr>
</table>

The center cell, the logo banner, is should always be 800px. The left and right cell have a background that matches the ends of the logobanner.

Now the question would be how I can solve this with css ?

Thanks

  • 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-14T19:53:26+00:00Added an answer on May 14, 2026 at 7:53 pm

    Try this
    Html:

    <div id="header">
       <div id="left">
          <div id="leftFrame"></div>
          <div id="center"></div>
       </div>
       <div id="right"></div>
    </div>
    

    CSS:

    #header{
     width:100%;
     height:600px;
    }
    #left{
     width:66%;
     float:left;
    }
    #right{
     float:right;
    }
    #center{
     width:800px;
     float:right;
    }
    #leftFrame{
     float:left;
    }
    

    Not tested but hope this helps

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I'm currently working on rebuilding an existing website that is used internally at
I'm currently having a problem where a hidden field whose value is set in
Currently, I'm developing an app that functionality heavily relies upon retrieved JSON data. Most
Currently I'm working on this page (look at Figure1) I need to make shadow
I'm currently rebuilding an existing PHP application using Java. I therefore have an existing
I'm making a website that (essentially) lets the user submit a word, matches it
I'm currently rebuilding an admin application and looking for your recommendations for best-practice! Excuse
I am learning TDD and I currently have a method that is working but
I have a website project. It has assembly references to external DLLs that we
I'm having an issue using crypt. I'm rebuilding a site for a client. So

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.