Learn Yii

Quick snippets to get you up to speed with the Yii PHP framework. By Neil McGuigan.

Pages

  • Home
  • What is Yii?
  • About
  • Contact

Thursday, June 16, 2011

Cross-Browser CSS Opacity

.opacity
{
opacity:.5; /*50%*/
filter:alpha(opacity=50);
zoom:1; /*iefix*/
}



Posted by Neil McGuigan at 4:07 PM
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest

No comments:

Post a Comment

Newer Post Older Post Home
View mobile version
Subscribe to: Post Comments (Atom)

Search This Blog

Popular Posts

  • How to make vCard QR Codes that are compatible with iPhone, Android and Blackberry
  • YII » How to use AJAX form validation
  • How to implement simple and easy search functionality on an index page
  • How to read a JSON POST with Yii, and save it to the database
  • Using relations in views
  • A very simple JSON API
  • Setting up internationalization (i18n)

Recommended Books

  • Agile Web App Dev with Yii and PHP
  • Apache 2 Pocket Reference
  • Code Complete
  • JQuery Cookbook
  • Learning MySql
  • PHP Cookbook
  • Programming the Mobile Web

Blog Archive

  • ►  2012 (5)
    • ►  July (1)
    • ►  April (3)
    • ►  February (1)
  • ▼  2011 (39)
    • ►  November (2)
    • ►  October (1)
    • ►  August (3)
    • ►  July (4)
    • ▼  June (8)
      • CClientScript positioning
      • Shades of Grey (or Gray :)
      • Cross-Browser CSS Horizontal Centering
      • Cross-Browser CSS Border Radius
      • Cross-Browser CSS Opacity
      • Cross-Browser CSS Linear Gradients
      • Cross-Browser CSS Box Shadows
      • How to fix font and color issues when you put a yi...
    • ►  April (3)
    • ►  March (8)
    • ►  February (2)
    • ►  January (8)
  • ►  2010 (9)
    • ►  December (9)
Awesome Inc. theme. Powered by Blogger.