| <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fi" lang="fi"> | |
| <head> | |
| <style> | |
| div { border: 3px solid red } | |
| div.etusivuText { width: 140px; border: 3px solid green } | |
| div div { float: left; width: 70px; } | |
| </style> | |
| </head> | |
| <body> | |
| <div class="etusivuText">Test float positioning. There should be four red boxes with numbers 1,2,3,4 below this text. The boxes should not overlap this text. | |
| <div>1</div> | |
| <div>2</div> | |
| <div>3</div> | |
| <div>4</div> | |
| </div> |