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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T20:56:36+00:00 2026-06-08T20:56:36+00:00

I have a button: <a href=# data-role=button data-icon=mapa data-theme=a>Vidi Mapu</a> With this CSS: .ui-icon-mapa

  • 0

I have a button:

<a href="#" data-role="button" data-icon="mapa" data-theme="a">Vidi Mapu</a>

With this CSS:

.ui-icon-mapa {
    background-image: url("images/mapa.png") !important;
    background-position: 4px 50%;
    background-size: 26px 21px;
    height: 24px;
    margin-top: -12px !important;
    width: 35px;
}

Problem is that button doesnt show an image/icon at all.
I used every possible solution but this is not working.

  • 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-08T20:56:37+00:00Added an answer on June 8, 2026 at 8:56 pm

    You’re trying to set the button‘s image using a class but don’t set any class to a. so set class=.ui-icon-mapa like following:

    $('a[data-icon=mapa]').addClass('.ui-icon-mapa'); // using jQuery
    

    or if possible then directly using HTML like:

    <a class="ui-icon-mapa" href="#" data-role="button" data-icon="mapa" data-theme="a">Vidi Mapu</a>
    

    Or

    in your CSS try:

    a[data-icon="mapa"].ui-icon-mapa {
        background-image: url("images/mapa.png") !important;
        background-position: 4px 50%;
        background-size: 26px 21px;
        height: 24px;
        margin-top: -12px !important;
        width: 35px;
    }
    

    Note

    Check that the given CSS property is overwritten later by other CSS or not!

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

Sidebar

Related Questions

I have button which post values of form to url but during post i
I have a button that can have a focus css class associated with it
I have a button, where I set its image and its selected & highlighted
I have some html to popup a jQuery UI modal: <a href=my/url class=popup>Click me</a>
I have an image button on a pop up page which is opened by
I have a script that I'm trying to add a HREF url in the
Background: I have implemented a normal Facebook Like Button to my page using XFBML.
I have an Ajax function triggered by a button click like this: $.ajax({ type:
I have button that a user selects and I pop up a AlertDialog to
I have button in my application that opens android contact application for choose contact

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.