A VERY strange situation!!

Discussion in 'HTML & Website Design' started by sterex, Dec 3, 2009.

  1. #1
    I was looking at a design created by a colleague and something happened that threw me over! The website works in every other browser (Chrome, IE, Opera) but is BROKEN in Firefox (Shiretoko FFx64 v3.5)!

    Here is the website: http://www.technosoftconsultants.com/

    I'm thinking its a javascript issue.
    Can someone verify the situation and decipher why this is so?
    Also can somebody please check if it works on a 32bit Firefox?

    Regards,
    Manoj Sterex
     
    sterex, Dec 3, 2009 IP
  2. jwitt98

    jwitt98 Peon

    Messages:
    145
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Take a look at the source code in Firefox (view > Page Source) and you will see that the first part of your <body> section is commented out. In other words, Firefox is treating your <body>, and first couple <div> tags as html comments. It must have to do with that mess that is commented out in the head section.

    Instead of closing your last comment like this --------->
    try closing it with just this -->
     
    jwitt98, Dec 3, 2009 IP
  3. sterex

    sterex Peon

    Messages:
    45
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hmm.. I'll check that.. The code needs cleaning very badly though..

    Thanks.
     
    sterex, Dec 3, 2009 IP
  4. desperateboy

    desperateboy Peon

    Messages:
    610
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ya browser compatibility problem. Check your code in html valdator or check your css in validation tool
     
    desperateboy, Dec 3, 2009 IP
  5. same

    same Greenhorn

    Messages:
    66
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #5
    Its a browser compability issue and it happens many times like you are using IE and if you add some code
    like Ajax or other one it looks as u want in IE.

    But when it comes to Other Browser it differs so i think you have to think that otherwise you have to
    give the validation that the site will opens only on the IE and Google crome and if not then give them

    popup message that browser is not suitable for the site so please change it.
     
    same, Dec 3, 2009 IP