Posts tagged lists:
Order on Demand: How to Use Divisions, IDs and Classes
The Simple Secret to Good Dropdown Navigation
Improve Usability and CTR: Make an Entire List Item Clickable
A Full-Width Centered Navigation Bar
A friend challenged me to develop a simple horizontal navigation bar that could be span the width of the screen but center the navigation area over his content. This is the result of that challenge. […]
On Calendars, Lists, Tables and Semantics
I recently wrote an article on creating a calendar using lists instead of tables. The first thing that I realized as the comments started to roll in was that my tutorial was fundamentally incomplete in a couple of vital ways. I’d covered the “how,” but not the “what” or the “why.” So I’ll cover more of that here. […]
Easy CSS Dropdown Menus
Attractive dropdown menus have long been the realm of Flash developers and advanced JavaScript gurus. But that needn’t be the case. This tutorial will walk you through developing a clean, semantic dropdown menu using XHTML and CSS that works in all modern browsers! […]
Writing CSS Shorthand
Writing Cascading Style Sheets saves you time and bandwidth in the long run by removing all of the presentational elements and attributes from your web pages and moving them into a separate document. But sometimes that CSS document itself can […]