Posh CSS # for the modern day web designer

Submit an Article or Link Subscribe


About Posh CSS

Posh CSS is a collection of Cascading Style Sheet Articles, Tutorials, Tips and Code snippets for the modern day web designer.


Browse the site


Submit a link

Have you written or read a great resource relating to CSS that we are not linking to yet? Let us know.

Submit a Link →


Browse our Archives

Get in touch

Have a question or just want to drop us a line? Contact Us →


Latest CSS Related Links

CSS Coding for Cross Browser Compatibility

Cross browser compatibility can be hard to achieve, but if you follow a few guidelines, you can make your CSS cross browser compatible a lot easier.

8 fonts you probably don't use in css, but should

CSS has brought us many capabilities in terms of typography and the web, but we always seem to be limited to the same 4-5 typefaces over and over again. There is an inherant problem, if the font you specify isn’t on the viewers computer it won’t render in that font. But there are quite a few high quality typefaces that are available on most new computer systems and you can always fall back on the common ones.

Google Docs now supports CSS Styles

Templates, Styles and Better Formatting have been among the most requested Google Docs features. Well, you asked and we listened!

Styling the Button Element in IE

If you’ve ever attempted to style a button inside IE, you know that it can be a huge pain. This quick tip fixes the problem.

# Posted in 35 days ago Read more at viget.com →

Nice Drop caps with CSS

Using the :first-letter pseudo-element, you can easily create nice drop caps with CSS. No extra HTML or Javascript required and IE5+ browser support.

How-To: CSS Conditional Comments

Conditional comments only work in Internet Explorer, and are used to target specific versions. They use the HTML Comment structure, and thus are placed in the HTML not the CSS. This makes them perfect for linking to alternate IE only stylesheets, which for example, wouldn’t use 24-bit PNG transparency etc.

Content Overlay with CSS

Here’s the problem: you have a container with some content in it like an image along with some initial descriptive text. Then, when users hover their mouse over the container, a hidden container is revealed to present additional information over top of the current information but in a way that retains content from the original container.

# Posted in 50 days ago Read more at snook.ca →

CSS Positioning

There are many ways to position your elements in CSS. Relative positioning, absolute positioning, float or a combination of them. Those different techniques are clearly explained with example pages and coding examples.