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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T05:29:04+00:00 2026-05-15T05:29:04+00:00

I have a problem where our CSS file is not playing nice with the

  • 0

I have a problem where our CSS file is not playing nice with the CSS in a wrapper we’re injecting our content into. I have some rules specified in our CSS file with !important declarations because the wrapper’s CSS is causing the browser to ignore my rules. Unfortunately, this is overriding the styles in the wrapper and I don’t want it to do that. You can see an example of this here:

http://fundcentre.newireland.ie/Results.aspx (our content is ‘FUND SEARCH’ & below)

The !important declaration in some of my CSS rules is causing the links in the navigation bar on the left to change size when you hover the mouse over them. If I remove the !important declarations however, the links in the table & the clipboard start to misbehave, in that they start changing size when you hoverover. (to see the clipboard in action, check a few of the boxes in the table & click “Check Your Selection”)

I know our CSS isn’t the best, but could someone suggest how I could go about getting both to work together? Thanks.

I also tried prefixing all my rules with “.content ” because all of our content exists inside a div with the class “content” but that had no effect.

  • 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-05-15T05:29:05+00:00Added an answer on May 15, 2026 at 5:29 am

    In NewIreland.css, line 316, you define:

    .displaycontent a:link, a:hover, a:visited, a:active {
        /*...*/
        font-size:11px !important;
        /*...*/
    }
    

    … which sets style for links inside .displayContent, any hovered link, any visited link and any active link.

    It seems that you mean:

    .displaycontent a:link, .displaycontent a:hover, .displaycontent a:visited, .displaycontent a:active {
        /*...*/
        font-size:11px !important;
        /*...*/
    }
    

    Or, on a better format:

    .displaycontent a:link,
    .displaycontent a:hover,
    .displaycontent a:visited,
    .displaycontent a:active {
        /*...*/
        font-size:11px !important;
        /*...*/
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have encountered a very strange class not found problem in our web app
We all know that we're supposed to combine our CSS into one file, but
We have problem with our Qt based production server for our business application. When
I have a problem in our BTS production environment which we cannot reproduce in
We have a problem in our swing based application since we've upgraded our java
I'm trying to get a handle on whether we have a problem in our
So here is our problem: We have a small team of developers with their
We have a little annoying problem with our delphi 2007 IDE, from time to
I have a problem executing a process from our testing server. On my localhost
We have the problem that we have the open project files in our SVN

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.