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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T16:35:56+00:00 2026-06-15T16:35:56+00:00

I have found several post with similar problems, but no good answers. I have

  • 0

I have found several post with similar problems, but no good answers.
I have two divs inside a div that has display: table-row propertie.
My right div needs to have fixed with:200px and the left one must take the remaining space.

CSS: 

.dhPictureDiv{
float:left;
height:100%;
background-color:red;}

.dhInfoWrapper{
width:200px;
float:right;
background-color:yellow;
border: 0px solid red;}

.dhDivRow {
display: table-row;}

HTML:

<div class="dhDivRow><div class ="dhPictureDiv></div><div class ="dhInfoWrapper></div></div>
  • 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-15T16:35:57+00:00Added an answer on June 15, 2026 at 4:35 pm

    This has been covered to death, but here you go:

    http://jsfiddle.net/wu7TR/

    I would really recommend simplifying your class system

    .dhPictureDiv{
        background-color:red;
        height: 100px;
        display: table-cell;
        width: 100%;
    }
    
    .dhInfoWrapper{
        background-color:yellow;
        height: 100px;
        display: table-cell;
        min-width: 200px;
    }
    
    .dhDivRow {
        display: table;
    }​
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have found several post with similar problems, but none targeting my exact problem:
I've looked through several posts but I haven't quite found any answers that have
I have found several questions and answers pertaining to my question, but I'm getting
I have found several post that teach how to use UIBezierPaths with CoreAnimation. This
I've investigated several C# DLL's and have not found any that work especially well.
I've looked and found several similar questions but can't seem to make the solutions
First post, have found many answers here, so hopes are high. The problem: Google
I have found several other questions here on S.O. (and the web in general)
I have found several guides on how to get a 3D animation to flip
I have found several questions asking about template typedefs in C++0x, which are resolved

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.