[jQuery] Autocomplete -- creating hyperlinks and getting rid of horizontal scrollbar

[jQuery] Autocomplete -- creating hyperlinks and getting rid of horizontal scrollbar


Hi all,
I'm new at this so forgive me any errors!
I'm using the the Jquery Autocomplete found at:
http://bassistance.de/jquery-plugins/jquery-plugin-autocomplete/ and
I'm having a couple of problems with it.
First of all when the results require a scrollbar I can't seem to get
rid of the horizontal scrollbar on IE6 although Firefox doesn't
display one. It's probably something simple I've missed, but I've
googled for hours with no success.
The second problem is a bit trickier. I'm using it autocomplete to
query a staff directory and so when the results are suggested, a
result will be an existing page. Is there any way that I can make the
suggestions into hyperlinks so that users can go *directly* to that
page rather than have to go through the search first? I could always
modify the search engine so that if there is only one result it would
go directly to that, but I'd prefer not to as it's a lot work.
Any suggestions to solve either problem greatly appreciated.