Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8660013
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T16:08:59+00:00 2026-06-12T16:08:59+00:00

Could anyone show me a code snippet that produces the search box that is

  • 0

Could anyone show me a code snippet that produces the “search box” that is similar to the one in this example: http://www.dx.com?

It surprised me that googling “textfield inside image” only gave me all the results of “image inside textfield”.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T16:09:00+00:00Added an answer on June 12, 2026 at 4:09 pm

    You can’t put inside an image other element, but you can do the following to achieve this effect:

    Use a css as:

    <style>
        .search-container{background:url(your/image/path) no-repeat top left;width:200px;height:50px;}
        .search-container input{width:150px;}
        .search-container button{width:40px;}
    </style>
    

    And html like:

    <html>
        <head></head>
        <body>
            <div class="search-container">
                <input type="text" /> <button>Search</button>
            </div>
        </body>
    </html>
    

    Now, the search-container will be with a background image and inside you can put your search form (input and button).

    if you want the input without the ‘default’ style your can reset with:

    .search-container input{border:none;background:transparent;}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering if anyone could show me how to search this array that
my program makes a random name that could have a-z this code makes a
Could anyone show me some code about the forget password sample? I have no
I need to convert a HashMap<String, Object> to an array; could anyone show me
Could anyone give me some help with this please? The content needs to appear
Could anyone provide me with the pointers to source code for linux commands such
could anyone assist me with this. I need to compare two beefy xml files
I've a requirement to disable edit/create buttons in ListView.Could anyone please show me how
I'm trying to use this code to countdown from 10 seconds, then show a
Basically, for this snippet of code, I would like to get the picture to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.