Skip to main content
Participant
April 24, 2006
Answered

page content obscuring debug information

  • April 24, 2006
  • 2 replies
  • 245 views
i have a page where it's not possible to read the debug information, as it's obscured by the non-debug content. the debug content is in the page source, and is even partially visible.

i'm using MX7 and IIS. the behaviour is the same in both mozilla and IE. the only unusual factor (unusual on my system, anyway) is that the page is constructed mainly using CSS.

is this a well-known phenomenon? if there's some way to avoid it, i'd be very pleased to hear about it!
    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer sadara
    if i replace absolute postioning with relative positioning, then i don't have this problem. sort of makes sense, i suppose.

    but the page looks revolting!

    2 replies

    sadaraAuthorCorrect answer
    Participant
    April 24, 2006
    if i replace absolute postioning with relative positioning, then i don't have this problem. sort of makes sense, i suppose.

    but the page looks revolting!
    April 24, 2006
    This has happened to me, and I also think it may have something to do with CSS. For debugging purposes, I commented out the LINK statement that reads the CSS, did my debugging and reinserted the LINK. This may or may not work in your case, but its worth a try.