

|
CSS-Layer |
|
| Das kommt in den Bodybereich |
|
|
<div id="Layer1" style="position:absolute; width:110px; height:34px;
z-index:1; left: 203px; top: 43px; font-size: 12px; color: #ff0000">Frohe
Weihnachten<br>und Prosit €uro !</div> |
|
| Anders als bei
Tabellen können Layer auch überlappen: |
|
| <div id="Layer4" style="position:absolute; width:96px;
height:46px; z-index:1; left: 378px; top: 331px; font-size: 12px; color: #ff0000;
background-color: #f2f2f2">Frohe Weihnachten<br>und Prosit €uro
!</div> <div id="Layer5" style="position:absolute; width:54px; height:72px; z-index:2; left: 381px; top: 353px"><img src="../images/chrismas3.gif" width="49" height="66"></div> <div id="Layer6" style="position:absolute; width:84px; height:96px; z-index:3; left: 326px; top: 336px"><img src="../images/chrismas1.gif" width="84" height="96"></div> |
|