browser displaying problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sosoro
    New Member
    • Mar 2008
    • 4

    browser displaying problem

    Hello!

    Please ceck: http://htlounge.net/testing

    Near to logo is a adsense banner.. 468x60.

    In IE and Opera is displaying ok! But in Firefox not.. It is a white space!


    What is the problem?

    Thank you!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    Your doctype is incorrect and throws IE and Opera into quirks mode. I don't know why you are using transitional but here is the proper one:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

    Comment

    • sosoro
      New Member
      • Mar 2008
      • 4

      #3
      Still i've got the problem!

      Comment

      • drhowarddrfine
        Recognized Expert Expert
        • Sep 2006
        • 7434

        #4
        You didn't fix the doctype! Then, validate your html for the current list of 459 html errors.

        Comment

        Working...