<font face="arial" size="2"><br />&nbsp;&nbsp;&nbsp;After further testing, event bubbling does not seem to be the problem.&nbsp; I've set event.cancelBubble=true for just about every event handler I can think of that might be related to this action (bear in mind that this is on a saved copy of the page, so the URL in this message will not have the changes).&nbsp; Heck, I even added event.returnValue=false just to be sure.<br /><br />&nbsp;&nbsp;&nbsp;One reason why I'm fairly sure this isn't a bubbling issue is because the list event never happens.&nbsp; If it was just a case of multiple elements being hit by the same event, I would think that clicking (or hovering over) the list would register the event with the list, and *then* the event would trigger higher up.&nbsp; As it stands, though, the list remains unchanged after the click.<br /><br />&nbsp;&nbsp;&nbsp;Pretty bizarre stuff; any other ideas?<br /><br />Cheers,<br /><br />Peter<br /><br /></font><font face="Tahoma, Arial, Sans-Serif" size="2"><b>From</b>: Hershel Robinson <a href="mailto:hershelr@netvision.net.il">hershelr@netvision.net.il</a><br /></font><br /> <div><font face="arial" size="2">Thanks, Hershel... I knew I could count on you :-D<span class="082155617"><font face="Verdana" color="#0000ff">&nbsp;</font></span></font></div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font size="2"><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff"></font></span></font></font>&nbsp;</div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font face="arial"><font size="2"><span class="082155617"><font face="Verdana" color="#0000ff">LOL</font>&nbsp;</span><br /><br />Really, the reason I was concerned about OT was because this could turn out to be an HTML/CSS issue.&nbsp; I'm somewhat aware of the fact that ELB does not use select elements in IE :)<span class="082155617"><font face="Verdana" color="#0000ff">&nbsp;</font></span></font></font></div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font face="arial"><font size="2"><span class="082155617"></span></font></font>&nbsp;</div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font face="arial"><font size="2"><span class="082155617"><font face="Verdana" color="#0000ff">Oh. It's hard to know who knows what these days you know. :)</font>&nbsp;</span><br /><br /></font></font><font size="2"><font face="arial"><span class="082155617">&nbsp;&nbsp;Now the fun begins.&nbsp; Pull down the list in the "Tipo" column, or the one next to it; just make sure that the scrollbar is empty below the list you choose.&nbsp; Now hover over one of the first options and notice how when you are in the scrollbar area, the list thinks that the bar is still over it.&nbsp; The item does not change color, and if you click on it in that state, rather than selecting the item, you will scroll the page.<br /></span></font><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff">&nbsp;</font></span></font></font></div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font size="2"><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff">I did not understand the problem until just now actually. What you are saying is&nbsp;that if I open a dropdown</font>&nbsp;<font face="Verdana" color="#0000ff">which has the 'empty' or 'clickable' part of the horizontal scrollbar under it and I then click on that part of the dropdown which is over that part of the scrollbar, the scrollbar is scrolled. I see this problem. Hey, I don't even speak Italian and I see the problem now.</font></span></font></font></div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font size="2"><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff"></font></span></font></font>&nbsp;</div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font size="2"><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff">What appears to be happening is that click event which occurs on the dropdown is being 'bubbled' up to the element 'behind' it on the page. My guess, without examining the code, is that this is the issue. A possible solution would be to stop the click event bubbling after the dropdown handles it.</font></span></font></font></div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font size="2"><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff"></font></span></font></font>&nbsp;</div> <div class="OutlookMessageHeader" dir="ltr" align="left"><font size="2"><font face="arial"><span class="082155617"><font face="Verdana" color="#0000ff">Hershel</font></span></div></font></font>