Jump to content

just small problem with cursor line in search bar....


Recommended Posts

IE7 is a bit outdated browser from 2006...

if you want to fix this, you have to create separate styles for ie7, for example:

<!--[if IE]>
<style>
    .actual-form table {
         width: 100%;
    }
</style>
<![endif]-->

define there separate styles for your search field 

it's non default theme so i have no idea what you have to use to fix this, but you should try to deal with "padding-top" or "margin-top" params

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...