Skip to content

Instantly share code, notes, and snippets.

@feo52
feo52 / index.html
Created October 7, 2014 15:00
position:sticky
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<style type="text/css">
.containerL{ background:LightGrey; display:inline-block; width:45%; height:800px; float:left; }
.containerS{ background:LightGrey; display:inline-block; width:45%; height:400px; float:right; margin:200px 0; }
.marginL { background:Gainsboro; display:inline-block; width:10%; height:352px; }
.marginS { background:Gainsboro; display:inline-block; width:10%; height:152px; }
.stickyT { background:LightPink; display:inline-block; width:33%; height: 32px; float:left; text-align:center; line-height:32px; }
@feo52
feo52 / index.html
Created October 3, 2014 13:22
css hacks for IE
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div class="IE6orLess">IE6orLess</div>
<div class="IE7orLess">IE7orLess</div>
<div class="IE8orLess">IE8orLess</div>