Forum Moderators: not2easy
CSS
.search{
background-image:url('search2.gif');
border: none;
width: 198px;
height: 35px;
color: #7cb8e6;
font-size: 9pt;
background-repeat:no-repeat;
padding-left:20px;
margin: 0;
}
html
<input type="text" name="search" class="search">
<input type="image" src="go.gif" >
i simply want the image submit button to display next to the input box on the right, i'm not sure why it's not working, any help would be greatly appreciated
thanks!