Hi, I'm using prototype 1.6 and scriptaculous 1.8.2 on top of my Ruby on Rails app. I'm using Autocompleter.local and it works great for Firefox 3.0.12 but when I use IE8 to see it, the suggestion box is out of place. See screenshot links below
IE8 (broken) http://tinypic.com/r/11t51tz/3 ff3 (works) http://tinypic.com/r/2epn3wm/3 Have you seen this before? The CSS are as follows: div.auto_complete { margin:0px; padding:0px; width:350px !important ; background:#fff; border:1px solid #888; position:absolute; } div.auto_complete ul { margin:0px; padding:0px; list-style-type:none; } div.auto_complete ul li.selected { background-color:#ffb; } div.auto_complete ul li { margin:0; padding:2px; height:32px; display:block; list-style-type:none; cursor:pointer; } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
