| Layer definieren: |
#layer {
position: absolute; visibility: visible; left: 50%; top: 50%; width: 500px; height: 100px; } |
| neue Attribute: |
margin-left: -250px;
margin-top: -50px; |
| Layer definieren: |
#layer {
position: absolute; visibility: visible; left: 50%; top: 50%; width: 500px; height: 100px; margin-left: -250px; margin-top: -50px; } |
| Layer sichtbar machen: |
<div id="layer"></div> |
Jegliche Reproduktion dieser Seite oder ihrer Inhalte ist strengstens untersagt.