Quote Originally Posted by srturner47 View Post
One more question! I hope you don't mind. I am trying to make the menus appear ok in Internet Explorer. But, I have found that they display below the drop-down menus in IE6. I did a search and found this advice:

Move them out of the way by adding to stylesheet.css:

#sorter select {float:right;clear:both;width:120px;}

#sorter label {float:right;}

This worked great for the "Sort by" selectors. But, it doesn't do anything for the Alpha Sorter Selector which lets you select a letter.

Does anyone have any idea how to do the same thing with the alpha sorter?
Look at the source of the site, and see what selector the alpha sorter is using, then apply the same css to those.