Hi Folks,
Hopefully this is a known issue or something but I have my clients store configured and populated with data, everything seems great but for the life of me I cannot get the Sort by and Select Manufacturer dropdowns to work! It seems to be a CSS issue as the div orderlist has a property of display:none; but I'll be damned if I can get the hover states to work!
I can't see any conflicts with other items in Firebug, has anyone else got any ideas?
Hope someone can help. Heres the preview addie.
http://e-commercesite.co.uk/cuddle/index.php/dogs/view/category/virtuemart_category_id/1/order/DESC
Hah! fixed it! Added the following line to my css file.
.orderlistcontainer:hover .orderlist {display:block;}
:)