Hi Guys
Recently I found a great bit of javascript code that can make submissions to your web directories much nicer experience, especially when it comes to this long list category selection.
It was quite easy fix. I added Javascript in the head section
Code:
<head>
<link type="text/css" rel="stylesheet" href="UI_blue/DroplistFilter.css" />
<script type="text/javascript" src="DroplistFilter.js"></script>
</head>
and then added this script just after dropdown list:
Code:
<script type="text/javascript">
addDroplistFilter("name_of_dropdownlist");
</script>
Works like a charm....
Read more
http://nihilex.com/droplist-filter