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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T08:39:07+00:00 2026-06-09T08:39:07+00:00

Is possible to override the body width, for example I have this ex.: <body>

  • 0

Is possible to override the body width, for example I have this ex.:

<body>
<table id="table1">
<tr><td></td></tr>
</table>
<table id="table2">
<tr><td></td></tr>
</table>
</body>

css:
body{width:970px;}
#table1{width:100%;}
#table2{width:100%;}

I want to set for first table a width:auto; expandable on full browser width but body width won’t allow.

I must have that body:970px so I cannot modify that and I must have 100% for second table to expand all elements inside in 970px body width.

how do I resolve this ?

fiddle example

  • 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-09T08:39:08+00:00Added an answer on June 9, 2026 at 8:39 am

    There is no good way to do this; HTML elements always inherit attributes from their parents. So if you give body a fixed width, you essentially limit what the children can do. For them, the world (i.e. width: 100%) is now the limited body width and there is no way to say “use the parent width but skip the body element, please”.

    With JavaScript, you could try to get the width of the html element but even if you assigned this to table1, the overflow rules would probably clip it.

    To fix this, you will have to get rid of the fixed body width. Replace body with a container div with a fixed width. That allows you to move table1 outside the container div where it will see the body‘s natural width.

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

Sidebar

Related Questions

I have some console.log commands spread through my site. Is it possible to override
Is it possible to override the Image constructor in JS? So that, for example,
Is it possible to override the equivalence comparison in Javascript? The closest I have
Is it possible to override the settings in war file's WEB-INF/jboss-web.xml? I have a
Is it possible to override table names in JPA/Hibernate in order to add a
Is it currently possible to override the structure constructor in Fortran? I have seen
Is it possible to override operator use in Objective-C? For example myClassInstance + myClassInstance
Is it possible to override a RESTful path? For instance, I have photo_path(photo) which
Is it possible to override the seed value when creating a new table using
This is a interview question. So is it possible to override a method without

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.