Have a Snippet?

Keep, track and share your code snippets with your friends



Category "CSS" (10)


CSS: Sticky footer solution Share on Vkontakte

Sticky footer solution by Steve Hatcher ... Reveal Code


CSS: Centering Percentage Width/Height Elements Share on Vkontakte

If you know the exact width/height of an element, you can center it smack dab in the middle of its parent element easily with this classic trick: top and left set to 50% and negative margins half the width and height of the element. That's great if you know the width and height of the element you're trying to center, but what if they are percentages? ... Reveal Code


CSS: Different links style Share on Vkontakte

Different links style depending on the type of these links ... Reveal Code


CSS: Table borders for ie9 & ie10 Share on Vkontakte

fix error with some tables in ie. ... Reveal Code


CSS: Cross-Browser Inline-Block Share on Vkontakte

…for very old browsers. ... Reveal Code


CSS: Cross-browser transparency Share on Vkontakte

Cross-browser transparency. Works equally well in IE, FF, Chrome, Safari and Opera. ... Reveal Code



CSS: Box shadow Share on Vkontakte

Cross-browser CSS box shadow ... Reveal Code


CSS: Rounded corners Share on Vkontakte

Cross-browser CSS rounded corners ... Reveal Code