Click here to Skip to main content
15,893,722 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to build Selection box around Html Div and can use that box for resizing and rotate Div using javascript or Jquery?
Posted

1 solution

This is for 3 Sections

XML
div.three-tab
{
    float: left;
    width: 150px;
    height: 200px;
    border: solid 1px #CCC;
    list-style:none;
    margin:0px 10px;
    border-radius: 10px;
}
div.clear-both
{
    clear:both;
}
<div class="three-tab">
    Content
</div>
<div class="three-tab">
    Content 2
</div>
<div class="three-tab clear-both">
    Content 3
</div>


Mark as Answered, If you got a help from my code
 
Share this answer
 
v2
Comments
mahmoud mohammed 30-Jul-14 10:38am    
thanks Gihan Liyanage for your comment but i don't need how to build sections, I asked for How build selection box around selected DIV when mouseclick on it and using this box for resize and rotate that DIV.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900