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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:29:54+00:00 2026-06-17T22:29:54+00:00

I have this HTML: <input type=radio> <span class=label> <label id=options_34537_2label for=options_34537_2> </label> </span> Now

  • 0

I have this HTML:

<input type="radio">
<span class="label">
    <label id="options_34537_2label" for="options_34537_2">
</label>
</span>

Now I also have some CSS, which hides the radio button itself and puts an image in front of my label.

input[type="radio"] {
    display: none;
}

label:before {
    background: url("someimage.jpg") no-repeat scroll 0 0 transparent;
}

In IE and FF I can click the image to select the option, in Chrome, clicking does not work at all. Any idea how to solve this issue?

Thanks!

  • 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-17T22:29:56+00:00Added an answer on June 17, 2026 at 10:29 pm

    You should put the <input> inside the <label> to make it cliquable:

    <label><input type="radio"></label>
    

    And use the background property on your label directly, instead of using the :before pseudo-class. Then add some text or specify a width to show your background.

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

Sidebar

Related Questions

I have some HTML like this: <input type=radio class=MyRadio name=TheName> <label for=TheLabel>the text</label> How
I have this radio buttons in html code: <span><input type=radio value=false name=item[shipping] id=item_shipping_false checked=checked><label
I have this html <div> <input type=radio name=erp_report_type value=customerinvoice required> <label for=>Customer Invoice</label> <input
Given the following HTML fragment: <span name=foo class=foo-class> <input name=foo value=0 id=foo2_0 type=radio> <label
I have HTML like this: <input type=radio name=type value=FL checked=checked />Fixed <input type=radio name=type
I have this HTML code for radios: <input type='radio' name='a_27' value='Yes' id='a_27_0' /> <input
ok quick scenario: html: <span class=answer>blah<input type=radio value=1></span> jquery: $(span.answer).click( function() { check =
I have this html : <div id=para0104 class=entry> <label for=id0104>d</label> <div> <label for=input0104100> <input
Current HTML snippet: <ul class=ShippingProviderList> <li> <label id=shippingMethod_500dae76abe48_0> <input id=shippingCheck_500dae76abe48 type=radio value=0 name=selectedShippingMethod[500dae76abe48] />
i have some radio buttons with class = active <div id=radioset1> <input type=radio class=active

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.