css - How to make two fieldset horizontally? -


i have form 2 fieldset elements

<form>    <fieldset>    </fieldset>     <fieldset>    </fieldset> </form> 

i need make horizontally?

just float them , add width.

fieldset {   float: left;   width: 50%; } 

Comments

Popular posts from this blog

php - Why I am getting the Error "Commands out of sync; you can't run this command now" -

ruby - Nesting modules inside of a Rails eninge gem -

Eclipse formatter for java ending braces -