I am having trouble figuring out how to postition the search box on a page and make it's positioning relative to the table in which it appears rather than the web page. Otherwise it does not appear in the correct location in anything other than 800x600. The page which is in development can be viewed at - pr.michaelnetherton.com
Here is the css from the stylesheet for the id of search:
Any help will be greatly appreciated.
Thanks.
Here is the css from the stylesheet for the id of search:
Code:
.search
{
FONT-SIZE: 10pt;
Z-INDEX: 5;
LEFT: 670px;
BACKGROUND-IMAGE: url(../layout/searchbkg.gif);
WIDTH: 75pt;
CURSOR: crosshair;
BACKGROUND-REPEAT: no-repeat;
POSITION: absolute;
TOP: 69px;
HEIGHT: 14pt;
BACKGROUND-: fixed
}
Any help will be greatly appreciated.
Thanks.