TipRadar.com - Forums and community

Full Version: Create a Beautiful Dropdown Blogroll Without JavaScript
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How to Create a Beautiful Dropdown Blogroll Without JavaScript?

Quote:Dropdown menus are a great way of including a long list of links without cluttering up your page. The issue though is that they can be hard to style, but look quite ugly if you don’t. There isn’t a lot of flexibility with HTML’s <select> tags.

Well, why not do it with plain HTML instead?

In this post, I’m going to walk you through how I’ve set up the blogroll in our upcoming redesign. Load up the example page to see how our final product will look.

By using CSS only, you avoid slowing down your page while visitor’s download an extra script. On top of that, you don’t need to worry about user’s having JavaScript disabled.

The only caveat is that this method won’t work on IE6 (At least, not without doing some tweaking specifically for IE6 users). But as you’ll see at the end, this could be much more accessible than if you used JavaScript.

Thanks to Michael Martin for given us this informative article.
For more details then please go to this Guests cannot see links. Registration or Login is required.
.

Cheers cheers
Thanks Vaib this is a very good share.
Very good for devs also
good share...very informative Cool
thanks
Reference URL's