Archive for the ‘CSS‘ Category

CSS Hover Over Effect On HTML Table: pseudo class

In this tutorial we are illustrating the css hover effect using html4 table and simple css coding. The CSS pseudo class which is used to accomplish hover over effect is: :hover HTML4 Table Syntax(table.html) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 [...]

CSS Hover Over Effect ( CSS pseudo class )

There are many small simple tweaks in CSS that can highly enhance the over all design of a web page. CSS Hover Over Effect is one of them. The CSS pseudo class which is used to accomplish hover over effect is: :hover Note: CSS pseudo classes doesn’t work on Internet Explorer. So while learning this, [...]