Закрыть

Hey there! css is using Stickr.

Stickr is a free service that helps you comment and share anything on the Web, follow others comments and leave notes for yourself and your friends - on any website you want!
Join Stickr today to start following css's stickers and comment websites on your own.

Get started

css


Rating: 9.00
CSS 3 предлагает пару новых способов задания цвета, один из которых — использование цветовой модели RGBA. Буква «A» в аббревиатуре означает «Альфа»; ее значение отвечает за величину прозрачности цвета. С помощью данной модели мы можем установить не только необходимое сочетание красного, зеленого и синего, но также определить, насколько цвет «просвечивает». Что-то подобное можно наблюдать при работе со слоями в Photoshop.

CSS3 - Работа с цветовой моделью RGBA

Ctrl + Enter

#transparentDiv {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
opacity: .5;
}

This is a known bug and will be fixed upon final release of IE8

Ctrl + Enter

The CSS 2 property text-shadow is supported in Safari since version 3 (also available for Windows), Opera since 9.5, Firefox since 3.1, Google Chrome since version 2, Konqueror and iCab.

CSS Text-Shadow in Safari, Opera, Firefox and more

Ctrl + Enter

opacity - How to set the opacity of an element in IE (6-7-8).

Ctrl + Enter

10 Tips for Writing Better CSS

BassEast

14 years ago

почему бы и не к группе CSS прикрепить?

Add comments

Ctrl + Enter

This is a IE5.5+ "behavior" that automatically adds near-native PNG support to MSIE 5.5 and 6.0 without any changes to the HTML document itself.

IE PNG Alpha Fix v2.0 Alpha 4
Updated: 2 October 2009.

Ctrl + Enter

Домашка №2: тень
Веб-технологи всего мира ненавидят дизайнеров, которые рисуют вот такие блоки:

Ctrl + Enter

Предыдущая
Загрузка...