Tag Archives: CSS3

CSS Sprites without Using Background Images

Awesome solution, especially with the CSS3: Similar to how the regular CSS Sprites work, we specify the exact width and height of our sprite dimensions. Adding an overflow: hidden; allows us to achieve the masking effect by hiding anything that spills out of its specified boundaries. To show the hover state, we simply add a [...]

Posted in Sharing | Also tagged | Leave a comment

CSS3 Generator

Online CSS3 Generator. So, for those of you wanting to experiment with CSS3 but find it difficult or tedious to keep up which code to use so all proper browsers actually display the code there is a solution: CSS3 Generator. I used to visit theĀ CSS snippets section on CSS Tricks, but CSS3 Generator has been [...]

Posted in Me Elsewhere | Tagged | Leave a comment