Skip to main content
August 14, 2009
Question

vertical scrollbars missing in output

  • August 14, 2009
  • 1 reply
  • 1184 views

I have a project upgraded from 7 to 8. Using IE 7.

The initial conversion seemed to be fine.

Now when I create the output, my vertical scrollbars are missing on all the topics.

This is true only in the right pane (not on the TOC). This is true regardless of the skin.

The only clue that I have is that I was trying to add DHTML to a topic when I noticed that the scrollbars disappeared. The system seemed to lose the vertical scroll bars after that.

I am not using the DHTML anywhere in the system now, and the original did not use it, either.

Ideas?

This topic has been closed for replies.

1 reply

Willam van Weelden
Inspiring
August 18, 2009

Hi,

There are two things I can think of:

     - Open your skin in Notepad and look for a code like this:

          <frame name="Topic Pane" frameborder="1" borderspace="1" bordercolor="Gray" marginwidth="-1" marginheight="-1" id="4" />

          If scrolling="no" is added, remove that. Note that this line has two occurences.

     - Add to your stylesheet: html {overflow: auto;}

If this doesn't work, please create a new project and post it with your skin files, so we can have a look.

Greet,

Willam

August 18, 2009

I added the indicated lines--no luck.

Imported all the html files to a brand new project (with the default skin) and still no luck.

Compared obvious default browser settings w/colleague, reset and restarted--no luck.

Is there some setting in RH that I need to look at?

Willam van Weelden
Inspiring
August 18, 2009

No option I can think of...

Can you post an example project so we can see what's going on in your project?

Greet,

Willam