Everything I position today seems wrong...
Now, I can't get my search box to position quite right. When I resize the browser window, the search box moves and when it hits the menu text, falls down onto a new line.
Any help appreciated
Everything I position today seems wrong...
Now, I can't get my search box to position quite right. When I resize the browser window, the search box moves and when it hits the menu text, falls down onto a new line.
Any help appreciated
Try adding a min-width to #header and #page. What you're describing is standard behaviour for floated elements when the viewport becomes too small to allow them to float right (or left). The only way to avoid this is to specify a minimum width on the page wrapper elements - thus forcing a horizontal scrollbar in smaller screens.
Sorted! Thanks
This topic has been closed to new replies.