Minor CSS Bug Fix - (3$ PayPal)

Discussion in 'CSS' started by hyper, Dec 6, 2009.

  1. #1
    Hello,

    I have a small problem with positioning horizontally the search feature on my website. In Chrome and Mozilla it works perfect, but in IE6 & IE7 it is not aligned as it should.
    IE8 works ok.

    My website is this one.

    To see the errors in IE6 and IE7 load the site with this tool: http://ipinfo.info/netrenderer/index.php

    I need that search feature to be perfectly alligned in IE6 and IE7 just as it is in IE8, Chrome & Firefox.

    Can someone please help? I will pay 3$ for this quick fix.

    Thank you in advance! :eek:
     
    hyper, Dec 6, 2009 IP
  2. jwitt98

    jwitt98 Peon

    Messages:
    145
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It's actually not right in Firefox either, at least not in my browser.

    You appear to have to much right margin on your search form.
    try this:
    In your CCS, change:

    .headerSearch {
    color:#FFFFFF;
    float:right;
    margin:-30px 280px 0 0;

    to:

    .headerSearch {
    color:#FFFFFF;
    float:right;
    margin:-30px 160px 0 0;
     
    jwitt98, Dec 6, 2009 IP
  3. hyper

    hyper Peon

    Messages:
    1,565
    Likes Received:
    214
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I got it fixed with the help of phpLD staff. (thanks to Bruleo)

    Thank you.
     
    hyper, Dec 6, 2009 IP