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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T23:05:41+00:00 2026-05-10T23:05:41+00:00

I have an ASP.NET site that I’m developing. The layout is pretty basic. The

  • 0

I have an ASP.NET site that I’m developing. The layout is pretty basic. The master page has a header with a horizontal menu beneath the banner taking the entire width. On the left is a Navigation pane, 150 pixels wide with a picture and a few external links. The remainder of the width is the ContentPlaceholder. Beneath that is the footer.

In the default page, the master page’s content has a few divs. One for ‘News’, one for ‘FAQs’, one for ‘deadlines’ and another for a ‘Chart of the Day’. Each of these is 450 pixels wide and I’d set them up with the appropriate ‘float: left;’ and ‘float: right;’ so that the left ‘column’ of content was the News, then FAQ under it and the right column was the deadlines and chart. If the user narrowed the browser too much, the deadlines and chart would get pushed under the News and FAQs.

Now I’m directed to change the behavior. Now, if the user narrows the browser, the deadlines and chart should ‘hold their ground’ and remain as a second column with the user having to use the horizontal scroll bar to see them properly.

I thought that using ‘min-width: 950px;’ on the overall content div would do that, but the ‘float: right’ on the content div ends up pushing the whole content section under the navigation pane when I narrow the browser and when I narrow it further, the Deadlines and Chart divs are STILL getting pushed under the News and FAQs.

I know I’m missing something simple – like a property to ‘stay to the right regardless’ – and anchor or something. Googling around for examples isn’t helping much because I don’t think I’m putting the right words into searching.

Thanks in advance for any advice.

  • 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. 2026-05-10T23:05:41+00:00Added an answer on May 10, 2026 at 11:05 pm

    This works for me, in FF3 and IE6.

        <html>     <head>         <title></title>     <style>     .content_section{width:450px;border: solid 1px green;}     .nav{width:150px; border: solid 1px yellow; float: left;}     .content_container{width: 950px; border: solid 1px blue; float: left;}      </style>         </head>      <body>     <div style='width: 1104px;'>         <div class='nav'>                 Navigation here<br />Navigation here<br />Navigation here<br />Navigation here<br />Navigation here<br />Navigation here<br />Navigation here<br />Navigation here<br />         </div>         <div class='content_container'>             <div style='float: left;'>                 <div id='news' class='content_section'>news<br />news<br />news<br />news<br />news<br />news<br />news<br />news<br /></div><br />                 <div id='faq' class='content_section'>faq<br />faq<br />faq<br />faq<br />faq<br />faq<br />faq<br />faq<br />faq<br /></div>             </div>             <div style='float: right;'>                 <div id='deadlines' class='content_section'>deadlines<br /></div><br />                 <div id='chart' class='content_section'>chart<br />chart<br />chart<br />chart<br />chart<br />chart<br />chart<br />chart<br />chart<br /></div>             </div>         </div>     </div>     </html> 
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 92k
  • Answers 92k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Bizarre. According to this you add IF 1=0 BEGIN SET… May 11, 2026 at 6:30 pm
  • Editorial Team
    Editorial Team added an answer cheat: rename data.csv to data.xls. excel opens it and you… May 11, 2026 at 6:30 pm
  • Editorial Team
    Editorial Team added an answer lines = [] 3.times do lines << STDIN.readline.strip.to_i end lines.sort… May 11, 2026 at 6:30 pm

Related Questions

I have an ASP.NET site that I'm developing. The layout is pretty basic. The
I have an ASP.NET Site that has a single Master Page. On one of
I have an ASP.NET site that has been running perfectly for a long time,
I have an old ASP.NET 1.1 site that I am maintaining. We are working
I am starting to build a new web application that will require user accounts.

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.