I have a question about divs and frames. When you have a dropdown list inside a frame, and you press the dropdown, the dropdown will be shown outside your frame. I have an alter
Is there a way, when you press the alternative dropdown, that the div will be shown on top of the frame?
No. Select elements are native UI controls. Div elements are just part of the page.
The closest you could come would be to have a duplicate div in the framed page and line them up very very carefully. (That way lies madness).