OLD | NEW |
1 <div style="height: 100px; width: 200px; border: solid;position:relative"> | 1 <div style="height: 100px; width: 200px; border: solid;position:relative"> |
2 <div style="left:25px; bottom:0; position:absolute; height:45px; width:29px;
background-color:orange"></div> | 2 <div style="left:25px; bottom:0; position:absolute; height:45px; width:3em;
background-color:orange"></div> |
3 <div style="border-bottom:solid; position:absolute; right:0px; width:100px"> | 3 <div style="border-bottom:solid; position:absolute; right:0px; width:100px"> |
4 <div style="background-color:orange; float:left;margin-left:25px">Text</
div> | 4 <div style="background-color:orange; float:left;margin-left:25px; width:
3em;">Text</div> |
5 </div> | 5 </div> |
6 </div> | 6 </div> |
OLD | NEW |