Monthly Archives: October 2006

Bowman’s Super Double-Hover List Menu Extended (to Triple-Hover)

View demo Download zip I first saw a menu on www.fastcompany.com, and later learned that Doug Bowman had created this. It was a menu of faces, and what seemed to be a separate menu of names, and no matter which … Continue reading

Getting the Ultimate Setup for Designing HTML and CSS from Your Employer

I’m working from a MacBook Pro running OS X 10.4. Along with it, my company purchased Parallels and one copy of Windows XP. With Parallels on OS X, I can run a version of Windows XP that has Internet Explorer … Continue reading

Using Conditional Comments

When needing to serve styles to certain versions of Internet Explorer, use conditional comments. Multiple conditional comments can be used. This following code shows possible usage, with a demo page as well: View demo <style type=”text/css”> p {font:bold 12px/17px arial;} … Continue reading