Help Needed. PHP Error.

Discussion in 'PHP' started by tillson206, Mar 24, 2009.

  1. #1
    Hi,

    Please visit the link in my signature.

    The fault only occurs if you use Internet Explorer. If you view a post you will see that the right hand menu with the Bet365 logo on disappears to the bottom of the page.

    I believe that this is a PHP error.

    The has been created using Word Press. If anyone can help please advise.

    Many thanks

    James
     
    tillson206, Mar 24, 2009 IP
  2. javaongsan

    javaongsan Well-Known Member

    Messages:
    1,054
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    128
    #2
    your theme are not optimize for IE try another theme or increase the width.
     
    javaongsan, Mar 24, 2009 IP
  3. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #3
    Yep, it's the theme you are using - this has nothing to do with PHP. Fix the CSS.
     
    PoPSiCLe, Mar 24, 2009 IP
  4. tmsfactory.com

    tmsfactory.com Banned

    Messages:
    290
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Its a browser compliance problem and nothing to do with php
    how to fix this?

    go find your CSS and look for a IE CSS hAck tool
     
    tmsfactory.com, Mar 24, 2009 IP
  5. SEOBusiness

    SEOBusiness Well-Known Member

    Messages:
    3,046
    Likes Received:
    36
    Best Answers:
    0
    Trophy Points:
    185
    #5
    It is not a problem about php,it is a problem about CSS.
     
    SEOBusiness, Mar 24, 2009 IP
  6. SmallPotatoes

    SmallPotatoes Peon

    Messages:
    1,321
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Just for future reference, if you have a problem that only occurs in one browser, it is exceedingly rare for it to have anything to do with PHP. Most likely Javascript, CSS, or HTML.
     
    SmallPotatoes, Mar 24, 2009 IP
  7. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Or use IE7 css patch.
     
    jazzcho, Mar 27, 2009 IP
  8. bhagwant.banger

    bhagwant.banger Active Member

    Messages:
    99
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    60
    #8
    first of all change this
    .singlesidebar {
    FLOAT: right; MARGIN: 20px 0px 0px; WIDTH: 200px
    }

    to

    .singlesidebar {
    FLOAT: left; MARGIN: 20px 0px 0px; WIDTH: 200px
    }

    then fix the widths in your css

    try and revery
     
    bhagwant.banger, Mar 27, 2009 IP