Results 1 to 1 of 1

Thread: Clickable image submit button

  1. #1
    Join Date
    Jul 2010
    Posts
    6
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Clickable image submit button

    Hello everyone,

    I have a problem with submit button. I have succesfully make a search function which I need to hit enter button every time I type into the textfield.

    My question is how to make image clickable so it can submit variable to other page. I'm using template from node33. You can see example here:

    http://smkhutankampong.co.cc/terrafirma/

    You can type into the search box but the submit button is not clickable?
    This the form html code:
    Code:
    			<div id="search">
    				<form method="get" action="">
    					<fieldset>
    						<input type="text" name="query" value="" class="input-text" />
    						<input type="submit" value="Search" class="input-submit" />
    					</fieldset>
    				</form>
    			</div>
    I hope I can get help here. I want to make like facebook clickable image button.

    thank you

    Problem solved. Thanks to this 2 guys from http://codingforums.com/showthread.p...29#post1002929
    Last edited by sg552; 10-11-2010 at 06:52 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •