Hey all,
I encountered an issue while implementing searchanise for a client’s shop with the Ultimo theme and I figured I’d share it as Ultimo is quite a popular theme.
Basically what happened was that the drop down suggest appeared with a transparent background, making search result undistinguishable. I mucked about turning things on and off to find the culprit. It turned out to be the styles-ie.css that broke the layout and I did try to wipe the css file clean but it still broke things so I removed it from the layout and moved it’s css declarations to the styles-ie8.css file and after that it works. I’m not sure I can say exactly why so any informed guess is welcome 🙂
from local.xml
skin_css css/styles-ie8.css lte IE 8 Cheerio,
Peter