How to apply custom css to CKEditor?

HTML:How to custom style a checkbox using CSS/javaScript?

  • I have this checkboxes in my log In form but I want to style them that would fit in the design of my form Is there a way in doing this? using CSS or javaScript?

  • Answer:

    Most form elements, buttons, checkboxes and so on can be styled, you'll have to experiment a bit as not all elements can take all the styling that others can. Here's something I did for buttons for another asker a little while ago - http://brisray.com/test/buttons.htm http://www.designplace.org/tutorials.php?page=1&c_id=9 shows what can be done to checkboxes. Be sure to test in several browsers as there are differences in how they render styled form elements.

[Q] at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

In short, you can't. Customization the style of checkbox is not part of W3C standard. But good thing is you can do it. You will need to create image look alike with checkbox. And using javascript, you can change the image of the checkbox image on mouse over, on click and on mouse down event. Good luck and have fun.

Alexa Catrina

You can style anything you want via css except some form parts :( If you want check some html sites to see for you self. Search these sites for example: www.htmldog.com www.w3schools.com www.tizag.com

elcoun

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.