Re: Need some help. Putting the search box at the top.
What I am looking to do is move the search box to just below my header
Right before the word home here:
Open your stylesheet.css file and change..
Code:
#navMainSearch {
float: right;
}
to...
Code:
#navMainSearch {
position: relative;
top: -35px;
left: 670px;
}
Of course you have to play with the top and left numbers until it moves where you need it. This is how mine is placed and it works with IE and firefox.
Dave
Always forward thinking... Lost my mind!