2006-06-30 13:20:33 +02:00
|
|
|
a.tip {cursor: help; position: relative; text-decoration: none; background:url(../../images/tip.gif) no-repeat; padding: 5px 2px 5px 12px;}
|
|
|
|
a.tip2 {cursor: help; position: relative; text-decoration: none; background:url(../../images/tip.gif) no-repeat; padding: 2px 2px 2px 12px;}
|
2006-07-04 12:12:00 +02:00
|
|
|
a.help {cursor: help; position: relative; text-decoration: none; background:url(../../images/help.gif) no-repeat; padding: 2px 2px 2px 12px; left: 5px;}
|
2006-06-29 18:57:28 +02:00
|
|
|
a.info {position: relative; text-decoration: none; padding: 25px 0px 0px -20px;}
|
2006-07-04 12:12:00 +02:00
|
|
|
a.info2 {position: relative; text-decoration: none; padding: 2px 0px 0px 0px;}
|
2006-03-27 05:37:27 +02:00
|
|
|
a.tip:hover {text-decoration: none; background-color: #f5f5f5;}
|
2006-06-28 19:09:23 +02:00
|
|
|
a.tip2:hover {text-decoration: none; background-color: #778866;}
|
2006-07-04 12:12:00 +02:00
|
|
|
a.info:hover, a.info2:hover, a.help:hover {text-decoration: none; background-color: #fff;}
|
|
|
|
a.tip span, a.tip2 span, a.info span, a.info2 span, a.help span {display: none;}
|
|
|
|
a.tip:hover span, a.tip2:hover span, a.info:hover span, a.info2:hover span, a.help:hover span {display: block; text-decoration: none; position: absolute; z-index: 3; top:20px; left:6px; width: 150px; border: 1px solid #708090; background-color: #d4ddc6; color: #000; padding: 2px;}
|
|
|
|
a.info:hover span {top:45px; left:20px; width: 140px;}
|
|
|
|
a.info2:hover span {top:8px;}
|
|
|
|
a.help:hover span {top:15px; width: 80px;}
|