|
-
Apr 21st, 2006, 11:06 AM
#1
Thread Starter
Frenzied Member
WebPages: How To: Create page with NO scroll bars. [DEAD ISSUE]
Esteemed Forum Participants and Lurkers:
===============================
Windows 2000 Professional
Does anyone have any ideas as to how I can create Web (IntRAnet) pages without any scroll bars where the page is always larger than the window. We want to use links to anchors to browse the page instead of scroll bars. We want to keep all of the information on one page to simplify the maintenance of the information, so we don't want to create a separate page for each link. Incidentally, we use Serena Collage (no comment) for creating and publishing pages.
Last edited by Webtest; Apr 24th, 2006 at 07:28 AM.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Apr 21st, 2006, 12:39 PM
#2
Re: WebPages: How To: Create page with NO scroll bars.
Huh? If you don't want scroll bars, make your page small enough to fit in the browser window. Use percentages to dynamically scale everything.
I don't know if you can't make a page that's larger (width or height wise) than the browser and not have scroll bars show up.
Besides, this is the wrong forum for this anyway
-
Apr 21st, 2006, 12:46 PM
#3
Re: WebPages: How To: Create page with NO scroll bars.
That would mean controling the behavior of the browser.... not something easily done from the webpage.
-tg
-
Apr 21st, 2006, 01:05 PM
#4
Thread Starter
Frenzied Member
Re: WebPages: How To: Create page with NO scroll bars.
 Originally Posted by kasracer
Huh? If you don't want scroll bars, make your page small enough to fit in the browser window. Use percentages to dynamically scale everything.
I don't know if you can't make a page that's larger (width or height wise) than the browser and not have scroll bars show up.
Besides, this is the wrong forum for this anyway
I looked through the entire list of VBWire forums and guessed this one. Could you suggest a better place?
We want to force navigation through links and anchors if possible, and the page is intentionally too large for the 'average' window. If we limit the amount of information visible, we have found that it cuts down on the user 'confusion factor'. We just don't want to maintain multiple pages.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Apr 21st, 2006, 01:45 PM
#5
Re: WebPages: How To: Create page with NO scroll bars.
 Originally Posted by Webtest
I looked through the entire list of VBWire forums and guessed this one. Could you suggest a better place?
We want to force navigation through links and anchors if possible, and the page is intentionally too large for the 'average' window. If we limit the amount of information visible, we have found that it cuts down on the user 'confusion factor'. We just don't want to maintain multiple pages.
What he meant to say is “you should have posted in the HTML, XML, JavaScript forum”
Anyway, you can do this using Frame sets
"I'm not normally a praying man, but if you're up there, save me... Superman!" - Homer Simpson
My Blog
-
Apr 21st, 2006, 01:47 PM
#6
Re: WebPages: How To: Create page with NO scroll bars.
When he mentioned "forums" he meant there's Web Develolpment specific forum on this site....
I still stand by my assertion that what you are asking to do is change the behavior of the browser, which simply cannot be done from the webpage.... unless you want to roll out your own browser.. but I don't know if that'll fly either...
-tg
-
Apr 21st, 2006, 01:59 PM
#7
Thread Starter
Frenzied Member
Re: WebPages: How To: Create page with NO scroll bars.
Thanks Techgnome ... I think I've convinced the instigator of this idea to abandon it. We are definitely NOT rolling our own browser! That is so far beyond our capabilities as to be laughable.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Apr 21st, 2006, 02:01 PM
#8
Re: WebPages: How To: Create page with NO scroll bars.
I can move the thread but it depends on what your using Art. basic html, asp, asp.net, etc.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Apr 24th, 2006, 07:27 AM
#9
Thread Starter
Frenzied Member
Re: WebPages: How To: Create page with NO scroll bars.
Thanks RobDog, but it is a dead issue now. I'll just mark this thread 'resolved'.
We create pages in Serena Collage (no comment) and we only have limited access to some HTML code inside the secured XML page masters.
Blessings in abundance,
All the Best,
& ENJOY!
Art . . . . Carlisle, PA . . USA
-
Apr 25th, 2006, 10:37 AM
#10
Re: WebPages: How To: Create page with NO scroll bars. [DEAD ISSUE]
Use the overflow property in your CSS stylesheet.
Code:
html, body {
overflow: hidden;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|