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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T20:46:35+00:00 2026-06-10T20:46:35+00:00

I am attempting to create a global style sheet for my site. It has

  • 0

I am attempting to create a global style sheet for my site.

It has been working well up untill it reached the 1471 lines. Now some id’s and class tags are styled and working whilst others are not.

When I take away a bunch of styles from the sheet, the ones that was not working then begin to work.

I have no idea why this is the case and nor do I know how to fix it.

I would prefer not to create separate style sheets for different features (such as buttons and tool tips etc).

Any help is much appreciated.

  • 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-10T20:46:36+00:00Added an answer on June 10, 2026 at 8:46 pm

    First of all, make sure to check for syntax errors in your CSS.

    Assuming you already did that, usually this kind of thing happens when you are trying to style something externally that is already being styled at a level closer to the element. Basically, the order of precedence is this:

    1. Inline styles
    2. Block css inside the html view
    3. External style sheets

    For example, lets say you have this:

    <div id="test" class="testclass" style="position:absolute;"></div>
    

    and then in your external style sheet you have:

    #test {
    position:relative;
    }
    

    The in-line style is going to get precedence because it’s higher up on the chain.

    The same is true of specificity. The more specific a rule is, the higher its precedence.

    For example, this:

    .testclass #test {
    position:absolute;
    }
    

    is going to take precedence over this:

    .testclass {
    position: relative;
    }
    

    because it is more specific. So keep these things in mind, and also obviously keep in mind that each view has to specify which style sheet(s) to look for, and see if that doesn’t fix your issue.

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

Sidebar

Related Questions

When attempting to create a tag of a working copy we receive the error,
I am attempting to create a classified site, whereby users can register to my
I'm attempting to create a grid style view (similar to NSCollectionView ), except using
I've been attempting to get minification and bundling working on my MVC3 project for
I am attempting to create a button that has an onclick event programmically.. var
While attempting to create a replacement tablespace for USER, I accidentally created a datafile
Im attempting to create a new operator :? on lists, which operates the same
I attempting to create an 800x500 div with four overlapping divs inside the container
I attempting to create custom tabs using this . But when I try to
I'm attempting to create a table for monitoring purposes using the following script: $w3wppriv

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.