Hello Lindsey,
I want to start by saying great job on your site. For someone who doesn't know .net very well, you are doing a fine job hiding it. Now on to your questions. I am not quite understanding what you are getting at with ordered vs. unordered display, can you iterate please?
On your next question, what color do you want the text for "More Info"? Let me know and I will send one to you for free. I have advanced graphics programs that can whip this out in a nano second for you. I did this for a customer here http://anniversarygiftdesigns.com so take a look and tell me if this is what you are wanting.
I did notice a few issues with your rendering on IE8 emulating IE7 (my browser) The first category you have listed under browse categories is Barbells. However once you hover over it, it looses its align constraint and goes left to cover the arrow beside it. and doesn't return. I didn't bother to look at your source but it appears to be a css class getting parsed incorrectly.
Second is once you go to a category, your site search disappears.
I am not picking on you just letting you know what I see incase it isn't doing that on your browser.
Hi Lindsey,
Sorry I didn't understand you at first....it makes total sense now.
OK first things first. The "<asp: dropdown list>" would need to be replaced with "<asp: Bulletedlist>" Within the minicart.ascx .(see link here: http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.bulletedlist.aspx )However, just replacing the form control type will kick an error as the ID for this form is for "ddlCart" with a population ID of "ProductID". It has been awhile since I have needed to add controls to CataLook so you will need to give me a bit to play with it and assign a new ID for this to work. Once I get it right I will post a copy of what it took.
Where it comes to the more info...no problem. You should be able to go into the itempane.ascx and scan down into the "productslist0" table and look for "Product Information" (I think it was like 8 to 10 lines into the table) It lists an Image to use for the hyperlink. I believe if you remove the image and change the text to "more info" rather then "Product Information" on this tag you will achieve the results you are looking for. If it doesn't work out that way let me know as I have not tested it. Ahh you would also have to change it from an imagehyperlink class to a plain hyperlink class.
Lastly go into the language editor (admin--> languages --> language editor --> local resources --> desktop modules --> CAT_Modules --> App_LocalResources --> shoppingcart.ascx --> scan down and look for the entry "Resource Name: LBLCHECKOUTHINT.Text"
This is the one you want. Once you change it hit the update link at the bottom.