Chrome Safari Webkit only CSS hack

Feb22
  • Share

Difficulty: ★☆☆☆☆

Here’s an example how to target only webkit browsers:

input.search{
color: red;
}

@media screen and (-webkit-min-device[......]

继续阅读

Read more...


Nice search field

Feb2
  • Share

Difficulty: ★★★☆☆

Advanced HTML5 search field with placeholder and fallback for the other browsers.
Styling with gradient + radius + image in field.
With J[......]

继续阅读

Read more...


Installing SASS + Compass for Windows & OS X

Jan29
  • Share

Difficulty: ★☆☆☆☆

It’s very easy to install Sass and Compass on your Mac. Sass is included with HAML.
To get SASS working, you’ll need an insta[......]

继续阅读

Read more...


Image base64 uri strings

Dec28
  • Share

Difficulty: ★★☆☆☆

By using the Data URI scheme you can embed images directly into your HTML and CSS. It works by encoding an image into a base64 string and[......]

继续阅读

Read more...


eFocus number 1 internet full service company

Dec13
  • Share

Difficulty: ★★★★★

Last week the company I work for: eFocus, became number 1 in the Emerce top 100.
We’re very happy with this notation!


eFocus #1 internet full service company

Read more...


Style sexy submit buttons with CSS

Dec13
  • Share

Difficulty: ★★☆☆☆

It’s nice to style your buttons with CSS. – For anchor tags, this is easy todo, if you use the sliding doors CSS technique.
B[......]

继续阅读

Read more...


7 CSS tricks for a print stylesheet

Oct16
  • Share

Difficulty: ★☆☆☆☆
There are some cool styling tricks, which are nice to have when it comes to printing out a webpage.
Please see my Print CSS snippets and [......]

继续阅读

Read more...


Get rid of many page requests; use CSS sprites

Aug9
  • Share

Difficulty: ★☆☆☆☆
This trick is so easy but unfortunately not much used on the web.
There are 2 pro-reason, why you should start using sprites (a technique[......]

继续阅读

Read more...


Embedding exotic fonts to your page

Jun26
  • Share

Difficulty: ★★☆☆☆

We can wait for full browser support of the CSS property: @font-face to finally embed your exotic/unique fonts in your webpage. Or you ca[......]

继续阅读

Read more...


Create iTunes styled tables with jQuery and CSS

May11
  • Share

Difficulty: ★★☆☆☆

Do you like those iTunes styled tabels? These tabels give you a nice overview since every odd and even row contains a different color.

Bu[......]

继续阅读

Read more...