background preloader

CSS

Facebook Twitter

CSS3 Transitions to replace JavaScript animations. Until recently whenever I had to do the simplest animation I always had to use JavaScript code.

CSS3 Transitions to replace JavaScript animations

If you’re using jQuery it’s pretty easy to make simple effects. The most known ones would probably be slideDown() and slideUp(). Custom animation is also pretty easy with jQuery: (Working example) This step seems to be getting more and more unnecessary, especially with mobile websites, thanks to CSS 3 transitions and their support by the major browsers. (Working example) The crucial piece here is the “transition” part, which defines the time it takes until the transition is made to change from one value to the other. Creating Non-Rectangular Layouts with CSS Shapes. Today we can create all kinds of shapes with CSS using CSS transforms, but all these shapes do not affect the flow of the content inside or around them.

Creating Non-Rectangular Layouts with CSS Shapes

That is, if you create a triangle or a trapezoid with CSS, for example, the shape created does not define or affect the way the text inside it flows, or the way inline text around it does. With the introduction of CSS Shapes into the web, wrapping content in custom non-rectangular shapes, and recreating print designs and layouts on the web becomes a piece of cake! In this article we're going to go over the basics of declaring shapes, and creating some simple layouts using these new CSS technologies. When more CSS Shapes features are implemented, more complex and awesome layouts will be possible, but even with what we have at hand now, some interesting and very creative layouts can be created with a little extra experimentation.

Advanced CSS 3D Carousel. Pens picked by the Editors of CodePen. Pen. 50 Useful CSS Snippets Every Designer Should Have. With so many new trends advancing every year it can be difficult keeping up with the industry.

50 Useful CSS Snippets Every Designer Should Have

Website designers and frontend developers have been deeply ingrained into the newer CSS3 properties, determining the ultimate browser support and quirky hacks. But there are also brilliant CSS2 code snippets which have been unrequited in comparison. For this article I want to present 50 handy CSS2/CSS3 code snippets for any web professional. These are perfect for storing in your development IDE of choice, or even keeping them saved in a small CSS file. Either way I am sure designers & developers can find some use for some of the snippets in this collection. Recommended Reading: 20 Useful CSS Tips For Beginners 1. Basic CSS browser resets are some of the most common snippets you’ll find online. Making an Impressive Product Showcase with CSS3. Martin Angelov A product page is any page on your website that showcases a product.

Making an Impressive Product Showcase with CSS3

It has to describe its features, give some screenshots, and be descriptive. Naturally, this is the place where you build up the visitor’s interest towards your product, but it is getting increasingly difficult to be original in grabbing their attention. Luckily, a new compact JavaScript library can help you make a splash. impress.js is a small, standalone library that makes it easy to design advanced CSS3 presentations with eye-catching effects. The HTML We start of with a simple HTML5 document that will be the backbone of today’s example. index.html. CSS3 Pong: Insane things to do with CSS #17. Pop Quiz: What is this?

CSS3 Pong: Insane things to do with CSS #17

Before we kick things off, let’s try a quick ‘What am I?’. Is this picture. The 30 CSS Selectors you Must Memorize. CSS3 Responsive menu. CSS3 Responsive menu Today I’m going to tell how to create a responsive navigation menu using only CSS3.

CSS3 Responsive menu

Why responsive? I think it is important and essential. As you know, today, many people browse the Internet via mobile devices (such as ipad, iphone or android). And it is important that mobile members could navigate through your website. Some solutions which you can find in internet offer you to use jquery or javascript to achieve a necessary behavior. By default, this is usual UL-LI drop-down menu. Live Demo download in package. Miksi taulukkotaitto on typerää: ongelmat on määritelty, ratkaisuja tarjolla. On joitakin asioita, joissa taulukot ovat parempia kuin CSS.

Miksi taulukkotaitto on typerää: ongelmat on määritelty, ratkaisuja tarjolla

Oletetaanpa esimerkiksi että sinulla on musta sivunavigointi, jonka haluat venyvän koko sivun kokoiseksi. HTML, HTML5, CSS, CSS3, JQuery, Flash, Photoshop, mobile, iphone & ipad web application. For designers, the most difficult and interesting aspect of responsive web design has been the flexible nature of it.

HTML, HTML5, CSS, CSS3, JQuery, Flash, Photoshop, mobile, iphone & ipad web application

We’ve constantly in the process of trading in our tenacity for pixel perfection and embracing the web for what it really is; fluid. Today we’ll cover some steps to help you transition towards flexible web design, or as I like to call it, ‘Getting’ Flexy’. Responsive CSS for a web site will increase a websites visitors by attracting the mobile and tablet visitors also along with the visitors who enjoy their post in desktop version.Now the number of people who are using the tablets and mobiles to browse the web are increasing. Hence a web page layout should be adaptable for all the view port of the device in which the visitor views the webpage.Some of the tips and tricks for the designers to keep in mind when they design a responsive webpages are given below. SpritePad - Create and edit css sprites. SimpLESS - Your LESS CSS Compiler.