Skip to main content

All Questions

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

Html/Css/Js: Display text before <i> tag

This is a rather simple question, but i cant get to the right solution. I am working on a legend for my leaflet map, I got this far: However I would like to display the 0 before the color block and ...
maRtin's user avatar
  • 6,466
4 votes
2 answers
12k views

Fieldset not properly displaying

I'm trying to use a fieldset but it is not working as exactly i wanted... The legend is displayed outside fieldset...But I want it covered like normal fieldsets. My code is, <fieldset style="...
Pedi's user avatar
  • 73
10 votes
5 answers
14k views

Two legends in a fieldset

You can't have two legends for a given fieldset, but is there a way to get a legend effect without using the <legend> tag? <!-- left legend --> <fieldset> <legend> ...
gator's user avatar
  • 3,513
9 votes
2 answers
29k views

Fieldset: Center legend

as asked many times before (but never really answered) I want to center a legend in a fieldset. The trick was done perfectly here, which I also bought for my project: http://themeforest.net/item/...
philkunz's user avatar
  • 441
0 votes
0 answers
429 views

Legend texts for bar chart cut off

I got a legend for stacked bar chart. However, the texts for the legend are getting cut off: Here is the code: var options ={ title: 'No. of cases by Planning Area(Islandwide)', vAxis: { ...
user avatar
0 votes
1 answer
393 views

How to change the layout and the alignment of the legend in the Highchart?

I am trying to change the layout and the alignment of the legend in the Highchart. In the JavaScript, the code was initially: showInLegend: true then I modified it to: legend: { layout: '...
ladyweb's user avatar
1 vote
3 answers
12k views

HTML fieldset with two legends - top and bottom

I'm currently using a fieldset and legend to draw a box around some inputs i have in a form that looks something like this: ---------Caption--------- | | | inputs ...
A.O.'s user avatar
  • 3,743
1 vote
2 answers
4k views

Remove fieldset boarder and box-shadow from legend element

I am trying to remove the background lines and shadows from the area where my legend is. Once I set the background to transparent in the legends property I can still see the lines. My code is as ...
user2909044's user avatar
1 vote
1 answer
3k views

Fieldset Legend in Internet Explorer

I'm pulling my hair out here. I'm styling the front end of an ASP.NET built site, one of the sections is a fieldset with a legend, however this area looks totally different between IE, firefox and ...
Artsen's user avatar
  • 188
1 vote
2 answers
86 views

Is there a style to apply that allows the legend to style each series as a button?

I'd like to style my legend so that each series looks like a button so it's more intuitive so users know they can click on a series and filter by each series. How can I achieve this?
genxgeek's user avatar
  • 13.3k
0 votes
1 answer
2k views

how to add 3 legend for a single series barchart?? JAVAFX

Here is my code to generate 10 bars of different colors. I want to add legend respectively but it only shows yellow legend i can change its color but i want 3 legend. I think it shows only 1 color ...
H4SN's user avatar
  • 1,590
0 votes
0 answers
1k views

How to adjust inner container height in fieldset with legend? (CSS) [duplicate]

I try to create groupbox with scrollable content in chrome: http://jsfiddle.net/66a8V/. <!-- language-all: lang-html --> <fieldset style="width:400px; height: 200px"> <...
jreznot's user avatar
  • 2,754
3 votes
2 answers
8k views

How to set Text at middle position in `fieldset legend `

How to set Legend text in middle of border in field set? I have tried this html code: <fieldset> <legend align="center"> This is text appear at center of border &...
Radix's user avatar
  • 121
2 votes
1 answer
1k views

Fancy fieldset legend

I am trying to html'ify a design in which a video has a border around it, and on the border a title. The perfect way to accomplish this is with a fieldset and legand tag, however, I need to get fancy ...
Layton Everson's user avatar

15 30 50 per page