Category Archives: Cascading Style Sheets

Faking ‘float: center’ with Pseudo Elements | CSS-Tricks

Faking ‘float: center’ with Pseudo Elements | CSS-Tricks.

Posted in Cascading Style Sheets | Leave a comment

HTML5Rocks – Quick hits with the Flexible Box Model

HTML5Rocks – Quick hits with the Flexible Box Model. CSS makes styling much easier but positioning can be complicated. This method should be more intuitive but only works in non-IE browsers.

Posted in Cascading Style Sheets | Leave a comment

Sneak — Fixing the background 'bleed'

Sneak — Fixing the background ‘bleed’.

Posted in Cascading Style Sheets | Leave a comment

CSS3 Border-Radius & Rounded Avatars | Trent Walton

CSS3 Border-Radius & Rounded Avatars | Trent Walton.

Posted in Cascading Style Sheets | Leave a comment

css3-mediaqueries-js

css3-mediaqueries-js – Project Hosting on Google Code. css3-mediaqueries.js is a JavaScript library to make IE 5+, Firefox 1+ and Safari 2 transparently parse, test and apply CSS3 Media Queries. Firefox 3.5+, Opera 7+ and Safari 3+ already offer native support.

Posted in Cascading Style Sheets, Javascript | Leave a comment

A Guide on Layout Types in Web Design

A Guide on Layout Types in Web Design.

Posted in Cascading Style Sheets, Webpage Design | Leave a comment

CSS Media Queries & Using Available Space | CSS-Tricks

CSS Media Queries & Using Available Space | CSS-Tricks. CSS Media queries let you set the layout of a webpage based on the size of the screen it’s being displayed on. The webpage includes the code for the iPhone and … Continue reading

Posted in Cascading Style Sheets | Leave a comment

Proportional leading with CSS3 Media Queries | Stuff and Nonsense

Proportional leading with CSS3 Media Queries | Stuff and Nonsense.

Posted in Cascading Style Sheets | Leave a comment

Create A Clean and Stylish CSS3 Contact Form | Voosh Themes

Create A Clean and Stylish CSS3 Contact Form | Voosh Themes.

Posted in Cascading Style Sheets | Leave a comment

Overflow: hidden; – CSS Tutorial – Correcting Orphans w/ Overflow – CSS Overflow Tricks and Tips | HTML/CSS Tutorials | Web Design Tutorials and Front-end Development Blog by Soh Tanaka

hidden; to fix the problem. Add overflow: hidden; to your targeted <p> tag with CSS Specificity, or wrap the paragraph with a container that has overflow:hidden; applied to it. … As you can see, the paragraphs do not wrap around … Continue reading

Posted in Cascading Style Sheets | Leave a comment