June 17, 201115 yr Hi, I've been trying to figure out how to make a search box with an icon like on twitter where the search icon is a link. Does it involve using javascript to change the submit button to a link? If someone could help me with this I'd be really greatful.
June 17, 201115 yr Author Yes, javascript is involved here (line #264). Thanks, is it possible to do it without javascript, and if not do you know where I can find a tutorial? I've searched but haven't been able to find much.
June 17, 201115 yr I would try to use simple <input type="image" src="src" width="width" width="width" /> instead.
June 18, 201115 yr Author I would try to use simple <input type="image" src="src" width="width" width="width" /> instead. Thank you so much! If only I knew the solution was so simple, I've been trying to figure it out for weeks!
Create an account or sign in to comment