website Archive

Using CSS to create rounded corner

Daniel from Scriptastique has written a short guide in how to make rounded corners with CSS and make them compatible with different browsers with different rendering engines.Below is a short excerpt of the article to read more. I've provided the link below./* For Gecko based (Firefox) */ -moz-border-radius:5px;/* For Webkit based...
Read More