Category Archives: css

CSS Tips: difference between display:none and visibility:hidden

The difference between css style command display:none and visibility:hidden is that the first remove from the page rendering the element while it is still in the source code; the second just make it not visible while still make it occupy the needed … Continue reading

Posted in css, javascript | Comments Off

Background image in a div, easy lessons for css

Sometimes you need to better position images or write a text over them. In a web page this is not always an easy task to do. One simple trick is to create a DIV, position it, and then put an … Continue reading

Posted in css | Comments Off