Turn off alias auto picker code for Internet Explorer when in HTTPS: mode
Do not try to activate dropdown code if no auto complete items are defined the browser is ie
Make the iframe used to work around ie's select habits 5 pixels larger.
Add a highlight text color, add border color. Change to pfSense color scheme.
Do not use iframe hack on non Microsoft Internet Explorer Browsers
On internet explorer, select objects are window controls and therefore cannot be overlapped by another other items except for an iframe. To make sure our dropdown box shows up correcty, insert a iframe underneath the dropdowns table with a zorder of 1 less. This will cover the select box and make sure the dropdown looks correctly on IE....
Add auto_complete_helper.hs auto complete javascript helper file.