clipped from: www.moryson.net   

#frittes {

  • Das ist Sven

  • Das ist Einar

  • #frittes {

      display: block;

      width: 496px;

      height: 350px;

      margin: 15px 0px 20px 0px;

      background: url(frittes.jpg) no-repeat;

    }

    #frittes li {list-style-type: none;}

    1. #frittes a {
    2.   display: block;
    3.   position: absolute;
    4.   font-size: 10px;
    5.   color: #999;
    6.   width: 20px;
    7.   height: 30px;
    8.   text-decoration: none;
    9.   background: url(info.gif) no-repeat left top;
    10.   visibility: visible;
    11.   overflow: hidden;
    12.   z-index: 50;
    13. }
    14. #frittes a span {visibility: hidden;}

    1. #frittes a:hover {
    2.   background: url(info01.gif) #eff5ff no-repeat left top;
    3.   border-bottom: 2px solid #FF9900;
    4.   width: 150px;
    5.   height: 70px;
    6.   padding: 10px 10px 4px 30px;
    7.   z-index: 51;
    8. }
    9. #frittes a:hover span {visibility: visible;}

    #sven {left: 375px; top: 220px;}

    #einar {left: 455px; top: 200px;}