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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T07:43:54+00:00 2026-06-13T07:43:54+00:00

I have been working with HTML and CSS for about 5 years now, and

  • 0

I have been working with HTML and CSS for about 5 years now, and I am at a complete loss with this one. http://napletonlaw.connectionsquad.com/

On that page, there is a single div in that container with an ID of Clarity.

I have the CSS rules as follows:

#clarity {
text-align: center;
width: 320px;
}

The code for it is as follows:

<div id="clarity">
            <img src="Resources/magnifying-glass.png" />
            <p>You have questions, and we have answers.  We can help break down the situation into easy-to-understand terms and clear advice. Napleton Law is here to help you!</p>
        </div>

For some reason the width I apply to that DIV is not taking… In dreamweaver’s preview it shrinks the div to 320px, but when previewed it does not.. I do not know why the clarity div is spanning the entire page when I set a width of 320px…

  • 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-13T07:43:54+00:00Added an answer on June 13, 2026 at 7:43 am

    There is a missing bracket in the preceeding rule that is likely the cause of your issue.

    #container {
        width: 960px;
        height: 800px;
        margin: 0px;
        position: relative;
        z-index: 100;
        background-color: #a0a0a0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1; <--- Missing bracket
        -moz-box-shadow: 0 0 10px rgba(0,0,0,1);
    }
    #clarity {
        text-align: center;
        width: 320px;
    }
    <div id="clarity">
                <img src="Resources/magnifying-glass.png" />
                <p>You have questions, and we have answers.  We can help break down the situation into easy-to-understand terms and clear advice. Napleton Law is here to help you!</p>
            </div>
    #container {
        width: 960px;
        height: 800px;
        margin: 0px;
        position: relative;
        z-index: 100;
        background-color: #a0a0a0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 1);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 1; <--- Missing bracket
        -moz-box-shadow: 0 0 10px rgba(0,0,0,1);
    }
    #clarity {
        text-align: center;
        width: 320px;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I do html/css by trade, and I have been working on and off django
I have honestly been working on this for about two weeks and researched as
I have been working on the this for about ten hours and I am
Have been working on this question for a couple hours and have come close
I have been working with SQL Server as a Developer a while. One thing
I have been working on this app for at least 3-4 months and just
I have been working with Zend for a few months now and am at
I have been working on this sort of ATM (With a maximum of 50
I've been stuck on this for 3 days now. I have two pages that
I have some HTML/CSS which is working perfectly in Firefox; however, in Chrome, the

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.