* .small { position: absolute; padding-left: 10px; background: yellow; } </style> </head> <body> <div class="container"> <div class="small">this is a test. <BR/>this is a test. this is a test. this is a test. </div> <div class="box">this is a test</div> </div> </body> </html>