Hi,
Hallo!
Danke!
Was tun gegen das 2. Problem?tomgk
leider funktioniert das mit width:auto;
nicht...
so gehts besser: ~~~javascript
function info(ereignis,txt,std)
{
document.getElementById("info").innerHTML = txt;
document.getElementById("info").style.display = std;
document.getElementById("info").style.cursor = "help";
document.getElementById("info").style.width = (txt.length*6)+"px";
....
....
lg, david