博客 / 列表

Thierry Koblentz - Challenging CSS Best Practices

*Editor’s Note: This article features techniques that are used in practice by Yahoo! and question coding techniques that we are used to today. You might be interested in reading Decoupling HTML From

Semantics , coding , Css , HTML

Thierry Koblentz - Device-Agnostic Approach To Responsive Web Design

This is a different take on Responsive Web design. This article discusses how we can better embrace what the Web is about by ignoring the big elephant in the room; that is, how we can rely on media

Techniques , Responsive Design , coding

Thierry Koblentz - Styling Elements With Glyphs, Sprites and Pseudo-Elements

Today, on the shoulders of giants, we’ll try to push the envelope. We’ll discuss how you can style elements with no extra markup and using a bidi-friendly high-contrast proof CSS sprite technique. T

Techniques , Typography , coding , Css

Thierry Koblentz - Equal Height Column Layouts With Borders And Negative Margins In CSS

1. Centering Columns Without A Wrapper div This layout will be built without a wrapper div: The basics We use the background of body and the border of one of the columns to create background co

Techniques , Css , Browsers