I have a dropdown menu that\'s towards the top of the page for most screen sizes, but on smaller screens, such as a laptop, the menu is in the middle of the screen, and beca
As it's an element left to the browser to render, no, it's not possible (at least not as far as standards are concerned).
Your best option is to use an HTML substitute for the dropdown menu - this can be achieved with CSS and Javascript, though multiple javascript/jQuery libraries alread exist to perform this task.