Div Split coding - Mostlikers

16 April, 2013

Div Split coding

1.This method Easy way Split Div basically Div split using only Grid but this coding simple method try this code.

<div style="width:700px; column-count:2;  -moz-column-count:2; -webkit-column-count:2;"> 
 
</div>
2.Not only that using table Split text , Paragraph , tables etc..   divide to column count  column-count:2;  using multiple 2,3 or 4 

Live Demo :


Before Form

Contact Person*

Company Name*

Email*

Address*

City*
Phone*



After Split the Column Div 


Contact Person*


Company Name*


Email*


Address*


City*

Phone*





2 comments: