• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: How do I style a checkbox and a radiobutton

How do I style a checkbox and a radiobutton 11 years 1 month ago #26967

Hello,

I am looking for a way to style my checkboxes and radiobuttons with images.
An example of what I am looking for can be found here:
http://webdesign.maratz.com/lab/fancy-checkboxes-and-radio-buttons/demo.html

Any help would be greatly appreciated.

Best regards,
Ruud
The administrator has disabled public write access.

How do I style a checkbox and a radiobutton 10 years 7 months ago #28665

  • pixlala
  • pixlala's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
This way:

input[type="radio"]:checked + label {
background: url(../images/radio-on.png) no-repeat;
}
input[type="radio"] + label {
background: url(../images/radio-off.png) no-repeat;
padding: 2px 0 2px 25px;
}
The administrator has disabled public write access.

How do I style a checkbox and a radiobutton 10 years 6 months ago #29168

Does this work? I can't get it to make any difference.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!