Subscribe by RSS
This is my lifestream page, a collection of some of the marks I leave behind on the web.
Home › Tag: css
CSS Font Stack - The long awaited CSS font stack resource.
Welche Schriften kombiniere ich mit welchen anderen Schriften am besten, wenn ich meine Schriftarten in CSS zuweise?
Sass / Compass vs. handwritten CSS
XING multilingual search slot | Frontend | XING Devblog
Verschieden-lange Labels handeln
CSS Wizardry—CSS3 Examples & Progressive Enhancement
Examples on how to use CSS3 in a cool and useful way.
Software Federation - GUI.NET | Determining and detecting Page Zoom levels in IE and Firefox
function getPageZoom() { var detector = $("zoom_level_detector"); var zoom = 1.0; if (isIE) { zoom = detector.offsetLeft / detector.style.pixelLeft; } else { zoom = detector.offsetHeight / 16; } return(zoom); }
Pages: 1 2