Well, i circled back around to try this again. In the page source, the search box is in the midst of this section:
Code:
<!-- Header -->
<td id="header" colspan="3">
<table id="logoarea" cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td valign="bottom" class="search-box" align="right"><div class="searchbox">
<form method="get" class="searchform" action="http://www.valdosta.edu/~foguz/group7/">
<div class="searchbox-form">
<input type="text" class="text inputblur" onfocus="this.value=''"
value="Search Site" onblur="this.value='Search Site'" name="s" />
</div>
</form>
In CSS Inserts, I put:
Code:
div#searchform {
margin-top: -50px;
margin-left: 200px;
z-index: 10;
}
Search box stubbornly stays put. You can see the site
here
Thanks