Archive for the ‘CSS’ Category

Data URIs – unfinished draft

without comments

As a web developer – website performance is one of the key aspects I am passionate about. Wherever applicable, I try to use optimization techniques like CSS Sprites, minifying files etc., Data URIs is another interesting technique I cam across. Oddly, I wasn’t able to find many websites using this technique. The primary reason could be maintenance and browser compatibility issues.  As part of this article, I will document any Data URI related information I come across and share my insights.
Read it all

Written by Srikanth AD

December 16th, 2011 at 9:08 am

Water bottles indicating water level using CSS3

without comments

Experimenting with CSS3 : Here is a working draft on creating a series of water bottles with each bottle indicating the water level.
Demo at Js Fiddle
Read it all

Written by Srikanth AD

December 9th, 2011 at 8:20 am

Posted in CSS

Cross browser CSS3 gradient buttons

without comments

With the power of CSS3, you can create rich buttons and links which are cross-browser compatible – by making use of background gradients and box shadows. Here are some examples on how you can create scalable buttons with CSS3.

Read it all

Written by Srikanth AD

August 21st, 2011 at 5:53 am

Posted in CSS

CSS experiment: using z-index and opacity to generate background color combinations

without comments

If you are passionate about CSS and web design, you might have come across lot of discussions on the web about using multiple borders and backgrounds for a DIV. Here is an interesting experiment I was dabbling with – to create a combination of backgrounds for a DIV using ‘z-index’ and ‘opacity’.

Read it all

Written by Srikanth AD

August 5th, 2011 at 6:52 pm

Posted in CSS

Tagged with ,

CSS lessons learnt the hard way

with 4 comments

The power of CSS is overlooked at times. Having worked on a variety of websites, in this article I wanted to share some of the valuable lessons I learnt about CSS – the hard way.

Read it all

Written by Srikanth AD

June 26th, 2011 at 1:40 pm

Posted in CSS

Tagged with