Skip to main content

Questions tagged [fieldset]

The fieldset tag is used to group related elements in HTML and XHTML documents. The fieldset tag draws a box around the related elements.

0 votes
1 answer
40 views

restoring default fieldset behavior with inline css

My company is using https://tabler.io/ CSS and it's kinda mucking up fieldsets. eg.: <fieldset> <legend>Demo</legend> Field 1: <input type="text"><br> Field 2: &...
neubert's user avatar
  • 16.5k
0 votes
1 answer
41 views

How to make responsive 'legend' area for mobile view

I'm building a portfolio website using HTML & CSS. I want to add my projects inside tags. But those legend tags arn't responsive for the screen resolution(for me, it's mobile view) and its' ...
Tharin Edirisinghe's user avatar
0 votes
0 answers
36 views

Modal-Opener Inside fieldset/legend element

On the Shopify product-page I want to display a Size-Chart. Unfortunately I have way to less experience to get the text inside the element. This is the code which styles the elements like size and ...
ParaMeds's user avatar
0 votes
0 answers
131 views

Radio button is not selectable through keyboard

Tabbing is simply escaping this form for some reason. I have added tabIndex as well but doesn't work. Radio inputs are unreachable through tab keys/arrow keys. I can select it using the mouse. I just ...
user23251757's user avatar
0 votes
0 answers
23 views

Ext JS 'fieldset' : Can not reduce space between title and it's border inside 'Ext.Window'

me.customfieldstatepopup = new Ext.Window({ title: eAkte.Locale.i18n.label('save_state_custom_field'), cls: 'customfieldstatepopup', closeAction: 'destroy', ...
Meshwa Patel's user avatar
1 vote
0 answers
39 views

can I have a fieldset in razor with 2 parameters?

I have an old razor page in a 4.8 Net framework project. I have a datepicker for a input start date already, and I need to add another one for the end date. The end date has to be in the same row than ...
Iria's user avatar
  • 17
0 votes
0 answers
3 views

Auto filling a filed from another separate field when a checkbox is checked

function billingFunction (){ if(document.getElementById('same').checked){ document.getElementById('billingName').setAttribute('value') = document.getElementById('shippingName').value document....
Jaypdollar 's user avatar
0 votes
2 answers
64 views

how to style the text inside a field of a form?

I am trying to target the actual text that is typed inside the "message" field. When you type a longer message, it does not wrap around instead continues on the same line (see screenshot ...
Ripley E's user avatar
2 votes
1 answer
318 views

How do I check if a form element (input or button, etc) is disabled by itself or a parent fieldset in Javascript?

According to the specs: A form control is disabled if any of the following are true: the element is a button, input, select, textarea, or form-associated custom element, and the disabled attribute ...
Luke Vo's user avatar
  • 19.8k
0 votes
1 answer
54 views

My fieldset isn't separated from the other fieldset

I need to separate a few sections of a survey I'm working on, but the fieldset isn't showing up at all (like no borders or any paragraphs shown). The second fieldset appears as a part of the first one ...
kitarboii's user avatar
0 votes
1 answer
87 views

Show next fieldset by next button

Trying to create a page with some dynamic data using fieldset I'm supposed to display the next fieldset when Next button is clicked, but Not working and No console errors shown to help find the ...
Jessica Kimble's user avatar
0 votes
2 answers
57 views

Box component goes over Grid height

Home.jsx <Box component="fieldset" sx={{borderRadius:2, height:"100%"}}> App.jsx <Grid container> <Grid item xs={4} > <Root/> ...
LosProgramer's user avatar
-1 votes
1 answer
137 views

CSS grid: <label> and <input type="radio"> render on a different row?

I started studying the CSS grid and I'm trying to build a form. I can't wrap my head around why the <label> and <input type="radio"> are being rendered on a different row. I want ...
Niels's user avatar
  • 35
0 votes
1 answer
87 views

I have a problem with CSS GRID on FORMs which have FIELDSETs in them - GRID ends up on both parent and child and then breaks

Basically I am using CSS grid to make forms multi-column layout and this works fine for normal forms, but if the forms have FIELDSETS then it doesn't work as they are a parent of the form elements so ...
geogan's user avatar
  • 65
0 votes
1 answer
33 views

How to align radio group in fieldset

I have a form with a radio group in a fieldset. Here is my jsfiddle. I have two issues. 1 - The legend Options has a space on the left which I can't figure out how to remove. It should left-align with ...
user3052443's user avatar

15 30 50 per page
1
2 3 4 5
35