March6
Unfortunately IE 7 is still widespread among the users hence while theming we have to give special importance to the ...
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/
February5
Stylesheets are a wonder but can be nerve breaking at times (most of the time). Different browsers and versions make ...