Author: Not specified | Language: css |
Description: Not specified | Timestamp: 2017-01-29 10:47:25 +0000 |
View raw paste | Reply |
div {
position: absolute; /* width und height werden in HTML festgelegt */
top: auto; left: auto; /* default */
background-color: transparent; /* default */
border: 1px solid black;
}
position: absolute; /* width und height werden in HTML festgelegt */
top: auto; left: auto; /* default */
background-color: transparent; /* default */
border: 1px solid black;
}
View raw paste | Reply |