I have a peculiar problem that I have verified in IE and Firefox and can not find a solution on WebmasterWorld.
I have a custon perl script that uses a HTML text box and submit button ("a form") on the left side of my home page where the basic navigation menu for the page/site is located.
When the page loads, its bottom edge is locked by the text box to the bottom of my screen; the result is that the top of the page (what I call the masthead) is cut in half.
Inside the text box, the cursor is blinking indicating that some input is being requested.
In order to see the entire masthead, I need to use my mouse on the right scroll bar to move the page upward.
I have a hyperlink at the bottom of the home page called "Top of Page". When I click on the link the page redisplays with the bottom of the text box again anchoring the base of the webpage, replicating the cutoff of the masthead.
The HTML code validates on W3.
I can eliminate the problem by moving my search box code higher in the left hand menu pane, but I do not like the look of the menu with this change.
The home page is an old design using tables with some updates using CSS (CSS validates).