Tagged Questions

9
votes
4answers
2k views

Cannot add margin to Legend element in Safari & Chrome

I have some pretty straightforward markup: <form action=""> <fieldset class="compact"> <legend>Member Tools</legend> <label ...
5
votes
3answers
1k views

Default CSS values for a fieldset <legend>

I'm trying to use a <legend> as a title inside a <fieldset>. In browsers other than IE, the <legend> is positioned on the top border of the <fieldset>, with the text perfectly ...
3
votes
2answers
478 views

legend tag and Chrome

I've looked everywhere but to no avail. I got a <legend> in a form, which displays as I want in every browsers, except in Chrome. It's like it sits outside of the fieldset, or it's like it ...
3
votes
9answers
4k views

Which CSS tag creates a box like this with title?

I want to create a box like this with title: Can any one please let me know if there is a default CSS tag to do this? Or do I need to create my custom style?
2
votes
3answers
369 views

Can any HTML element be styled as a fieldset/legend?

Using the display property, HTML elements become interchangeable from a styling perspective. This doesn't seem to be the case for fieldset and legend, however. Is it possible to style other HTML ...
2
votes
2answers
3k views

Titled frame panel for GWT (using FIELDSET and LEGEND html tags)

I'm trying to create a titled border frame in GWT, which results in this: This can be done using HTML fieldset and legend tags, such as <fieldset> <legend>Connection ...
1
vote
5answers
58 views

Is header in legend valid ? <legend><h1> Caption </h1></legend>

I use this in visual studio but the compiler claimed that h1 cannot be nested in legend element but browser can render it anyway so i am confused that this is valid or not ? <fieldset> ...
1
vote
1answer
180 views

Legend not displaying inline

Trying to set the <legend> of a <fieldset> to display: inline; to that the following <span> will follow on inline, but my CSS is having no effect. Here is a stripped down demo EDIT ...
1
vote
1answer
604 views

basic html css design of a box with image and title

I am not a very good designer. At least not with html and css. I have been using a very simple code like this: <fieldset style=\"color: #000000; border: 1px solid #000000; width: 225px; ...
0
votes
1answer
117 views

css style fieldset

i'm new to css and i'm trying to figure out a way to incorporate a legend tag as an header for my page currently my master page is styled by a field set : fieldset.field_set_main { ...
0
votes
0answers
287 views

HTML align legend text [closed]

Possible Duplicate: Default CSS values for a fieldset <legend> Hi, I'm having difficulty center aligning the legend text. Here's what it looks like in browsers other than IE (which ...
0
votes
4answers
131 views

Is there any way to get the full border when adding a border to a fieldset element?

When I add a border to fieldset element and then drag the legend down to work as a heading of sorts, the gap in the fieldset remains. Is there a way to have the entire border, without adding a ...
0
votes
1answer
429 views

In Zend SubForm, how do I set Legend escape to false?

I've got a subform, where I set a legend. $dob = new Zend_Form_SubForm(); $dob->addElement($birthdayMonth) ->addElement($birthdayDay) ->setLegend('when is your birthday?'); How do I set ...
0
votes
1answer
132 views

Using the <legend> tag for input

So I've got a form, who's content will change based on a dropdown list of different reports. So the question is, how horrible would it be to include a select box as the legend tag for the fieldset? ...
0
votes
2answers
747 views

Wrapping a label element within a legend element

I've never had a reason to put a label element inside of a legend element (never really thought about it or seen it done). But with the design I'm implementing, it's tempting to do so. Here's what ...
-1
votes
2answers
97 views

Programatically changing the line ending in a legend control,c#

All, I am using an HTML control in my asp.net app.I run this as a server control and programatically access this from my code behind(C#) class.Plase see the markup. . The innerHTML property is set ...