Browser compatibility...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • aurora
    New Member
    • Sep 2006
    • 2

    Browser compatibility...

    Hi, I'm being driven insane...

    I'm trying to place an image in an exact place using CSS. The problem is in the browser combatibility. If I get it exactly right in IE, it's a few pixels off in Mozilla, and visa versa...

    I could fix this using PHP, by my server doesn't allow the use of PHP, is there any other way to have IE read one thing, and Mozilla read another?

    Please, ANY thoughts would be greatly appreciated!

    xXx
    'Rora
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Do you have a valid DOCTYPE at the top of your HTML file?

    Comment

    • aurora
      New Member
      • Sep 2006
      • 2

      #3
      Yip. At least, I have this:

      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

      Comment

      • jmcpa
        New Member
        • Sep 2006
        • 5

        #4
        Did you ever find out how to do this? I am having the same problem. I posted a question today.

        Comment

        • drhowarddrfine
          Recognized Expert Expert
          • Sep 2006
          • 7434

          #5
          That doctype is incomplete and no new pages should use a transitional doctype. Without complete code or a link, it's difficult to give help.

          Comment

          Working...