Using 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 Read more
[ <color>? <offset-x> <offset-y> <blur-radius>? | <offset-x> <offset-y> <blur-radius>? <color>? ]
Archive for the ‘CSS’ Category
Text Shadow
Posted on Sunday, July 4th, 2010 in CSS3Drop Shadow
Posted on Monday, June 21st, 2010 in CSS3
Drop 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
Ever 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
Below 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

