Posts tagged as:

css

Parsing PHP in CSS

Wednesday, October 1, 2008

Pro-Tip: Tell your website to treat CSS files as if they’re PHP files to make life easier.

There are only two simple things you need to do to enable this!

[click to continue...]

{ 0 comments }

ShadowBox

Thursday, September 9, 2004

This is a test.

from silverorange labs

{ 0 comments }

CSS Drop Shadows

Thursday, July 29, 2004

CSS Drop Shadows: A List Apart

{ 0 comments }

Menu

Thursday, January 30, 2003

Best dropdown menu I’ve seen yet … gazingus.org

{ 3 comments }

3-Column Layout

Tuesday, December 10, 2002

Is there really such a thing as a tableless, CSS-based, liquid, three-column layout?!

{ 0 comments }

CSS Reality

Saturday, June 8, 2002

Cascading Style Sheets, Promise vs. Reality, and a Look to the Future
By Mark Newhouse

Cascading Style Sheets (CSS) are a technology with a lot of promise, but their often-hyped potential leaves some designers feeling blindsided by the 2×4 known as reality. This article sorts out the differences, and makes a case for educating yourself now in preparation for the future.

You’ve heard it in web design forums and on email lists. You’ve read about tossing tables in favor of standards-based CSS layout on sites such as A List Apart and Web Reference. Maybe you’ve visited some sites that offer ready-made, table-free templates. So you dig a little deeper and start discovering little discrepancies in browser implementation. And then you realize that some of the discrepancies aren’t so little.

{ 1 comment }

DropCaps

Friday, May 10, 2002

Have you ever wanted to format the first letter of a paragraph so that it was larger than the rest of the text in the paragraph? This effect - commonly seen in print - is called the “dropcap”. The easiest way to do this is with a little bit ‘o CSS. It works in most browsers and adds a smidge of flair to your site. You only need to utilize three style attributes to get it to work.
[click to continue...]

{ 4 comments }

The Weblog Dictionary

Wednesday, May 8, 2002

I finally sat down and worked on The Weblog Dictionary. I added a few new words and updated some links and terms. It’s also now using the same CSS file as most of the rest of the site, and - because I’m that much of a square - it’s now valid XHTML1.0 Transitional, whatever that means. If you know of any items that should be in there, please send them to me.

{ 0 comments }

Primes and Quotes

Tuesday, April 23, 2002

More good stuff from A List Apart: The Trouble With EM ‘n EN. My reading list ( and things to fix on my site) runneth over.

{ 0 comments }

Relative Widths and CSS

Saturday, April 20, 2002

“I’d love a proportional-width relative-positioning design for my weblog, but I’m too afraid of cross-browser compatability issues. I don’t want to spend more than a weekend figuring out how to get two columns to work in three browsers.” - Dan Sanderson

I have to agree with Dan’s sentiment here. It’s a bear to get relative positioning to work. I’ve got a two-column layout on my main site and a three-column layout here. I know that things look great at 1024×768 on IE6/PC, but I’m not so sure about other browser/OS configurations. My pages should be CSS and (x)HTML compliant, but does that really mean they render nicely? I doubt it. I’d love to please everyone, but I just don’t know if it’s possible without spending hours (days?) making hacks for every browser/OS combination out there. My stats tell me that almost all my visitors are using IE5 or better on a PC. Is it really worth the effort to try to be Netscape / Mac-friendly? I’d like to know. Are any of my visitors using Macs or Netscape? How do my pages look to you?

{ 3 comments }

DOCTYPE Explained

Wednesday, April 17, 2002

Finally! The latest issue of A List Apart includes a lesson on Fixing Your Site With the Right DOCTYPE. This is terrific and I’m going to fix my pages as soon as I can. ALA saves the day (again!).

{ 0 comments }

Movable Type Modifications

Tuesday, April 9, 2002

Two Tricks from the MT Support Forum:

Of course if you are using CSS to its fullest, you can create printer-friendly pages by simply changing stylesheets. There is a tutorial at Evolt that explains how.

{ 1 comment }

High-Pass Filter

Tuesday, April 9, 2002

Write better web pages, free design from content, and resolve CSS browser-compatibility issues with Tantek’s High Pass Filter!

{ 0 comments }

Menu Rollovers in CSS

Tuesday, April 2, 2002

Brian Costner has compiled the best guide to designing menus using CSS Rollovers that exists to date. Check there for everything you need to know about creating a cross-browser-compliant css rollover menu.

{ 2 comments }

Mixing Classes

Thursday, March 28, 2002

Hey! I didn’t know you could mix and match classes in css!

{ 0 comments }