Hello,
I'm trying to align my search form in both firefox and safari, and it seems impossible. So I need help. Here is the code:
<style>
#searchsubmit {
background: #fff;
height: 37px;
color: #808080;
border: thin solid #ccc;
}
#s{
height: 37px;
}
</style>
<form action="">
<form method="post">
<input type="text" class="text" onfocus="this.value=''; this.onfocus=null;" name="jobnumber" value=" email or job #" maxlength="30" name="s" id="s" />
<form method="post" class="submit" action="getjobnumber.php">
<input type="submit" name="submit" id="searchsubmit" value="go" />
</form>
It's fairly simple. But I just doesn't seem to align in both browsers...
Thanks for any help,
Lauren Young