Hello,
I am trying to emulate the windows file explorer using a combination of html, coldfusion and javascript. I must admit, I have built something very similar, but there is a small bug that I must fix before I continue. I am not using frames, but coldfusion includes into a <table> tag.
The left navigation cell, which is set in a <div> tag that uses its own scroll bar to compensate for overflow, auto scrolls to the selected folder using a <a name></a> tag. However, when the cell on the right is filled with informatin that overflows off the screen (towards the bottom, enabling the vertical scroll bar), and a folder is opened, the link actually pushes the whole window, not just the <div> tag, down to the specific <a name> tag in the navigation cell.
This hides my menu found at the top of the screen. Any ideas on how to make this work without hiding my menu?
I am trying to emulate the windows file explorer using a combination of html, coldfusion and javascript. I must admit, I have built something very similar, but there is a small bug that I must fix before I continue. I am not using frames, but coldfusion includes into a <table> tag.
The left navigation cell, which is set in a <div> tag that uses its own scroll bar to compensate for overflow, auto scrolls to the selected folder using a <a name></a> tag. However, when the cell on the right is filled with informatin that overflows off the screen (towards the bottom, enabling the vertical scroll bar), and a folder is opened, the link actually pushes the whole window, not just the <div> tag, down to the specific <a name> tag in the navigation cell.
This hides my menu found at the top of the screen. Any ideas on how to make this work without hiding my menu?