Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

horizontal checkbox css

<div id=“container”>
<div style=“float: left”>checkbox #1</div>
<div style=“float: left”>checkbox #2</div>
<div style=“float: left”>checkbox #3</div>
<div style=“float: none”>checkbox #4</div>
</div>
<div id=“container”>
<div style=“float: left”>checkbox #5</div>
<div style=“float: left”>checkbox #6</div>
<div style=“float: left”>checkbox #7</div>
<div style=“float: none”>checkbox #8</div>
</div>
 
PREVIOUS NEXT
Tagged: #horizontal #checkbox #css
ADD COMMENT
Topic
Name
3+4 =