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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:56:14+00:00 2026-06-01T12:56:14+00:00

I have a qTip that I’m using to display data with. It’s working great

  • 0

I have a qTip that I’m using to display data with. It’s working great except for the formatting of tabular data.

The content for the qTip has a table embedded in it. Despite having used the ui-tooltip-green class, the tabular content is retaining the default formatting established in my default stylesheet.

How can I cancel out the default formatting that’s coming from my default stylesheet and instead use the styling found in the ui-tooltip-green class?

Here’s a picture of what the tooltip looks like – you can see the tabular data taking on a different format:

enter image description here

  • 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-01T12:56:16+00:00Added an answer on June 1, 2026 at 12:56 pm

    If you have css rules overwriting each other and are not sure how to solve it, you might want to read up on specificity in css. While it doesn’t soundlike this is necessarily the cause of the problem, the issue is very much related to the topic. In your case it sounds like you have no rules to be applied to that table, so it’s grabbing some more general rules somewhere higher up in the specificity tree.

    To be clear, the easiest solution to your problem probably lies in you editing/adding css rules to be specific where you want them to be. Specifically (excuse the pun) you need to be explicit in your css that you want that table and its elements to be styled like their parents.

    e.g. if the css for a link in the tooltip looked something like this:

    .ui-tooltip-green a {
         color: rgb(0,255,0);
         font-weight: bold;
    }
    

    Then more entries specific to the table would force the style to that element, e.g:

    .ui-tooltip-green table a {
         color: rgb(0,255,0);
         font-weight: bold;
    }
    

    Without seeing all of the code involved it’s hard to give you a clear answer, but in a general sense you just have to add [more specific] rules for that table.

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

Sidebar

Related Questions

I'm using a implementation of qtip that fires on 'AllDay' event-bar mouse-overs. It has
Using jQuery's qtip plugin, I'm trying to display hidden value (that's already rendered wher
I have a fullCalendar page that I am using qTip (v2) on. The problem
How can I add arrow in qTip. So far I have $('.jym').qtip( { content:
i have an asp.net mvc site and here is a dynamic tooltip using qTip
I am using the jQuery qTip plugin and am having trouble loading html content
I'm using Drupal and Lightbox module to display the content of articles in this
I am trying to display google map as a tooltip using qTip jquery plugin.
Am trying to get qtip2 working with a rails3 application. qtip's working great but
I have a following code: $(document).ready(function() { $('a[rel]').each(function() { $(this).qtip( { content: { text:

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.