Ja gibt es:
style="position:fixed;"geht aber im IE6 nicht, da gibt es allerdings einen trick:
http://www.fabrice-pascal.de/artikel/posfixedie6/
Hi Daniel,
stimmt, IE6 erkennt das nicht, ich habe jetzt versucht, die Empfehlung nachzubauen.
Leider funktioniert es immer noch nicht.
Folgend ein Auszug, habe ich etwas falsch gemacht?
.
.
.
<body style="background-color:#87A5C9; background-image:url(../images/style5.gif); background-attachment:fixed;
background-repeat:no-repeat; background-position:770px 55px">
<!--[if gte IE 5]>
<link href="ie5.css" rel="stylesheet" type="text/css">
<![endif]-->
<table width="100%" border="0" bordercolor="#FFFFFF" cellspacing="0" cellpadding="5" style="position:fixed;">
<tr cellspacing="0" cellpadding="5">
<td style="background-color:#FFFFFF">
<script type="text/javascript" language="JavaScript1.2" src="menue.js"></script>
</td></tr></table>
<br>
<div style="position:absolute; left:10px;">
<table width="750" border="1" bordercolor="#FFFFFF" cellspacing="0" cellpadding="5" style="font-size:0.9em; font-family:Arial" rules="none">
.
.
.
Vielen Dank und viele Grüße, Jens.