Category Archives: CSS CheatSheets

Most often used CSS code examples.

CSS3 Placeholder Styling + jQuery Plugins to Enable Placeholders in IE

Placeholders are nice with HTML5. Some plugins are still needed to enable them in IE. CSS3 styles for placeholders also provided. Continue reading

Posted in CSS CheatSheets | Tagged | Leave a comment

CSS Quotes on Centered Text in Paragraph

Sometimes hard to put big beautiful quote marks on a paragraph which has centered text. I had to make it for some slideshow rotating news ticker. I did it myself with positions after several retries with known CSS solutions. Continue reading

Posted in CSS CheatSheets | Tagged , | 1 Comment

CSS: Rotate Element to 45 Degrees Code

Rotate any HTML element to 45° in all browsers with CSS code. Continue reading

Posted in CSS CheatSheets | Tagged , , | 2 Comments

CSS Gradients in IE9 on Elements with Rounded Borders

Strange backgrounds sometimes seen behind rounded borders of Internet Explorer 9. I found what their cause. It’s a filter elements used for earlier versions of IE, like 7 & 8. We have to disable FILTER element to get rid of rectangular background below rounded borders in ie9. Continue reading

Posted in CSS CheatSheets | Tagged , , | Leave a comment

CSS Gradients in HTML5 Code Example

Latest browsers started to support CSS gradients, this feature is priceless, because no images will be needed for simple gradients soon. Continue reading

Posted in CSS CheatSheets | Tagged , , , | 2 Comments

Box Shadow CSS

CSS box shadow is the long awaited css feature, introduced with modern browsers. Continue reading

Posted in CSS CheatSheets | Tagged , | Leave a comment