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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T14:33:01+00:00 2026-05-13T14:33:01+00:00

I have a web application made in ASP.Net. Well, I have a few jquery

  • 0

I have a web application made in ASP.Net. Well, I have a few jquery server controls I made. Well, I just now started to bother with getting a “proper” jquery running with a theme and everything. So I replaced my old default jquery theme with a custom one and such and now everything is completely different.

From firebug it says that everything I assign just about is getting reset by .ui-helper-reset inside of jquery. How do I prevent this from happening? I would like to be able to set like font-size and such as the <body> level and not have to worry about it for each individual element, but it seems to reset the font size to something much larger than I use. the computed font-height is 17px!

I’m not understanding why it would do a CSS reset on each individual element that I add with jquery…

Edit:
Ok, I just figured out some silly mistake for why my site “was” working. Well, I didn’t include the theme’s style sheet in the page. Now I have it included and thus I have the problems. But my problem still stands. I don’t understand why the CSS Reset is happening on each element.

  • 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-13T14:33:02+00:00Added an answer on May 13, 2026 at 2:33 pm

    Just a wild guess …
    How about applying your css AFTER it has been reset with jquery? Perhaps with:

    $(document).ready(function() {  
        var mycss = document.createElement("link");
        $(mycss).attr("rel", "stylesheet").attr("type", "text/css").attr("href", 'your-css-filename');
    });
    

    If $(document).ready is still early, you can put the code inside a function and call it with setTimeout().

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

Sidebar

Related Questions

I have created ASP.net Web application which uses Crystal Report to show reports. Now
I have an asp.net 2.0 web application that will run on the same web
I have been tasked to look after an ASP.Net WebForms application that communicates with
I have a Web Application that I'm trying to move from Sun Application Server
I have an application solution which is made up of a web app written
I have a web application that I developed with the Google Web Toolkit (GWT),
I have made changes to my global.asax file so i want to recycle my
I have a cascading dropdown list on my page. The first dropdown contains a
I've created a business layer with a database model to be used in an
I'm sorry this question is going to be a bit vague because I'm not

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.