I have three controls on my web form of three drop down lists.
I want to create a graphical “box” around these controls. The reason for this is that selecting these controls would be “STEP 1” of my process. So I want to put a box around these controls and call it “Step 1”
How would I go about doing this with CSS?
Example:

A
fieldsetwith alegendprovides a visual and semantic grouping for form controls. You can then style this as desired with CSS. Afieldsetis somewhat unique in that thelegendis capable of visually interrupting the border of its parentfieldset(possible with other elements, but difficult).Example: http://jsfiddle.net/NUMcr/1/