Birnam Designs is a quality web design and development agency in Virginia

Archive for the 'useful links' Category

free photoshop brush resources

Thursday, January 19th, 2006

Photoshop Tutorials Blog has created a terrific list of free Photoshop Brush sites. The compiler of this list deserves a lot of credit and has done a terrific job with a ton of links — but, as the editor warns, make sure and read the terms of service for each site, because some sites won’t allow these brushes to be used in commercial applications. If you know of any links that aren’t included, make sure and post a comment on the pstutorialsblog.com page, so there will continue to be a single resource we can all use.

CSS list indent consistency between IE and Firefox

Thursday, January 19th, 2006

I finally found a resource that describes the differences between list rendering in IE and Firefox. If you’ve worked much with CSS you’ve probably found the same frustrations, where your lists are not rendered with the same indent between browsers, especially if you have reset the margins and padding at some point.

The secret, it turns out, is that IE renders the indent based on ul’s margin-left, while the rest of the browser world uses the padding-left style of the ul tag. Set them both to the same value, et viola!

See a more detailed description here.