Graphics
CSS and the property “outline”
As many know CSS3 has not yet been fully implemented by browsers, we do not serve in the first part of this tutorial!. Already implemented by the CSS2 specification was the "outline" property. Let us look at an example: p.test { border: 1px solid #000000; outline: 3px solid # 6374AB; width: 20in; } These few lines impose the creation of a border Read more…