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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T06:24:25+00:00 2026-05-29T06:24:25+00:00

I have a button and a div in my html page. Initially I used

  • 0

I have a button and a div in my html page. Initially I used Redmond theme and then I changed to Ui-lightness theme. The div element properly shows the Ui-lightness theme. But the button is still showing the Redmond theme. How do we correct it?

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
    <title></title>

    <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery/jquery-1.4.4.js"></script>
    <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.6/jquery-ui.js"></script>

<%--redmond--%>
<%--<link href="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.13/themes/redmond/jquery-ui.css"
    rel="stylesheet" type="text/css" />--%>

<%--ui-lightness--%>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/themes/ui-lightness/jquery-ui.css" type="text/css" />


</head>
<body>
    <form id="form1" runat="server">

<div>
    <button id="cancel" type="button"
            class="ui-state-default ui-corner-all">
            Cancel
    </button>
</div>

<div id="mybox" 
     class="ui-widget ui-widget-content ui-corner-all" 
     style="margin-top: 20px;
     width: 300px; 
     height: 150px;">

    <h3 class="ui-widget-header">Widget Heading Text</h3>
    <p>
        <span class="ui-icon ui-icon-comment" style="margin: 0 2px 0 2px; float: left;"></span>
        This is a test sentence.
    </p>
</div>

</form>

  • 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-29T06:24:26+00:00Added an answer on May 29, 2026 at 6:24 am

    As you mentioned you did clear browser cache, the probable reason would be the style you have applied to button is incorrect, it should be ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only.

    The button should look like

    <button id="button" 
      class="ui-button ui-widget ui-state-default ui-corner-all ui-button-text-only"
      role="button" aria-disabled="false">
      <span class="ui-button-text">A button element</span>
    </button>
    

    according to the jQuery Site.

    And check, modify and download themes from jQuery Website..

    Hope this helps you.

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

Sidebar

Related Questions

I have button and when I click it a html page loads to div
I have small page which has label, DropDownList and a submit button. <div> <asp:label
I have been trying to execute a button event in html page that displays
I have a html page using a jQuery UI Button with some jQuery script
I have a page called android.html with a button with an id of detect.
I have written a HTML page which has following code. <div id=adsListContainer style=margin: 5px;>
I have a HTML page in which I have a button; pressing that button
I have 5 div's in my html page and 5 buttons.I want to got
I have html page and I need remove all div except the div with
I have the following HTML page: <div id=foobar> <?php echo $dynamicVar; ?> </div> <input

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.