Thursday, July 10th, 2003
The new version of the site is finally online! For this design, I really wanted to do something with a bit more texture in it. Most pure CSS sites are also light on graphics and have a really minimalist look to them. This design let me get a little more creative with PhotoShop, and try some new CSS tricks with the links. Thanks to Jeff McCartney for his feedback on the design, and Nate Piekos for the use of his excellent heading font.
Tags: design, designmeme
Posted in designmeme, web design | Comments Off
Monday, June 16th, 2003
This week’s issue of A List Apart shows you how to clearly but unobtrusively let visitors know which accesskeys correspond with the links on a page. This is the latest in a series of articles I’ve written on improving accessibility with Cascading Style Sheets. Thanks to Jeffrey Zeldman, Erin Kissane, Tanya Rabourn, and Jeff McCartney for all their help.
Tags: design, designmeme, tutorial, web
Posted in designmeme, web design | No Comments »
Thursday, May 29th, 2003
This week’s Webreference.com update by Andy King includes the Pure CSS2 Drop-down Menus I posted earlier in the week. The update includes links to examples of other hierarchical CSS menus by some talented web designers.
Tags: design, designmeme, tutorial
Posted in designmeme, web design | 1 Comment »
Wednesday, May 28th, 2003
The accesskey attribute is a useful feature that allows users to navigate websites via the keyboard instead of a mouse. Unfortunately not knowing what accesskeys are associated with each link makes them of limited value. Revealing Accesskey Info is a new article demonstrating how to use the :before and :after pseudo-elements to selectively display the accesskey assignments to modern web browsers.
Tags: design, designmeme, tutorial
Posted in designmeme, web design | No Comments »
Monday, May 26th, 2003
Building on what I thought of on Friday, I’ve created a pull-down menu using only CSS! Once again, this effect won’t work in IE, but should do so in other modern browsers.
Tags: design, designmeme, development, tutorial
Posted in designmeme, web design | 1 Comment »
Friday, May 23rd, 2003
The Search for the Missing Link is a new article demonstrating how to use CSS pseudo-classes to help users find hard to spot links on an otherwise well designed page. This is something I thought of just this morning, and you’ll need to use the newest version of Mozilla (1.3) to get the full effect!
Update:
Thanks to Jeffrey Zeldman for the link and kind words on his website, and thanks to everyone who sent in feedback on browser support. The technique has been confirmed to work in Opera 7, Safari, and Camino.
Tags: design, designmeme, tutorial
Posted in designmeme, web design | No Comments »