DEV.KevinPierpont.com

gearheads unite — mostly mac, webdev and a little photography info

DEV.KevinPierpont.com header image 4

Entries Tagged as 'CSS'

Faux Columns with css tricks

Faux Columns: A List Apart

[Read more →]

February 20th, 2004 · Comments Off | Tags: CSS

CSS Depot

CSS Depot is a collection of CSS templates - not entire designs, only the actual layout boxes.

[Read more →]

February 19th, 2004 · Comments Off | Tags: CSS

CSS From the Ground Up

A very good intro to CSS - CSS From the Ground Up

[Read more →]

February 3rd, 2004 · Comments Off | Tags: CSS

Adding print styles for MovableType blogs

Print Styles for MovableType Blogs

[Read more →]

January 26th, 2004 · Comments Off | Tags: CSS · MovableType

Peek-a-boo IE6 Bug and help with MT templates

At times I’ve seen some of the standard MovableType templates exhibit a problem when the site is viewed in IE6 where the page doesn’t fully load or some of the text doesn’t display until highlighted or refreshed. Here are a couple of suggestions;

Peek-a-boo IE6 Bug
MTWiki - My Site Doesn’t Scroll To The End Of The [...]

[Read more →]

January 26th, 2004 · Comments Off | Tags: CSS · MovableType

Pure css tooltips

css tooltips by santaklauss

[Read more →]

January 24th, 2004 · Comments Off | Tags: CSS

A new computer-generated webpage design with every refresh

Definitly strange and possibly helpf when looking for a design idea - StrangeBanana: Computer-generated webpage design.

[Read more →]

January 21st, 2004 · Comments Off | Tags: CSS · Design · HTML · Web Dev

More free HTML and CSS template

dzinelabs.com offers these Experimental Css design: templates - I especially like the Coffee template.

[Read more →]

January 21st, 2004 · Comments Off | Tags: CSS · HTML · Web Dev

CSS Fast Rollovers

CSS Fast Rollovers Without Preload - Updated

[Read more →]

January 14th, 2004 · Comments Off | Tags: CSS

Organize that style sheet

Mark Newhouse presents a way to keep those CSS files understandable to humans in this piece, Environmental Style.

[Read more →]

January 13th, 2004 · Comments Off | Tags: CSS

Good intro to CSS

A no fluff CSS Primer.

[Read more →]

January 12th, 2004 · Comments Off | Tags: CSS

Fairly simple font switching

girlie matters implements a simple font switcher. More details at ALA - Alternative Style: Working With Alternate Style Sheets.

[Read more →]

January 10th, 2004 · Comments Off | Tags: CSS

Image Floating discussion

SimpleBits carries on a discussion on Image Floating.

[Read more →]

January 10th, 2004 · Comments Off | Tags: CSS

CSS Vault

CSS Vault - Unlocking creativity, a collection of CSS resources

[Read more →]

December 31st, 2003 · Comments Off | Tags: CSS

Lightweight CSS multi level menu


[Read more →]

December 13th, 2003 · Comments Off | Tags: CSS

Multi Level Menu maker


[Read more →]

November 29th, 2003 · Comments Off | Tags: CSS

Web Style Guide

I was browsing through Dean’s latest post and found a link to this handy resource: the Web Style Guide, 2nd Edition

[Read more →]

November 28th, 2003 · Comments Off | Tags: CSS · Design · Web Dev

Start with the basics of HTML and CSS

When someone asks me how they can build a web site I usually say, “It’s kind of a long process.” I don’t know that I’ve ever finished a web site. I’m always tweaking, looking for a better way to present the content. I always recommend learning to use HTML and css rather than going straight [...]

[Read more →]

November 18th, 2003 · Comments Off | Tags: CSS · HTML · Web Dev

I figured out how to style a HR tag

Thanks to these two sources; How do I style an hr? and Styling hr

[Read more →]

November 15th, 2003 · Comments Off | Tags: CSS

Page layout CSS creator

Automatically generate a

[Read more →]

November 8th, 2003 · Comments Off | Tags: CSS

CSS rounded corners - cool!

Rounded corners with CSS Doug’s easyCorners.

[Read more →]

November 8th, 2003 · Comments Off | Tags: CSS

Suckerfish Dropdowns

Using a simple HTML unordered list A List Apart shows how to do a nice drop down menus.

[Read more →]

November 8th, 2003 · Comments Off | Tags: CSS · HTML · Web Dev

Illustrated MT templates

Here’s a great article for new comers to MovableType about editing the style sheet templates.

[Read more →]

November 4th, 2003 · Comments Off | Tags: CSS · MovableType

NYPL Style Guide

The New York Public Library style guide together with this Better Living Through XHTML piece at A List Apart are a great primer for using CSS and making your website accessible.

[Read more →]

November 3rd, 2003 · Comments Off | Tags: CSS

So you don’t like my style

A List Apart has a good piece and a free java script to make switching style sheets a breeze for your users.

[Read more →]

November 3rd, 2003 · Comments Off | Tags: CSS

Go learn CSS

At css-discuss and The css-discuss Wiki.

[Read more →]

October 31st, 2003 · Comments Off | Tags: CSS

Fighting with floats and images

I’m not the only one trying to get images to show up in IE6 when using a CSS float to flow text around the image. The ideas in this thread worked. Adding position:relative; to my css for the img tag did the trick.

[Read more →]

October 31st, 2003 · Comments Off | Tags: CSS

A bunch of CSS float tutorials

This is a well done list of step by step CSS float tutorials.

[Read more →]

October 31st, 2003 · Comments Off | Tags: CSS

Top 10 Reasons to Learn CSS

Enough said.

[Read more →]

October 31st, 2003 · Comments Off | Tags: CSS

Why use CSS instead of tables?

This is a great presentation of the why’s and how’s of using CSS instead of tables for designing a website.

[Read more →]

October 31st, 2003 · Comments Off | Tags: CSS