M
Maik
Vielleicht hilft dir da stu nicholls | CSS PLaY | emulating position fixed for Internet Explorer weiter?
Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
<!--[if lte IE 7]>
#fixed_table{
position: absolute;
right: 0;
bottom: 0;
}
#fixed_table[id] {
position: fixed;
right: 0;
bottom: 0;
}
<![endif]-->
#fixed_table{
position: fixed;
right: 0;
bottom: 0;
}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Author" content="Stu Nicholls" />
<title> stu nicholls | CSS PLaY | emulating position fixed for Internet Explorer </title>
<style type="text/css">
html {background:rgb(123,187,221);}
body {margin:0; padding:0 10px 0 10px; border:0; height:100%; overflow-y:auto; background:rgb(123,187,221);}
body {font-family: georgia, serif; font-size:16px;}
#menu {display:block; top:20px; left:20px; width:130px; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#fff; background:url(grid2.gif);}
* html #menu {position:absolute;}
</style>
<!--[if lte IE 6]>
<style type="text/css">
/*<![CDATA[*/
html {overflow-x:auto; overflow-y:hidden;}
/*]]>*/
</style>
<![endif]-->
</head>
<body>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<p>Hier folgt der Inhalt ...</p>
<div id="menu">
DUMMY MENU
<a href="#" title="Dummy menu item">Mozilla</a>
<a href="#" title="Dummy menu item">Opera</a>
<a href="#" title="Dummy menu item">Netscape</a>
<a href="#bites" title="Dummy menu item">Firefox</a>
<a href="#" title="Dummy menu item">IE6</a>
<a href="#" title="Dummy menu item">Windows</a>
<a href="#" title="Dummy menu item">Style</a>
<a href="#" title="Dummy menu item">CSS</a>
<a href="http://www.cssplay.co.uk/comments/comments.php?comment_id=position fixed" title="Your comments">Comments</a>
</div>
</body>
</html>
#menu {display:block; top:20px; left:20px; width:130px; position:fixed; border:1px solid #888; padding:10px; text-align:center; font-weight:bold; color:#fff; background:url(grid2.gif);}
* html #menu {position:absolute;}