mindgraffiti

mindgraffiti - noun; musings on creative work, publicly posted.

About

I am a web developer for the API Web Services dept., where I learn a little more about cows and PHP every day.

IE7 CSS List Bug

Tuesday, February 5th, 2008

Not really a bug, just a bad combination of CSS. If you style navigation links using list items, don’t repeat my mistake:
#nav ul{
list-style-type: none;
list-style-position: inside;
}
I had both these elements but in separate areas of my code. IE7 interprets this as an invisible bullet, creating a mysterious ~10px margin where the bullet would be located. Firefox [...]

Popularity: 36% [?]

Read the rest of this entry »

“It’s back to school time!” blares every tacky, family-oriented commercial. And so it is.
Real Hackers don’t use CSS a walk through the design process, from tables and frames to CSS.
Getting Things Done When You’re Only a Grunt or, cutting through the stupid B.S. in office politics/bad group projects so you don’t get dragged down with [...]

Popularity: 91% [?]

Read the rest of this entry »

CSS Resources

Tuesday, July 3rd, 2007

There are so many out there, but only a few I find myself returning to over and over again.
Web Page Design for Designers - CSS from the Ground Up is an excellent article to introduce the uninitiated to CSS or to get a refresher course on the basics for the rest.
CSS Zen Garden - a [...]

Popularity: 31% [?]

Read the rest of this entry »