Skip to main content

All Questions

Tagged with
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
-1 votes
1 answer
395 views

Custom fieldset Legend css

How can i recreate the classic behavior of a form with fieldset and legend <form> <fieldset> <legend> Text </legend> </fieldset> </form> ...
Christian M.'s user avatar
1 vote
2 answers
1k views

How to show the fieldset border through a section of the label?

I have a form with fieldsets, and would like to keep the border, but would like the border to be shown between some text legends. I can't get the legend to have a transparent background to let the ...
Stephen's user avatar
  • 1,661
0 votes
1 answer
214 views

Create new fieldset row for legend [closed]

I have a Restrict Content Pro form which includes a fieldset legend (Change your Password) which I want to move to a new row in the left column. I have tried adding new form fields (to move the legend ...
Bernard's user avatar
0 votes
0 answers
145 views

Can´t align left legend text

I am trying to align legend text to left side but when i do that the top border disappear. If i add width=auto I get the complete border but the text align to center. border: 1px solid #395d8b !...
Edgard Ruiz Gonzalez's user avatar
4 votes
0 answers
2k views

Safari 11 Bug Fieldset-Legend with Overflow Hidden and Click

Since Safari 11 for Mac checkboxes (and links/other click-events) are inaccessible when placed in a <legend>, does anyone know of a workaround? JS fiddle contains a demo, neither the checkbox ...
elveti's user avatar
  • 2,356
1 vote
2 answers
17k views

Custom border for a fieldset and legend

sorry if this question has been asked before, my friend asked me to do this sort of fieldset for their website. screenshot in this link it looks like a normal one but I'm curious how do I get that ...
Felix Agung's user avatar
0 votes
1 answer
280 views

How do I make CSS sharp "V" like horizontal corners for `<legend>` and `<fieldset>`?

How do I make in CSS sharp "V" like horizontal corners? Corners that look like this < > as if the corners were arose to left and right in both the <legend> and then in the <fieldset> ...
SeekLoad's user avatar
  • 1,033
0 votes
1 answer
436 views

How to align Grouping Text of only two panels out of many Panels in a page center?

In my page there are many panels and grouping texts. For two panels the grouping text has to be aligned center. I have tried: legend { margin:0 auto; } <asp:Panel ID="Panel13" runat="server" ...
Indira Pranoi's user avatar
1 vote
1 answer
1k views

Underlined Fieldset Legend

I am working on a small interface, and currently have a simple set of radio buttons inside a fieldset with a legend. It currently looks like this: But I want to get a border between the legend and ...
Joe Balin's user avatar
  • 177
0 votes
1 answer
3k views

CSS/HTML fieldset with legend side by side

I just wanna ask how can i make that side by side? i know this has already been questioned many times here but i already tried the solutions that they've said worked. like adding <div> or ...
bruh's user avatar
  • 79
1 vote
1 answer
2k views

Style the first legend element within a nested fieldsets

I'm trying to style the first legend element within nested fieldsets, but none of the CSS selectors I used achieve what I'm after. http://codepen.io/anon/pen/epodxd I basically want to style the ...
Jayonline's user avatar
  • 143
0 votes
2 answers
2k views

How to prevent the fieldset's border from going through the legend element surrounded by the form tag?

I have a form with these tags: <form>, <fieldset> and <legend>. The fieldset's border passes through the middle of the legend element. I still want to have the border around my form,...
Camryn's user avatar
  • 3
3 votes
3 answers
5k views

How do I place the legend outside the fieldset border

I am going crazy trying to figure out how to make this work. I would like the legend to be outside of the border. How can I make this happen while keeping the legend tag? As you can see below I tried ...
Ellen Harris's user avatar
2 votes
1 answer
2k views

Fieldset odd legend underline issue

I have an issue with a fieldset tag: the legend is underlined for no reason. How can I remove the thin line below it? Here is a screenshot that shows the problem, I have added a red background just ...
giu's user avatar
  • 23

15 30 50 per page