Skip to main content
Participant
November 12, 2008
Question

cfwindow, cflayout tabs, scrolling and IE

  • November 12, 2008
  • 1 reply
  • 536 views
I am having problems using tabs inside of a cfwindow. If the window is resizeable and scrollbars appear, the tabs do not scroll with the rest of the window.

I found this same problem listed in a "Known issues" (70056) pdf file. Their solution was to remove the doctype from the page that calls the window. This solution worked fine, the tabs scrolled along with the rest of the window content, but an obvious side effect was that the rest of my styles were completely messed up.

Does anyone have a way to get around this problem without destroying the rest of my css styles?
    This topic has been closed for replies.

    1 reply

    Participant
    November 12, 2008
    Please disregard the table around the layout area. I was trying different solutions and forgot to remove before I posted