<div class="left"></div>
<div class="right"></div>
<style>
.left{
position: relative;float: left;width:200px;
}
.right{
position: relative;overflow: hidden;
}
</style>
<div class="left"></div>
<div class="right"></div>
<style>
.left{
position: relative;float: left;width:200px;
}
.right{
position: relative;overflow: hidden;
}
</style>