Man do I hate IE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sholander
    New Member
    • Feb 2008
    • 2

    Man do I hate IE

    Working on a webpage (www.sholander. com/la/form.php) for my wedding. I have only 1 style sheet, www.sholander.c om/la/stylework.css. This is the only page in .php. Works great in FF. IE wants everything left justified. I've isolated every element - I just can't figure this one out. Any help.

    I've noted that the fonts are one step larger on this page in IE than on the others - part of the problem?
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Originally posted by sholander
    Working on a webpage (www.sholander. com/la/form.php) for my wedding. I have only 1 style sheet, www.sholander.c om/la/stylework.css. This is the only page in .php. Works great in FF. IE wants everything left justified. I've isolated every element - I just can't figure this one out. Any help.

    I've noted that the fonts are one step larger on this page in IE than on the others - part of the problem?
    This probably has nothing to do with php!
    Check out the html forum.

    But, first of all, you're page doesnt validate

    In IE you NEED a doctype

    That is probably your problem.

    Comment

    • sholander
      New Member
      • Feb 2008
      • 2

      #3
      Originally posted by markusn00b
      This probably has nothing to do with php!
      Check out the html forum.

      But, first of all, you're page doesnt validate

      In IE you NEED a doctype

      That is probably your problem.
      You are awesome. Sorry to waste your time

      Comment

      • Markus
        Recognized Expert Expert
        • Jun 2007
        • 6092

        #4
        Originally posted by sholander
        You are awesome. Sorry to waste your time
        Don't apologise, everyone makes mistakes.

        See you next time!

        Comment

        Working...