-3
votes
2answers
45 views

CSS form. Please help me with “radio” buttons [closed]

So... like you can see (here: http://www.ulozisko.sk/obrazky/605327/form.jpg), my problem is in "radio" buttons... i want get this buttons abreast. Can you help me? * Gender: <input ...
1
vote
4answers
362 views

How to add/remove class to parent div according to input radio selection using jQuery?

the below code shows 4 radio buttons that are hidden by default using the display:none property in CSS. However, I select them using the "label" tag. I also have a div wrapping everything. I want to ...
0
votes
0answers
99 views

radio button set not changing [resolved]

g'day folks. I'm having a bit of trouble with a set of 2 radio buttons, that in Chrome, will not change state regardless of using the mouse or using the keyboard. this is the HTML: <!-- Dialog ...
1
vote
3answers
157 views

Change DIV Background When Nearest Radio Checked

I have this already to make selecting the radio box easier $("div.column43").click(function () { $(this).find('input:radio').attr('checked', true); }); I want the background/border of the div the ...
0
votes
0answers
60 views

Is this a safe method for styling active state on a jquery radio button?

I found this answer: http://stackoverflow.com/a/4642152/1877124 but it didn't work until I referred to the div id instead of the class, like so: #radioset input[type="radio"]:checked + label { ...
1
vote
2answers
160 views

Align a label to top of radio button in CSS

I tried to align a label on the top of a radio button in CSS. What I want to do: http://imageshack.us/photo/my-images/28/radiobuttons.png/ My code is: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML ...
0
votes
2answers
53 views

RemoveClass of other childeren in same parent div

I am trying to replace my radio circles by div's. The selecting by clicking on the divs works. The highlighting of the selected div works. But how can i remove the "selected" class of the other ...
2
votes
1answer
622 views

Styling radio button - not work in IE and Firefox

I have tried to make own style of radio button - everything works well in Chrome, but in IE and Firefox are still some display errors. Here is the code: HTML <input type="radio" id ="light" ...
1
vote
1answer
142 views

Relative positioning in CSS is completely different in Safari and Firefox?

I am new to CSS and have been trying to create a web form with the radio buttons aligned next to text fields. However, in Firefox the radio boxes look fine, but when I check in Safari the radio boxes ...
0
votes
2answers
304 views

How to extend radio button clickable area to other elements using css or jquery

I have this html/smarty code for a radio button. I would like to extend the area for the selection of the radio button so that the user can more easily select it on this page? The classic trick of ...
0
votes
6answers
1k views

How to grey out checkbox unless radio button is selected?

very new to javascript, but any help to get me started would be appreciated. I have a simple form: <div><input type="radio" name="o1" id="burger" />Burger</div> <div ...
0
votes
3answers
441 views

Radio button change css when clicked

Please take a look at http://jsfiddle.net/JHMqG/ I'm trying to figure out how to change the background of the radio button when clicked. So far, I've been successful with the cat option, but I'm ...
3
votes
2answers
737 views

Checkbox and radio styled with images on css works only in Chrome

I create this style and i have no idea how to make it works in IE and Firefox: input[type="checkbox"]:before { content:""; display:inline-block; background: url("../images/controls.png") ...
-1
votes
2answers
1k views

Show 2nd div when radio button checked

Im trying to make a contact form where people will check either "one way" ticket or "roundtrip". The first "one way" is checked when user reach the contact form and one(1) date field is shown, but if ...
1
vote
1answer
334 views

Ruby on rails - adding several radio buttons to the same line in a form

How do I create a form where there are several radio buttons on the same line? I can only seem to get them to display vertically, one below the other. I have limited experience with HTML/CSS/RoR.
0
votes
4answers
2k views

Resizing radio button

I want to change size of a radio button control using only HTML and/or CSS. Is it possible to do without using images?
0
votes
2answers
712 views

Radio button list and label not lining up

I've got a complex form with rather a lot of css on the following page. Most things are lining up the way I would like, but if you scroll down to "Membership Type" you'll see that the label and radio ...
-1
votes
1answer
145 views

Radio buttons for web page [closed]

How to make radio buttons using css, html, javascript, jquery, php, using my own images and with function .fadeTo on hover? Best will be of using only one image for one button but for all functions ...
0
votes
0answers
586 views

jquery custom radio button layout with CSS

I'm new to jquery and CSS but slowly figuring it out. I need to create custom radio buttons and found this great example: Filament Group Custom Radio Buttons It works great for radio buttons laid ...
0
votes
1answer
146 views

Jquery slide (animate) in / out based on selection

I have the following jsfiddle setup: http://jsfiddle.net/f9JUj/13/ Basically when you select the radio for merc or bmw a engine size box slides in, when you click the radio button for audi the ...
0
votes
1answer
180 views

multi radio buttons transformed into a radio button with css?

I want After click on the radio, Radio-selected that background color is yellow putting background label, with use of css no js. how is it? Example of myself: http://jsfiddle.net/DVJmS/6/ Example of ...
0
votes
1answer
132 views

CSS style for radios in Tapestry 5

How can I get rid of the box look of radio buttons in IE8? They look like this: They look normal in other browsers. I'm using Tapestry 5. Thanks.
2
votes
2answers
535 views

How to create radio button as buttons?

How to create regular radio buttons to like normal buttons styled with css? Here are my radio buttons: <div class="radio-toolbar"> <input type="radio" id="radio1" name="radios" ...
0
votes
4answers
7k views

Radio Buttons Inline and Centered with Labels

I have the following form: <form action="post.php" method="POST"> <fieldset> <div class="ratingClass"> <input ...
1
vote
3answers
9k views

Make radio button bigger?

Is there any way to make a radio button bigger using CSS? If not, how else can I do it?
0
votes
3answers
754 views

Long label radio button in IE7 issue

I have a radio button with long labels that wraps to the next line, it is displaying correctly in Firefox and IE8, but not in IE7 and IE6. Basically, what I want is shown below (where o is the ...
1
vote
3answers
743 views

My form radio buttons don't work

Some simple HTMl, I've added spans for styling, should I be using labels instead? It's meant to only allow one selected at a time. What am I doing wrong? I am codeblind :P JSfiddle here. Thanks.
5
votes
6answers
3k views

IE8 CSS selector selects, but does not apply the style

This is making me want to kill myself. I have some really simple CSS to style my input objects: input, button { border: 1px solid #c66600; background-color: white; ...
2
votes
4answers
8k views

Place Radio Button Label Above Using CSS

I need the ability to place the labels for radio buttons above the selections, and not to the left or the right. Is there a way to use CSS that would give this effect? THanks!