Category Archives: CSS

Tipy a triky na stylování pomocí CSS.

Internet explorer – remove border around image link

If you want to completely remove Internet Explorer border around images that are links, use the following CSS code.

Posted in CSS | 2 Comments

Absolute positioning – where is 0,0?

There are many tutorials on CSS positioning. In short, there are three modes: static relative absolute In static mode, the element is located where it should normally be. In relative mode is the position set by the parent element. And … Continue reading

Posted in CSS | Leave a comment