July4
The opacity feature of css does not work on internet explorer IE, to overcome that use filter option.
Eg
.change_opacity {
...
April11
Create border curved look with css stylesheets no need of photoshop.
border:1px solid #C3D46A;
The above will give you a normal square ...
March22
Learn how to create exceptionally attractive websites using css.
Examples:
http://www.webdesignerwall.com/trends/80-large-background-websites/
July30
Stylesheets are a wonder but can be nerve breaking at times (most of the time). Different browsers and versions make ...