Gentlemen/Ladies;
I've used the <fieldsetand <legendtags successfully in the past.
However, now that I'm transitioning over to stricter XHTML and css I'm
running into a problem that I simply cannot find the answer to.
Perhaps some of you "seasoned" folks can advise?
Normally, when I have a form with various <inputelement s within I wrap the
entire section in a <fieldsetpair and it display a nice fitting single
line box around my form elements. Looked great!
However, now that I am coding with css when I either introduce the
<fieldsettag or migrate some code over, the surrounding box displays from
edge to edge inside the current DIV box. I've tried various position
elements, even centering, but it still always wants to fill the entire
left/right areas.
Can anyone please shed some light on what I might be missing on this concept
and/or what may be different in the handling of this TAG when using css?
Thanks in advance.
bobmct
I've used the <fieldsetand <legendtags successfully in the past.
However, now that I'm transitioning over to stricter XHTML and css I'm
running into a problem that I simply cannot find the answer to.
Perhaps some of you "seasoned" folks can advise?
Normally, when I have a form with various <inputelement s within I wrap the
entire section in a <fieldsetpair and it display a nice fitting single
line box around my form elements. Looked great!
However, now that I am coding with css when I either introduce the
<fieldsettag or migrate some code over, the surrounding box displays from
edge to edge inside the current DIV box. I've tried various position
elements, even centering, but it still always wants to fill the entire
left/right areas.
Can anyone please shed some light on what I might be missing on this concept
and/or what may be different in the handling of this TAG when using css?
Thanks in advance.
bobmct
Comment