Aha...sind alle hier im Forum so Besessen von perfekter Rechtschreibung? ...naja egal... das "document.all.***.style.left" ist veraltet? Naja, ich nehms erst seit kurzem, sonst nehm ich für normal auch document.getElementById('***').style.left=... ,ich kopier den text einfach mal hierrein:
<html>
<head>
<script>
var a_x = -304;
var a_c= 2;
var a_d= 2;
var a_e=0;
var a_f=0;
function about_a()
{
a_x+=a_c
if(a_x>=0){a_c=0;a_d=2}
document.all.about.style.left= a_x;
setTimeout("about_a()")
}
function about_b()
{
a_x-=a_d
if(a_x<=-304){a_d=0;}
document.all.about.style.left= a_x;
setTimeout("about_b()")
}
</script>
</head>
<body>
<div id="about" style="position: absolute; top:74; left:-304;" onmouseover="about_a()" onmouseout="a_c=0">
<table cellpadding="0" cellspacing="0" style="filter:alpha(opacity=70)" border="5" bordercolor="#6873f8">
<tr>
<td width="150" bgcolor="#8da7f5" onmouseover="style.background='ffff00';style.cursor='hand';a_d= 0;" onmouseout="style.background='#8da7f5';about_b();a_d=2;a_c=0">RO</td><td width="150" bgcolor="#8da7f5" onmouseover="style.background='ffff00';style.cursor='hand';a_d=0;" onmouseout="about_b();style.background='#8da7f5';a_d=2;a_c=0">ME</td><td class="ohne"><img src="about.jpg" onmouseover="style.cursor='hand';a_c=2"></td>
</tr>
</table>
</div>
</body>
</html>
Ich weiss, warscheinlich kommt der einem relativ unprofessionell vor...bin neu und kanns halt net besser (ist nicht der ganze Text..nur das wichtigste)
MFG Zefan
PS: Bitte keine Rechtschreib-Korrekturen..