kevinwilson
Technical User
Hello,
I have a web page (index.asp) that consists of 4 frames pages; top_banner.asp, leftFrame.asp, mainFrame.asp, and rightFrame.asp. I want "index.asp" to display a single scroll bar for the entire page, I do not want the individual pages to display their scroll bars.
The following disables scroll bars for the respective pages but how do I add the single scroll bar to the "index.asp"?
top_banner.asp; scrolling="no"
leftFrame.asp; scrolling="no"
rightFrame.asp; scrolling="no"
mainFrame.asp; scrolling="no"
Is there a way to override IE scroll bars and insert a custom sroll bar? And if so, can anyone provide me with the code?
Many mahalo's
Kevin
I have a web page (index.asp) that consists of 4 frames pages; top_banner.asp, leftFrame.asp, mainFrame.asp, and rightFrame.asp. I want "index.asp" to display a single scroll bar for the entire page, I do not want the individual pages to display their scroll bars.
The following disables scroll bars for the respective pages but how do I add the single scroll bar to the "index.asp"?
top_banner.asp; scrolling="no"
leftFrame.asp; scrolling="no"
rightFrame.asp; scrolling="no"
mainFrame.asp; scrolling="no"
Is there a way to override IE scroll bars and insert a custom sroll bar? And if so, can anyone provide me with the code?
Many mahalo's
Kevin