Prevent Menu “Stepdown”

If you are familiar with the concepts of “floats”, you know that if you float a page element to the left, that the next page element will move up next to that element on the right, if possible. But have …

Avatar of Chris Coyier
Chris Coyier on

Advice on Videos Needed

That’s just a little teaser graphic there for ya’ll =)

Here is the scoop. I’m all set up to start doing some Video Screencasts for CSS-Tricks. I actually already sort of shot the first one. I am on a Mac, …

Avatar of Chris Coyier
Chris Coyier on

A Few Quick Weekend Notes

Hide an image in your text!

Reader Erik left a comment linking to an amazing example of what can be done with the CSS3 selection color technique I just posted about. You have to see it to believe it.

A…
Avatar of Chris Coyier
Chris Coyier on

Overriding The Default Text Selection Color With CSS

One of those cool CSS3 declarations that you can use today is ::selection, which overrides your browser-level or system-level text highlight color with a color of your choosing. At the time of this writing, only Safari and Firefox are

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Resizeable Images (At Full Resolution!)

Most web browsers make resizing text an easy thing to do*, but not all web browsers will resize images along with that text**. Good web designers know this and go to great lengths to make sure their web layouts don’t …

Avatar of Chris Coyier
Chris Coyier on (Updated on )

Links of Interest

Sub Pixel Problems in CSS


John Resig has an interesting writeup of how different browsers deal with sub-pixel problems. By sub pixel problems he is referring to the rounding of pixels when widths are defined with percentages and the …

Avatar of Chris Coyier
Chris Coyier on