Problem Browsing with Internet Explorer

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Yaron Cohen
    New Member
    • Nov 2012
    • 9

    Problem Browsing with Internet Explorer

    Hi
    I have Beta 19 installed and i'm experiencing problem browsing the site with IE .

    When i browse with IE the site looks completely different than with Google Chrome.(backgroung colors , images etc.)

    Can anyone log into www.medterrain.com with IE and Chrome and try to tell what cause such a problem ?

    Thanks A lot
  • Mark.B
    vBulletin Support
    • Feb 2004
    • 24288
    • 6.0.X

    #2
    Looks the same for me in all browsers, including IE8 and IE9, though I can't actually see any forums.
    MARK.B
    vBulletin Support
    ------------
    My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
    My Unofficial vBulletin Cloud Demo: https://www.adminammo.com

    Comment

    • Yaron Cohen
      New Member
      • Nov 2012
      • 9

      #3
      Hi Mark
      With chrome you should see three small images under the main picture
      Also the backgroung color of the header logo and the rest should be the same in chrome but different in ie
      Thanks

      Comment

      • Zachery
        Former vBulletin Support
        • Jul 2002
        • 59097

        #4
        What version of IE?

        Comment

        • Yaron Cohen
          New Member
          • Nov 2012
          • 9

          #5
          8.0.6

          - - - Updated - - -

          Fixed it
          probably different behavior in chrome comparing to IE
          the old code was:
          <!DOCTYPE html>
          <html>
          <center>
          <body>


          <table border="0">
          <tr>
          <a href="http://www.medterrain.com/forum/urbie">
          <img src="http://www.medterrain.com/images/4epic/4epic_home.png">
          </a>
          </tr>


          <tr>
          <a href="http://www.medterrain.com/forum/4epic">
          <img src="http://www.medterrain.com/images/urbie/urbie_home.png">
          </a>
          </tr>


          <tr>
          <a href="http://www.medterrain.com/forum/single-speed-israel">
          <img src="http://www.medterrain.com/images/single/single_home.png">
          </a>
          </tr>




          </table>






          </body>
          </center>
          </html>

          i changed the html to be

          <!DOCTYPE html>
          <html>
          <center>
          <body>


          <table border="0">
          <tr>
          <td>
          <a href="http://www.medterrain.com/forum/urbie">
          <img src="http://www.medterrain.com/images/4epic/4epic_home.png">
          </a>
          </td>


          <td>
          <a href="http://www.medterrain.com/forum/4epic">
          <img src="http://www.medterrain.com/images/urbie/urbie_home.png">
          </a>
          </td>


          <td>
          <a href="http://www.medterrain.com/forum/single-speed-israel">
          <img src="http://www.medterrain.com/images/single/single_home.png">
          </a>
          </td>
          </tr>




          </table>






          </body>
          </center>
          </html>

          thanks !

          Comment

          widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
          Working...