At 12:37 PM 7/16/2005, Max Timchenko wrote:
  http://www.maxvt.com/test/testcase.html

  The #page div refuses to stick to top of the page, although if I
  place a single character between it and <body> the character sticks
  to the top.

Max,

There's a character immediately after the body tag that's undoubtedly causing the problem:

<BODY dir=rtl>?
        <DIV id=page style="background-color: teal">

My guess is that Mozilla is treating this as white-space but IE is not. Try deleting everything between the body tag and that first div. If that eliminates the problem, try re-inserting the carriage return and tab, being careful not to enter any other characters.

Interestingly, when I look at the page source in Firefox there's no indication that anything's there, but the page source in IE shows a "missing character" glyph (an open box).

Regards,
Paul

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to