I have a page that have two tables, one for updating personal details, the other updating chiropractic treatment information... The thing is, I use the same structure on both updates, here are mye ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21163986.html
Zones:
C#Date Answered: 10/11/2004 Grade: A Views: 0
Below is part of the html of a form. I would like the <span> to sit 'outside' the fieldset, in other words, to not take on the indent of the fieldset tag. Is there any way to 'un-indent' the span t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_21209744.ht...
Zones:
HTMLDate Answered: 11/22/2004 Grade: B Views: 4
I need help with properly coding a Fieldset:Hover definition in CSS.
Right now, I'm using:
fieldset:hover {
background: url(images/bg_fieldset.gif) repeat-y;
...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21959971.htm...
Zones:
CSSDate Answered: 08/19/2006 Grade: B Views: 0
I want my users to select a number 1-4 from a drop down. Number 1 is the default and already has a fieldset showing. when the user selects an option from 2-4 it will add how ever many fieldsets are...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_22014188.html
The following code worked when I had every thing laid out with a table but when I got clever and used fieldset I started getting the error "type is null or not an object". How do I need to change ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20879779.html
Zones:
JavaScriptDate Answered: 02/10/2004 Grade: A Views: 0
Simple : Is it possible to set the bordercolor of a fieldset ???
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_20914357.ht...
Zones:
HTMLDate Answered: 03/10/2004 Grade: A Views: 4
is there anyway using only css to have a fieldset exactly mach the width (with a small border) of its contents I don't want to specify the size.
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/CSS/Q_21066812.htm...
Zones:
CSSDate Answered: 07/22/2004 Grade: A Views: 0
I opened issue(Q_21068418) on June 22, 2004 for 500 points. I'm trying to create a pivottable through VB and have been uable to add a fieldset to the data axis. Since this issue hasn't been picked...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_21073270.html
Zones:
MS AccessDate Answered: 07/29/2004 Grade: B Views: 12
I am trying to redesign one of my forms using CSS rather than tables. I am trying to utilize FIELDSET, LEGEND, and LABEL tags as well as CSS. My CSS skills are average at best and FIELDSET, LEGEND,...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_21410863.html
By default, a fieldset will use all the horizontal space available, just like table do with a "width: 100%". How can I make sure that my fieldset only uses the space "it needs", just like tables do...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/HTML/Q_21419628.ht...
Zones:
HTMLDate Answered: 01/02/2006 Grade: A Views: 57