The "bolding" is done by adding a <strong> element around the matching characters. That is styled by default as "bold", though you may have to do that explicitly depending on your stylesheet.
Jörn On Thu, Oct 16, 2008 at 12:05 PM, Dan Petitt <[EMAIL PROTECTED]> wrote: > Hi all, I have plugged in autocomplete which is cool and works fine but I > have noticed that on Firefox 3, Chrome or Safari, the found characters are > not being 'bolded' in the dropdown list. It works fine on IE, and the demos > work fine on both browsers (for example in the bird demo, typing 'f' will > embolden all the letter f's on each row found) > > > > I have copied the .css file verbatim but I couldnt see any styles in there > that indicates bold for character matches anyway. > > > > Can anyone give any advice, thanks in advance > > Dan