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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T10:50:41+00:00 2026-06-06T10:50:41+00:00

I was wondering if there is any CSS/HTML/JavaScript magic to do what I want

  • 0

I was wondering if there is any CSS/HTML/JavaScript magic to do what I want here. Right now, the code for an application has some hard-coded dimensions, 1100×600, but I wanted to have the WIDTH match up with the browser window’s width instead.

<DIV id="dynamic1" style="width:1100px;height:600px;">
<script> ... java script slickgrid graph ... </script>
</DIV>

I was thinking of including a block of CSS like so:

#dynamic1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

But unfortunately, that makes the graph fill the whole screen. What I really want is for the graph to be embedded in a specific location on the page; I don’t want it taking up the entire page.

  • 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-06T10:50:42+00:00Added an answer on June 6, 2026 at 10:50 am

    I changed your CSS a little bit, I hope this is what you need:

    #dynamic1 {
      position: absolute;
      left: 0;
      right: 0;
      height:600px;
    }
    

    Don’t forget to remove the style="width:1100px;height:600px;" part of your div.

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

Sidebar

Related Questions

I'm an Avid Javascript developer, and am wondering if there's any to use Open
I'm wondering if there are any existing (ideally well documented) PHP or Javascript/jQuery libraries/plugins
I've written some css information on elements in my html document. I was wondering,
I'm basically wondering if I can inter-mix JavaScript and jQuery any way I want,
I was wondering if there was any easy way to add through css lets
Been wondering are there any ways to measure the learning performance of ANNs. Thanks
I was wondering is there any way to load geometry from those export files
I was wondering - are there any known techniques to control access to a
I am wondering is there any way we can test the font size/color of
i just wondering is there any performance issue or anything thing wrong if that

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.