hey just a quick question. looking through the webdeveloper extension for firefox i could find the style for the autocomplete box that pops up when you type in a re-occuring word in the search box. but i can’t seem to find the style in any of the css files to edit?
boxes.css has search-autocomplete class but not the id.
fixed the problem, in form.mini.phtml just add “style="position: relative;” to overide the “position: absolute;” (this was causing a fixed spot for the results in IE7