| Ukážka |
|
|
| CSS | <STYLE type="text/css"><!-- .Lavy { height: 100%; width:45%; position: relative; float: left; padding-left: 3%; border-top: 3px double #0000CC; border-right: 3px none #0000CC; border-bottom: 3px double #0000CC; border-left: 3px double #0000CC;} .Pravy { height: 100%; width:45%; position: relative; float: right; border-top: 3px double #0000CC; border-right: 3px double #0000CC; border-bottom: 3px double #0000CC; border-left: 3px none #0000CC;} .Stred { background-image: url(notes.gif); background-repeat: repeat-y; background-color: #F7F7F7; background-position: center; height: 100%; width:100%; position: relative; padding: 1px; border: 1px solid #0000CC;} --></STYLE> |
|
| Objekty | <div class="Stred" > <div class="Lavy"> ...text...</div> <div class="Pravy"> ...text... </div> </div> |
|