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 8017243
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T20:47:15+00:00 2026-06-04T20:47:15+00:00

Using IE 8, my search form is not displayed correctly. The input field is

  • 0

Using IE 8, my search form is not displayed correctly. The input field is too low. In Firefox, Chrome and Safari, everything is okay.

Search Form in IE 8

Search Form in Chromium

This is my HTML:

<form class="search" role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">
<input type="text" placeholder="Suchen..." name="s" id="s" />
<input type="submit" id="searchsubmit" value="Start" />
</form>

This is my CSS:

.search {
background: #F3F4F3;
padding: 10px;
width: auto;
color: #666;
font-size: 11px;
line-height: 1.3em;
padding-top: 10px;
margin-bottom: 20px;
margin-top: 0px;

}

input {
color:#fff;
border:1px solid #B3B5B3;
background:transparent;
outline:none;
height:21px;
padding:0;
margin: 0;
padding: 0px 8px;
font-family: $std-sans-font;

}

input[type="text"] {
color: #515b57;

}

:-moz-placeholder {
color:#515b57;

}

::-webkit-input-placeholder {
color:#515b57;

}

input:focus {
font-style: normal;
@include single-box-shadow(rgba(255,255,255,0.5), 0px, 0px, 6px);

}

form {
display:inline-block;

}

input[type="submit"] {
background:#B3B5B3;
height:23px;
border:0;
&:hover, &:focus {
    @include single-box-shadow(rgba(255,255,255,0.5), 0px, 0px, 6px);
}

}

Maybe, there is a problem with the padding?

  • 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-04T20:47:18+00:00Added an answer on June 4, 2026 at 8:47 pm

    You just missing float property so edit your css with this bellow

    input[type="text"] {
       color: #515b57;
       margin-right: 2px;
       float: left;
    }
    
    input[type="submit"] {
    background:#B3B5B3;
    height:23px;
    float: left;
    &:hover, &:focus {
        @include single-box-shadow(rgba(255,255,255,0.5), 0px, 0px, 6px);
    }​
    
    input::-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }
    

    And it should work. See it on jsfiddle.
    input::-moz-focus-inner correct text-align in input.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I'm using this HTML form for a simple search field <form action =
Here is my code i am using for custom search, <div id=cse-search-form style=width: 100%;>Loading</div>
(Using MySQL and PHP) I have a search form that will allow my users
I am using jQuery's auto-complete plugin for a simple search form. I am having
I have a class project where I am using a VB.Net form to search
I'm using the following form as part of an Advanced Search page on my
I am using a customised version of search-theme-form.tpl When I use the search box,
I am working with a search form that using the jqTransform jquery plugin. Its
I'm styling a form, using an input where type=image. It renders fine in FF,
I'm using Freebase Suggest, a JQuery search form: <script type=text/javascript> $(function() { $(#game-search).suggest({type:'/games/game'}).bind(fb-select, function(e,

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.