CSS: Block Hover Effect
Have you ever seen a web site that has clickable blocks of text?
Ever wondered how they were done?
Well, I found out how from Christian Watson.
Have you ever seen a web site that has clickable blocks of text?
Ever wondered how they were done?
Well, I found out how from Christian Watson.
One way to enhance a table style is to introduce a hover effect on the table rows: when the user is moving across the table with their mouse, the current row they are on will change color. This is something that you frequently see in interface design in internal web applications which help users view a particlar row of data.