If I restrict the size of a select box to, say, 100px and then float it right - when you click on it firefox will expand the options list (to the longest option) - which is expected - but it expands off the right hand side of the screen. Is there a way to stop this - ie make the option list pop out to the left instead (as it does in Safari)? I realise IE will just restrict the size of the options to the size of the select box - this is not an issue.
Sample HTML: ----------------- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">