Contest Quick $5 to whoever can fix browser compatibility issue on page

Discussion in 'Design Contests' started by Xactor201, Jul 17, 2010.

  1. #1
    http://israport.org - shows up absolutely fine in FireFox, Chrome.

    In some IE browsers it is screwed up.

    I won't give away FTP login, but the first person who can find out the solution and a fix based on viewing the source of the page and the CSS file will get $5.

    Thanks.
     
    Xactor201, Jul 17, 2010 IP
  2. EvanP

    EvanP Banned

    Messages:
    1,731
    Likes Received:
    17
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    PM me the source code and i'll check it out.

    Cheers.
     
    EvanP, Jul 17, 2010 IP
  3. imdoggz

    imdoggz Well-Known Member

    Messages:
    743
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    yeah i can fixed that.. it on the css code..
    there are codes which needs to somekind rephrase.. i can fixed this.. pm me the access..
     
    imdoggz, Jul 17, 2010 IP
  4. imdoggz

    imdoggz Well-Known Member

    Messages:
    743
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    Replace your styles css code with this..

    .wpcf7-display-none{
      display: none;
    }
    
    div.wpcf7{
      margin: 0;
      padding: 0;
    }
    
    div.wpcf7-mail-sent-ng{
      border: 2px solid #ff0000;
    }
    
    div.wpcf7-mail-sent-ok{
      border: 2px solid #398f14;
    }
    
    div.wpcf7-response-output{
      margin: 2em 0.5em 1em;
      padding: 0.2em 1em;
    }
    
    div.wpcf7-spam-blocked{
      border: 2px solid #ffa500;
    }
    
    div.wpcf7-validation-errors{
      border: 2px solid #f7e700;
    }
    
    img.ajax-loader{
      border: none;
      vertical-align: middle;
    }
    
    span.wpcf7-form-control-wrap{
      position: relative;
    }
    
    span.wpcf7-list-item{
      margin-left: 0.5em;
    }
    
    span.wpcf7-not-valid-tip{
      background: #fff;
      border: 1px solid #ff0000;
      font-size: 10pt;
      left: auto;
      padding: 2px;
      position: fixed;
      top: auto;
      width: 280px;
      z-index: auto;
    }
    
    span.wpcf7-not-valid-tip-no-ajax{
      color: #f00;
      display: block;
      font-size: 10pt;
    }
    Code (markup):
     
    imdoggz, Jul 17, 2010 IP
  5. Xactor201

    Xactor201 Peon

    Messages:
    222
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    ASKAG ill see if it works.

    if anyone else wants to give it a try feel free.

    whoever gets it working will get the $5
     
    Xactor201, Jul 18, 2010 IP
  6. TI2UE

    TI2UE Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    What ASKAG suggested is unrelated, it has something to do with the inline CSS I think, but I'm not sure
     
    TI2UE, Jul 19, 2010 IP
  7. imdoggz

    imdoggz Well-Known Member

    Messages:
    743
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    ow.. if you just savepage that.. look for the css.. and put into a rapidcss softeware.. you will notice it is not applicable in certain ie browser versions.. also.. after you save page it.. and look at it on ie, then after try to put my codes on css so that you will see the changes.. css codes comes to have more problem on the stableness on every browser
     
    imdoggz, Jul 19, 2010 IP