<style>
<!--
.fly { color: #000040; font-family: arial; font-size: 18px; position: absolute; visibility:hidden; z-index: 2;} // hier kannst du wenn du wilst auch mit top und left arbeiten
.logo { font-family: arial; font-size: 50px; color: #000040; position: absolute; top:200; left: 360px; visibility: visible; z-index: 7;}
.desc { text-align: center; font-family: arial; font-size: 12px; color: red; position: absolute; top: 220px; left:280px; width: 400px; visibility: hidden; z-index: 0;}
// -->
</style> |