According to the W3C CSS 2.1 specifications using z-index property for a positioned box element a stack level can be set and the element can be placed “behind” (far from user who faces the screen) or “in front of” (closer to the user) another element. In CSS 2.1, each box has a position in three dimensions, vertical, horizontal
Read the rest …
-
-
In this days a element or a container with rounded corners creates a nice visual effect when navigating a website page. The effect can be done using some small size images, or with only pure and simple HTML code, without any images. If you wonder how can this be achieved I’ll present a few techniques which may help
Read the rest …
