-
Recent Posts
- Use of aria-describedby with form elements that have descriptor text
- Getting around the flicker of JavaScript modifying the DOM while the page is loading
- CSS gradients and background images
- Nudging elements with position: relative
- Waqas asks the CSS Guy how to specify an alternate font size if the preferred font isn’t available on the user’s system
Archives
- June 2012
- May 2012
- June 2011
- November 2010
- October 2010
- July 2010
- January 2010
- November 2009
- August 2009
- June 2009
- March 2009
- January 2009
- October 2008
- September 2008
- August 2008
- July 2008
- April 2008
- March 2008
- December 2007
- November 2007
- September 2007
- August 2007
- July 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- October 2006
Meta
Non-meta
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