Fabians Bookmarks
  • Fabians Bookmarks
  • Tag cloud
  • Daily
  • RSS Feed
  • Login
Delete   Set public   Set private   Add tags   Delete tags
  Add tag   Cancel
  Delete tag   Cancel
17527 shaares · 14141 private links
Filters
Links per page
20 50 100
7 results tagged ie8

Vertical centering is impossible in CSS lol! No it isn't. // mini-rant by @jaffathecake

<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta charset="utf-8">
<!--
Created using JS Bin
http://jsbin.com

Copyright (c) 2014 by jakearchibald (http://jsbin.com/honawo/5/edit)

Released under the MIT license: http://jsbin.mit-license.org
-->
<title>JS Bin</title>

<style id="jsbin-css">
body, html {
height: 100%;
margin: 0;
padding: 0;
}

p {
padding: 0 30px;
margin: 0;
font-family: Georgia, serif;
font-size: 100px;
font-size: 8vw;
box-sizing: border-box;
line-height: 1.4;
text-align: center;
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: opacity 0.5s ease-in-out;
filter: alpha(opacity=0);
pointer-events: none;
}

.active {
opacity: 1;
filter: alpha(opacity=100);
pointer-events: auto;
}

.technique-1 { / the best one /
display: -webkit-flex;
-webkit-align-items: center;
-webkit-justify-content: center;
display: flex;
align-items: center;
justify-content: center;
}

.technique-2 {
height: auto;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}

.technique-3 {
display: table;
}

.technique-3 > span {
display: table-cell;
vertical-align: middle;
}

.technique-4 { / yeah, this one is weak /
font-size: 4vw;
line-height: 100vh;
}
</style>

css html webdev webdesign flexbox ie8 ie9
October 23, 2014 at 12:50:43 GMT+2
https://jsbin.com/honawo/quiet/

NWMatcher - CSS3 Selector and Matcher

A Javascript CSS3 Selector and Matcher not using XPath

css3 css dom javascript ie7 ie8 webdev polyfill
June 1, 2011 at 14:50:39 GMT+2
http://javascript.nwbox.com/NWMatcher/

Stylesheet Limits in Internet Explorer - EricLaw's IEInternals - Site Home - MSDN Blogs

css ie webdev webdesign ie7 ie8 ie9
May 16, 2011 at 20:33:13 GMT+2
http://blogs.msdn.com/b/ieinternals/archive/2011/05/14/10164546.aspx

Performance Calendar » PNG that works

png browsers ie ie6 ie7 ie8 transparency graphics webdev webdesign image optimization performance
December 18, 2010 at 00:30:55 GMT+1
http://calendar.perfplanet.com/2010/png-that-works/

Google Chrome Frame - Google Code

Enable open web technologies in Internet Explorer

chrome google html5 internetexplorer ie ie6 ie7 ie8 browsers webdev
September 23, 2009 at 12:58:23 GMT+2
http://code.google.com/intl/de/chrome/chromeframe/

[PDF] The IE 8 super-DOCTYPE-sniffing flowchart

Mark Pilgrim: "apparently there is no way to ensure that your site is rendered according to standards without adding MS-specific cruft to your HEAD or your HTTP headers"

webdev doctype ie ie8 wtf browser
March 24, 2009 at 11:13:46 GMT+1
http://hsivonen.iki.fi/ie8-mode.pdf

John Resig - Talk: Performance Improvements in Browsers

reads like The not so far Future of the Web. Great.

css javascript html performance jquery presentation firefox browser webstandards opera ie7 webdev webkit safari ie8
February 19, 2009 at 16:04:59 GMT+1
http://ejohn.org/blog/talk-performance-improvements-in-browsers/
Filters
Links per page
20 50 100
By @fabian@floss.social · Powered by Shaarli
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community