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...


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...


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...


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...


Internet Explorer 8 CSS hacks

Mar25
  • Share

Difficulty: ★★☆☆☆

Last friday Internet Explorer 8 was launched as an official release. This will mean that lots of people will finally use it.

Allthough IE[......]

继续阅读

Read more...


Salesforce: Cases css stylesheet

Oct27
  • Share

Difficulty: ★☆☆☆☆

Use this CSS stylesheet for your custom S-Control pages.
Your mod will look like a real Salesforce styled page. (cases tab style)

body {[......]

继续阅读

Read more...


Transparent PNG’s Internet Explorer 6

Sep29
  • Share

Difficulty: ★★☆☆☆

Internet Explorer 6 won’t show the transparency at transparent png’s.
Instead of showing the transparency, Internet Explorer [......]

继续阅读

Read more...


CSS Hacks Google Chrome (works with FF 3.5)

Sep26
  • Share

Difficulty: ★★☆☆☆

Life is a bitch when you are a webdesigner. – With so much (new) browsers (Internet Explorer 6,7, Firefox 2,3, Opera 9, Chrome etc)[......]

继续阅读

Read more...