20-06-2013, 11:56
Hmm... No nie do końca ale tak będzie git:
Wiedziałem że to nic specjalnego ale pod koniec dnia pracy myślenie jest chyba bardziej zawiłe
Dzięki za pomoc
Kod:
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> ... </title>
</head>
<style>
html, body {
position: relative;
height: 100%;
margin:0;
}
.bg1 {
position:absolute;
top:0;
right:80%;
height:100%;
left:0;
background: url(http://ns223506.ovh.net/rozne/eafc71c4a2043a56ffd3395e5a3654d5/wallpaper-2860833.jpg) top right no-repeat;
}
.fixed-menu {
position:fixed;
z-index:2;
top:0;
left:15%;
background:#fff;
width:200px;
height:100%;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
font:11px sans-serif;
}
.bg2 {
position:absolute;
top:0;
left:15%;
height:100%;
right:0;
background: url(http://ns223506.ovh.net/rozne/9e6efdb7a7772684483b4928b7f7615a/wallpaper-2856212.jpg) top left no-repeat;
}
</style>
<body>
<div class="bg1"></div>
<div class="fixed-menu">Fixed Menu</div>
<div class="bg2"></div>
</body>
</html>
Wiedziałem że to nic specjalnego ale pod koniec dnia pracy myślenie jest chyba bardziej zawiłe

