![]() |
![]() |
|
![]() |
![]() |
|
Programmierung Rat & Tat für Programmierer |
|
Themen-Optionen | Ansicht |
![]() |
#10 |
Inventar
![]() Registriert seit: 13.06.2001
Beiträge: 1.830
|
![]() ? Ein gif/jpg als Button ?
Du kannst doch den Code von snowman verwenden, wenn du den Button als Link machst. <html> <head> <title>Tooltipp mit CSS</title> <style type="text/css"> <!-- div#link {position: absolute; } div#link a {display: block;} div#link a:hover {background: white; } div#link a span {display: none;} div#link a:hover span {display: block; text-decoration : none; position: absolute; top: 40px; left: 0; width: 140px; padding: 5px; margin: 4px; z-index: 100; color: black; background: yellow;} --> </style> </head><body> <div id="link"> Link <span>Zusatztext als PopUp.</span></div> </body> </html> Statt Link schreibst du halt eine <img>-Tag hin. Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona) Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing. \"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra) |
![]() |
![]() |
Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1) | |
|
|