CSS your HTML partner ! !

CSS your HTML partner! !

Click here to visit Our forum here!

Thursday, April 14, 2011

CSS Pseudo-classes

Link Us to: http://tinyurl.com/3gw86mr
CSS pseudo-classes are used to add special effects to some selectors.
e.g. : selector:pseudo-class { property:value ; } Above are the syntax of pseudo-classes.


Anchor Pseudo-classes
Links can be displayed in different ways in a CSS-supporting browser:

Sunday, April 10, 2011

Disadvantages of Using Pure CSS

Although CSS has its strengths, it also has its weeknesses. Below are examples of some disadvantages of using pure CSS on web layouts.

1. Inconsistent Browser Support
Different browsers will render CSS layout differently as a result of browser bug or lack of support for CSS features if CSS "hacks" was not implemented in browser.