Browsing All Posts filed under »CSS«

5 Alternative And Tiny CSS Grid Systems

January 27, 2010

0

CSS grid system is one tool that facilitates the work of web designers and web developers to develop a website. Advantage of using CSS grid system is you can reduce development time. Grids also provide uniformity and consistency in the placement of HTML elements. Do you want to know more about CSS Frameworks and grid system? [...]

Ajaxian » Rolling a coke can around with pure CSS

January 27, 2010

0

Román Cortés is having a lot of fun with CSS tricks these days. He just built an example rolling CSS coke can that uses background-attachment, background-position, and a few other tricks to get the effect. No fancy CSS3 needed here! via Ajaxian » Rolling a coke can around with pure CSS.

How to Make a CSS Sprite Powered Menu | Build Internet!

January 26, 2010

0

We haven’t gone back to basics in a while. Today’s tutorial will bring you through the process of building a slick menu using a single CSS sprite image. It’s a simple, but elegant solution for most websites. This was one of the design strategies that first helped me to start using smarter markup. For those of [...]

Form Design with Sliding Labels « CSSKarma

January 25, 2010

0

After reading that article it occurred to me that there’s no reason we can’t have the best of both worlds. I like how inline labels look, and I see Luke’s point about them disappearing as you fill out the form. But, we have jQuery, we know about progressive enhancement, and we have creative minds, so [...]

Showcase of Buttons in Web Design | Vandelay Design Blog

January 25, 2010

0

Button design is usually a subtle element to a web design, but it can have a significant impact on the overall look and usability of the site. In this post we’ll showcase a variety of types and styles of buttons. Hopefully this showcase can provide you with some inspiration and ideas for your own work. via [...]

The New Hotness: Using CSS3 Visual Effects – Smashing Magazine

January 25, 2010

0

Previously in this series on CSS3, we talked not only about how to create scalable and compelling buttons but about how to effectively use new CSS3 properties to speed up development and quickly create rich page elements. In this final article of the series, we’ll really get into it and use CSS3 visual effects to [...]

Creating rounded corners with CSS2 & CSS3 | Front End Development Tutorials | Inspired CSS

January 25, 2010

0

Rounded corners are as popular as ever with web designers and there are a multitude of ways that they can be created. In this tutorial I’m going to show you several methods to add rounded corners using both CSS2 and CSS3. CSS3 methods require no additional markup or images whilst the CSS2 techniques require additional markup [...]

10 Common CSS Browser Compatibility Issues/Bugs You Must Know | TutorialFeed

January 25, 2010

0

When you write a CSS for your project you never know what kind of bug or issue you will face at time of browser compatibility. Internet Explorer (IE) and Mozilla Firefox are the standard browsers which are globally considerable at time of browser compatiblity. Other browsers such as Chrome, Safari and Opera have a significant presence [...]

The Mysterious Pseudo Class in CSS

January 25, 2010

0

Pseudo classes are those things with colons in them, you know, like :hover or :link. They let you control the CSS of stuff in different forms, states and places easily and efficiently, without taking up too much room. CSS3 is going to introduce a ton of new pseudo classes, and they’re going to make our [...]

12 really useful CSS tools

January 21, 2010

0

Working on a website’s CSS is quite an enjoyable job. However some of the tasks aren’t always fun. This is why tons of cool CSS tools were created, to make your life easier and keep web designers’ work barable. via 12 really useful CSS tools.