Advertise here


Tag cloud


 

You are currently browsing the archives for the CSS category.

Archive for the ‘CSS’ Category

Text Shadow

Posted on Sunday, July 4th, 2010 in CSS3

icon for CSS articlesUsing the CSS3 text shadow effect – it is possible to create some cool looking shadow effects. Internet Explorer does not support this feature but you can use itsĀ shadow filter to achieve a similar effect but unfortunately its limited.
text-shadow: none
[ <color>? <offset-x> <offset-y> <blur-radius>? | <offset-x> <offset-y> <blur-radius>? <color>? ]
Read more


Drop Shadow

Posted on Monday, June 21st, 2010 in CSS3

icon for CSS articlesDrop shadow is a great feature and should help reduce creating images just to apply a shadow effect to a box. It was also improve on performance and accessibility because of the reduction of images used. How to apply the drop shadow effect in CSS 3. Read more


Setting Opacity IE 5.5 to IE 8, Firefox, Opera, Safari, Chrome

Posted on Sunday, June 6th, 2010 in CSS

icon for CSS articlesEver needed to know how to set opacity for elements across all web browsers, well here it is. Something to remember about opacity is all the child elements inherit it so they will become semi-transparent as well.

This code works in IE 5.5 to IE 7. You set the opacity by changing the number between the brackets which ranges from 100 to 0.
Read more


Format styles for standard HTML elements

Posted on Sunday, June 6th, 2010 in CSS

icon for CSS articlesBelow is a small and simple CSS style sheet for formatting all HTML elements.

This will improve cross browser compatibility and create consistency through your web site. Especially when you have designed a site for a client and they have chosen to maintain it, who knows what tags they will use. This will hopefully prevent the client from have odd looking bits on their site. Read more



Web Design Essex | Richard Kotze – Web Technology, Design and Development powered by WordPress | Entries (RSS)