html - Positioning Div horizontally -
im trying position 3 div block horizontally 3 block positions on new line. when resizing them not move.
.left1 { padding: 9px; border: 1px solid #e7e7e7; float: left; margin-right: 40px; text-align: center; } .left2 { padding: 9px; border: 1px solid #e7e7e7; float: left; margin-right: 40px; } .right1 { padding: 9px; border: 1px solid #e7e7e7; float: left; margin-right: 40px; }
rest of code
the boxes wide container. recreated here using 3 blocks , works fine. reduce container width.
.block1,.block2,.block3{ float:left; padding: 9px; border: 1px solid #e7e7e7; float: left; margin-right: 40px; } .nomarg{margin-right:0!important;}
Comments
Post a Comment