Pure CSS Twitter Fail Whale - Subcide - 5 views
-
Developers continue to do crazy things to show us what can be done with CSS3. The latest is a fully animated Twitter fail whale by Steve Dennis: The idea for this came to me this morning after being greeted first thing this morning by another Twitter outage. I'd been looking for something to stretch my CSS muscles on, and the Fail Whale seemed perfect. Also I think the animation only adds to his (or her?) charm. How was this made? The short answer is very painfully, by hand, using trial and error. Curves are done using various uneven border-radius properties, stranger angles (such as the strings) are masked using containers with overflow: hidden; set on them. I hope someone else gets a bit of enjoyment out of my wasted Sunday. It was a fun experiment that I don't plan on repeating any time soon. Take a look at the source to see the mass of code such as: PLAIN TEXTCSS:@-webkit-keyframes flutter1 { 0% { -webkit-transform:rotate(0deg) } 50% { -webkit-transform:rotate(-25deg) } 100% { -webkit-transform:rotate(0deg) }}.right .wing { background: transparent !important; z-index: 22 !important; width: 15px; height: 18px; bottom: 4px; left: 8px; -webkit-animation: 'flutter1' 0.1s linear; -webkit-animation-iteration-count: infinite;}
CSS3 Playground by Mike Plate - 7 views
-
The CSS3 Playground is a web application for experimenting with some new css3 capabilities. Primarily those than conform to the progressive enhancement philosophy, which means that the styles can be used on all sites without severely changing/limiting the experience on browsers that does not support them (=Internet Explorer 8.0 and older). But there are also styles that may need better replacements on Internet Explorer such as rotation, and I hope I will have the time to add more in the future.
CSS Filters | Speaking | Hicksdesign - 6 views
How to get Cross Browser Compatibility Every Time | Anthony Short | Web Design & Develo... - 0 views
-
Here is a quick summary for those of you who don't want to read the whole article: Always use strict doctype and standards-compliant HTML/CSS Always use a reset at the start of your css Use opacity:0.99 on text elements to clean up rendering in Safari Never resize images in the CSS or HTML Check font rendering in every browser. Don't use Lucida Size text as a % in the body, and as em's throughout All layout divs that are floated should include display:inline and overflow:hidden Containers should have overflow:auto and trigger hasLayout via a width or height Don't use any fancy CSS3 selectors Don't use transparent PNG's unless you have loaded the alpha
-
Cross-browser compatibility is one of the most time consuming tasks for any web designer. We've seen many different articles over the net describing common problems and fixes. I've collated all the information I could find to create some coding conventions for ensuring that your site will work first time in every browser. There are some things you should consider for Safari and Firefox also, and IE isn't always the culprit for your CSS woes.
Better Image Caching with CSS * Perishable Press - 0 views
-
I have written previously on the fine art of preloading images without JavaScript using only CSS. These caching techniques have evolved in terms of effectiveness and accuracy, but may be improved further to allow for greater cross-browser functionality. In this post, I share a "CSS-only" preloading method that works better under a broader set of conditions.
CSS Properties Index - Jens Meiert - 0 views
Typogridphy - A Typographical and Grid Layout CSS Framework From Harry Roberts of CSS W... - 2 views
-
Grids & Typography Typogridphy is a CSS framework constructed to allow web designers and front-end developers to quickly code typograhically pleasing grid layouts. Based on the popular 960 Grid System, Typogridphy allows you to create grid layouts which are versatile and great looking. Typogridphy is made of fully validate, semantic and strict xHTML, and validate CSS.
CSS Dock Menu - 0 views
-
If you are a big Mac fan, you will love this CSS dock menu that I designed. It is using Jquery Javascript library and Fisheye component from Interface and some of my icons. It comes with two dock styles - top and bottom. This CSS dock menu is perfert to add on to my iTheme. Here I will show you how to implement it to your web page.
CssUserAgent (cssua.js) - 9 views
The CSS Property Value inherit » Learn CSS3 | Cheat Sheet | CSS Tutorial | Se... - 0 views
-
Internet Explorer 7 and earlier versions don’t support the value inherit for any properties other than direction and visibility.
An introduction to LESS, and comparison to Sass | Smashing Coding - 0 views
-
The only difference in variables between LESS and Sass is that, while LESS uses @, Sass uses $. There are some scope differences as well, which I’ll get to shortly.
-
With Sass, you declare @mixin prior to the style to identify it as a mixin. Later, you declare @include to call it.
-
Parametric Mixins Like having functions in your CSS (*swoon*), these can be immensely useful for those seemingly redundant tasks of modern-day CSS.
- ...8 more annotations...
BonBon Buttons - Sweet CSS3 buttons - 10 views
« First
‹ Previous
41 - 60 of 1613
Next ›
Last »
Showing 20▼ items per page