Autor Thema: onMouseover bei Feldern?  (Gelesen 931 mal)

Offline LisaS

  • Senior Mitglied
  • ****
  • Beiträge: 429
  • Geschlecht: Weiblich
  • Ich liebe dieses Forum!
    • [WCM4U]
onMouseover bei Feldern?
« am: 12.03.03 - 12:41:26 »
Hallo,
ich möchte das ein Hilfetext aufpoppt wenn man mit der Maus über ein Feld fährt.
Wie kann ich das am besten realisieren. Es sollte im Notes-Client auf jeden Fall funktionieren und im Web-Browser währe es auch nicht schlecht.

Gruß
Ramon
Rechtschreibfehler sind beabsichtigt und dienen der allgemeinen Belustigung.
Server Windows , Domino 8.5.2, Workstation Win 7, Client 8.5.2, Designer 8.5.2 Browser IE 9, Firefox

Offline Till_21

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 708
  • Geschlecht: Männlich
  • I love Germany
Re:onMouseover bei Feldern?
« Antwort #1 am: 12.03.03 - 13:32:07 »
in notes heisst dies ein hotspot-popup...
im web kann ich dir diesen workaround empfehlen ->
http://www.bosrup.com/web/overlib/

gruss

Offline luna

  • Gold Platin u.s.w. member:)
  • *****
  • Beiträge: 1.362
  • Geschlecht: Weiblich
  • mein name ist hase...
    • sixtnix homepage
Re:onMouseover bei Feldern?
« Antwort #2 am: 12.03.03 - 13:53:55 »
hallo,

ich hab das auch schonmal gebraucht, dass man im web ueber in bild faehrt, und dann einen lauftext bekommt. ich hatte diese hilfe hier bekommen:

in der maske ganz unten, versteckt:



<script>
/*
Scrolling Image Map/Text Link Tooltip Script-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, installation instructions,
100's more DHTML scripts, and Terms Of
Use, visit dynamicdrive.com
*/
if (!document.layers&&!document.all)
event="test"
function showtip2(current,e,text){
if (document.all&&document.readyState=="complete"){
document.all.tooltip2.innerHTML='<marquee style="border:1px solid black"><font face=verdana size=-1>'+text+'</marquee>'
document.all.tooltip2.style.pixelLeft=event.clientX+document.body.scrollLeft+10
document.all.tooltip2.style.pixelTop=event.clientY+document.body.scrollTop+10
document.all.tooltip2.style.visibility="visible"
}
else if (document.layers){
document.tooltip2.document.nstip.document.write('<b>'+text+'</b>')
document.tooltip2.document.nstip.document.close()
document.tooltip2.document.nstip.left=0
currentscroll=setInterval("scrolltip()",100)
document.tooltip2.left=e.pageX+10
document.tooltip2.top=e.pageY+10
document.tooltip2.visibility="show"
}
}
function hidetip2(){
if (document.all)
document.all.tooltip2.style.visibility="hidden"
else if (document.layers){
clearInterval(currentscroll)
document.tooltip2.visibility="hidden"
}
}
function scrolltip(){
if (document.tooltip2.document.nstip.left>=-document.tooltip2.document.nstip.document.width)
document.tooltip2.document.nstip.left-=5
else
document.tooltip2.document.nstip.left=150
}
</script>
    <div id="tooltip2"
    style="position:absolute;visibility:hidden;clip:rect(0 150 50 0);width:150px;background-color:lightyellow"
    align="center"><layer name="nstip" width="1000px" bgColor="lightyellow">
</layer>
</div>



im feld:



<a onMouseover="showtip2(this,event,'enter the date when assembly starts')"
    onMouseout="hidetip2()"><br><font face="Arial" size="2" color="red">help </a> </font>



und irgendwo musste ich noch ein flag oder sowas setzen, wegen der java geschichte. muesste ich aber bei interesse nochmal suchen.

hoffe, das hilft ein bisschen.

gruss,
daniela
im moment in mutterschutz

 

Impressum Atnotes.de  -  Powered by Syslords Solutions  -  Datenschutz