— This was originally published on www.tjkdesign.com. Visit the original site for updated code and to see a working copy of the script. Thierry has created a Dreamweaver plugin to make this super-easy to add to your site! This is about using a Definition List and the DOM to create a nice FAQ page where […]
Category Archives: Accessibility
Should a web site open pdf files in a new window?
A few years ago, I was visiting some friends in Paris. One is a fairly conservative priest and the other a socialist teacher. I asked them a seemingly innocent question: What’s the deal with Robespierre? Why do people feel so strongly one way or another about him? I had just begun learning about the French […]
Attribute selectors to provide language information
Attribute Selectors for International Web Sites Sébastien Guillon, recently wrote a post about using the CSS2 attribute selector and content rule to let visitors know what to expect when clicking on a link to an international web site. Inspired by his approach, I’ve simplified some of the code and added background images to represent the […]
Z-index conflict with Flash and DHTML widgets
I’m working on a project that has a Flash movie and a DHTML dropdown menu on the same page. Flash movies like to sit on top of the page and the dropdown would slide behind the movie. Since this isn’t what I wanted, I needed to find a way to make the it have a […]