HTML Code:
<!DOCTYPE html> <html> <head data-gwd-animation-mode="proMode"> <title>Meanwhile @ mipez' // Twitch Stream</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="generator" content="Google Web Designer 1.0.6.0428"> <style type="text/css"> html, body { width: 100%; height: 100%; margin: 0px; } body { background-color: transparent; -webkit-transform: perspective(1400px) matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); -webkit-transform-style: preserve-3d; } .gwd-div-stream1 { position: fixed; left: 50px; bottom: 300px; } .gwd-div-embchat { position:fixed; left:1100px; bottom:295px; opacity: 0.6; filter: alpha(opacity=60); } .gwd-div-iemi { position:fixed; left: 50px; bottom: 860px; text-align: left; font-family:'Fjalla One'; font-size: 36px; } .gwd-div-embchat:hover { opacity: 1.0; filter: alpha(opacity=100); } .gwd-img-s4pic { position:fixed; z-index:-1; bottom:0px; left:1000px; } .gwd-div-scroll { overflow: scroll; height:100%; width:100%; left:0px; top:0px; position:relative; } </style> <link href="https://fonts.googleapis.com/css?family=Fjalla+One" rel="stylesheet" type="text/css"> <link rel="icon" type="image/ico" href="logo_small.ico"> </head> <body><div class="gwd-div-scroll"> <object class="gwd-div-stream1" type="application/x-shockwave-flash" height="540" width="960" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=threalmipez" bgcolor="#000000"> <param name="allowFullScreen" value="true"> <param name="allowScriptAccess" value="always"> <param name="allowNetworking" value="all"> <param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf"> <param name="flashvars" value="hostname=www.twitch.tv&channel=threalmipez&auto_play=true&start_volume=25"> </object> <div class="gwd-div-iemi">Meanwhile @ mipez'</div> <div class="gwd-div-embchat"> <iframe frameborder="0" scrolling="yes" src="http://twitch.tv/threalmipez/chat?popout=" height="535" width="350"></iframe> </div> <img class="gwd-img-s4pic" src="4-30.png"> </div> </body> </html>
Ich hab eine Seite mit Content und will bzw. hab das alles über fixed gelöst, jetzt lassen sich die Elemente natürlich nicht bei verändertem Fenster erreichen.
Der Befehl overflow:scroll bzw overflow:auto bringt zwar eine Scrollbar, allerdings ohne diese zum Scrollen freizugeben.