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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:01:48+00:00 2026-06-14T03:01:48+00:00

I have the following problem: I have a table with a fixed width and

  • 0

I have the following problem: I have a table with a fixed width and height, which should be in the middle.

The right of it should be div, with a width from the right edge of the table to the left edge of the browser, but it is necessary that in this div image was cropped on the right (so that only the left side, the size of div)

On the left side of the table you need the same thing in reverse, as well as lower

Here’s what it looks like – http://db.tt/bZU8Z9SJ

How can you do?

  • 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-14T03:01:49+00:00Added an answer on June 14, 2026 at 3:01 am

    Alright, to give you some more of an answer, make a basic layout with divs:

    <div id="container">
        <div id="left"></div>
        <div id="table"> <!-- Your table here --> </div>
        <div id="right"></div>
    </div>
    

    And add some CSS:

    #table{
        float: left;
        width: 50%;
        height: 200px;
    }
    
    #left{
        float: left;
        background: #3f3;
        width: 25%;
        height: 200px;
        background-position: right;
    }
    
    #right{
        float: left;
        background: #f3f;
        width: 25%;
        height: 200px;
        background-position: left;
    }
    

    Fiddle here: http://jsfiddle.net/ycS2N/

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

Sidebar

Related Questions

The following is a 3 x 3 table: <html> <body style=overflow:hidden;> <style> div.table_div {overflow:scroll;width:378px;height:117px;position:relative;}
I have a frustrating problem with the following scenario: Right col, with table. Always
(This question is following on from my previous problem which has been fixed (Here)
I have the following problem. I have a table with a few hundred thousand
Greeting! I have the following problem. I have a table with huge number of
I'm new to wicket and stuck with the following problem: I have a table
The problem is the following, I have a table of friendships in my database,
I have the following loop which is giving me problems $(#divResults).append('<table>'); $.each( results.d, function(
I have the following problem: I'm loading a dif-table with only deletes and inserts.
all! I have the following problem: I have 2 simple tables. The first one,

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.