Tag Archives: CSS

CSS Sprites

http://www.smashingmagazine.com/2009/04/27/the-mystery-of-css-sprites-techniques-tools-and-tutorials/

Posted in CSS | Tagged , | Leave a comment

A Simple Menu With CSS Beautification

.test a { margin-top: 1px; display:block; line-height: 25px; border-left: solid 10px #DDDDDD; text-decoration: none; padding-left: 11px; background-color: #EEEEEE; } .test a:link {} .test a:visited {} .test a:hover { padding-left: 12px; border-left: solid 10px green; border-bottom: 1px #333333; background-color: #CCCCCC; color: … Continue reading

Posted in CSS | Tagged , | Leave a comment