473,320 Members | 2,147 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

how to create a round checkbox

254 100+
Hi

I wanted to create a check box which will be like a circle and when I clicked a red tick should come. how can I do it using css please suggest and some one has done this before then please share your ideas.
Nov 23 '09 #1
3 7789
clai83
41
Using CSS alone to change the appearance of a checkbox I would say is "difficult". Since styling of form elements is browser specific there is no way I know of currently to change all checkbox styles across all browsers. There may be browser specific css extensions, however, I have not been able to find any (at least for Firefox). The closest thing I came across was -moz-appearance: radio; however, you don't get the "tick" that you want like a normal checkbox.

My opinion is to use javascript using images for checked and unchecked status of a radio and using an onclick event handler to change the appearance; however, that is javascript not css.

Good Luck in your search.
Nov 29 '09 #2
mukeshrasm
254 100+
Thanks for your response and suggestion and still I am looking for the solution.
Dec 3 '09 #3
AricC
1,892 Expert 1GB
I doubt you'll find a better solution. You pretty much have to use images which is pretty easy.
Dec 10 '09 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Bil Muh | last post by:
Esteemede Developers, I would like to Thank All of You in advance for your sincere guidances. I am developing a software using Visual C++ .NET Standard Edition with Windows Form (.NET)...
1
by: simon_desarte | last post by:
Hi There, I am hoping somebody can point me in the right direction - I have created an ASP page which creates a list of all documents in a given folder (testfolder in the root). (Code is pasted...
3
by: Thomas Kehl | last post by:
Hi. Does anybody have a sample, how does I can make a checkBox ownerdrawn? I need to change the color inside of the box. Can anyone help me, how does I have to do this? Thanks Thomas
1
by: Usman Ghani | last post by:
Hi All, Please help me to develop this one page please. I have a page on which I have a label control, just one label with no text. Next I start a loop to read the headers of emails and during...
0
by: NEMA | last post by:
Hi all, How can i add checkbox template column to a datagird? As i dont want to add all row with a checkbox, it will add a checkbox when it checked that it round 2. can i do it with VB.NET...
0
by: dotnet dude | last post by:
I am creating a DataGrid control (ASP.NET 1.) with few bound columns and one template column in which i want to display CheckBox. So for each row in datagrid some databound fields and a checkbox...
4
by: colonial | last post by:
I was wondering if what I'm trying to do in Access XP and 2003 is possible. I've looked at countless templates and samples and havn't seen anything like what I want to do to be able to construct it....
1
by: hotrod57 | last post by:
I am using php to write a function that reads in lines from a text file and creates a form with the corresponding input values. I have a text file that looks like this: title = Test Page...
2
by: hotrod57 | last post by:
I have a text file that is changeable that I want to use to create a form with. Here is my text file, called 'test_read.txt": title = Test Form; checkbox = shoe; checkbox = hair; radio_button...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.