Horizontal CSS Dropdown Menus

CSS Newbie reader Andrea Pluhar wrote in with an interesting problem: she wanted to use a CSS dropdown menu on a website that she was building, but the design called for the submenu to be arranged horizontally. She wondered if there was a way to accomplish this effect using CSS. It turns out that there is. […]

Read Article

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! […]

Read Article

7 Tips for Replacing the Font Tag

So let’s say – hypothetically – that you’ve decided to take the plunge and replace all of the font tags in your website with semantic code and CSS. Hypothetical congratulations! You’re one step closer to web nirvana. Or perhaps you’ve […]

Read Article

Show/Hide Content with CSS and JavaScript

There are plenty of reasons why you might feel the urge to wax verbose on your website’s front page: to prevent your users from having to click through to a new page to find your information, to avoid having to reload the page, or even to improve your front page’s SEO. But just because your front page is text-heavy doesn’t mean it all needs to be visible at once. […]

Read Article