ILoggable

A place to keep my thoughts on programming

Tag Archives: css

Image Clipping and Alignment with CSS

The clip attribute in CSS is not what I would call the simplest to understand. Never mind that the rect() function uses a space separated list instead of a comma separated one, but that some browsers still understand comma separated. … Continue reading

March 6, 2005 javascript

More fun with Javascript and CSS

Working on a little example of panning images with javascript. So far it doesn’t do image boundary detection. It also just pans one large image, not a tiled and continously loading set, like Google Maps.

March 3, 2005 javascript