Have a Snippet?

Keep, track and share your code snippets with your friends

grun


User Avatar

72

Location:
Website:
Has joined us: 11th May 2013, 13:37
Last visit: 7th July 2013, 07:14
Profile views: 480


jQuery: Display file sizes next to download links Share on Vkontakte

«jQuery Trickshots» by tutorialzine.com ... 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


jQuery: close popup Share on Vkontakte

скрываем всплывающее окно по клику снаружи. ... 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