Aside from the default setting with hand on links, I-shaped bar on texts and arrow in everything else, you can control what mouse pointer appears to specific part of a webpage using CSS.
[ No Comments ] Posted on April 29, 2009 under Cascading Stylesheet
Margin and padding are two important attributes that are useful in providing appropriate spacing between HTML elements. In particular, they are useful in rendering proper spacing among block elements in a pure CSS layout. The difference between margin and padding and how they render to block elements will be discussed in this article.
[ No Comments ] Posted on December 27, 2008 under Cascading Stylesheet, Hypertext Mark-up Language