PC Review


Reply
Thread Tools Rate Thread

adding scrollbar

 
 
=?Utf-8?B?bWFyYw==?=
Guest
Posts: n/a
 
      22nd May 2006
Hey guys!

I'd really appreciate help!
I have a website in which users don't have to scroll downwords. everything
displays on screen up on opening it. my problem is, that i want to add more
text, without having the user to scroll the page, but only scrolling a box
inside a page. I don't want to resize the font or change the layout.
My page is online already. http://www.ezeefilm.com/aboutezee/1.htm . At the
moment I just solved the problem by adding a second page with more text (if
the text didn't fit on one page I just added a Hyperlink "next" to let users
view the remainder of the text.).
I want the green box containg the "about ezee" to have a scrollbar on the
right, possibly in green color.
Is this possible using Frontpage and without any programming skills?

I'd be really greatful for any help what so ever!
Thanks guys
 
Reply With Quote
 
 
 
 
=?Utf-8?B?QU15c3RpY1dlYg==?=
Guest
Posts: n/a
 
      22nd May 2006
You could use a Div to accomplish this.

<div style="overflow:auto; height:250px; width:300px;"> Once content
reaches capacity, it will produce a scroll.

I tend to place mine in a table for positioning purposes. Not necessary,
just my preference. Just change height and width to your liking.

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples



"marc" wrote:

> Hey guys!
>
> I'd really appreciate help!
> I have a website in which users don't have to scroll downwords. everything
> displays on screen up on opening it. my problem is, that i want to add more
> text, without having the user to scroll the page, but only scrolling a box
> inside a page. I don't want to resize the font or change the layout.
> My page is online already. http://www.ezeefilm.com/aboutezee/1.htm . At the
> moment I just solved the problem by adding a second page with more text (if
> the text didn't fit on one page I just added a Hyperlink "next" to let users
> view the remainder of the text.).
> I want the green box containg the "about ezee" to have a scrollbar on the
> right, possibly in green color.
> Is this possible using Frontpage and without any programming skills?
>
> I'd be really greatful for any help what so ever!
> Thanks guys

 
Reply With Quote
 
=?Utf-8?B?bWFyYw==?=
Guest
Posts: n/a
 
      22nd May 2006
hey amystic web!

thanks so much, it really worked. the scrollbar doesn't really fit my design
though, is it possible to change the scrollbar's color? i.e to green?

thanks so much

marc
 
Reply With Quote
 
=?Utf-8?B?QU15c3RpY1dlYg==?=
Guest
Posts: n/a
 
      22nd May 2006

Well, the scrollbar will generally take on the look of the page it is on.
You can change it for the entire page, but I believe this only works in
Internet Explorer.

Example: This one is black and white. Place in the <Head> section. Just
change the hex to match your site.

<style type="text/css">
body {scrollbar-face-color: #000000;
scrollbar-shadow-color: #FFFFFF;
scrollbar-base-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #000000;
scrollbar-arrow-color: #FFFFFF;}
</style>

Now I am CSS challenged, but there may be a way to change the scroll for the
Div via this method.

Mike Smith,

http://FrontPageForms.com
FrontPage Form Tutorials
& Form Script Examples



"marc" wrote:

> hey amystic web!
>
> thanks so much, it really worked. the scrollbar doesn't really fit my design
> though, is it possible to change the scrollbar's color? i.e to green?
>
> thanks so much
>
> marc

 
Reply With Quote
 
=?Utf-8?B?bWFyYw==?=
Guest
Posts: n/a
 
      22nd May 2006
Hey Mike!

Thank you so much for your help!

It all worked out perfectly
marc

"AMysticWeb" wrote:

>
> Well, the scrollbar will generally take on the look of the page it is on.
> You can change it for the entire page, but I believe this only works in
> Internet Explorer.
>
> Example: This one is black and white. Place in the <Head> section. Just
> change the hex to match your site.
>
> <style type="text/css">
> body {scrollbar-face-color: #000000;
> scrollbar-shadow-color: #FFFFFF;
> scrollbar-base-color: #FFFFFF;
> scrollbar-highlight-color: #FFFFFF;
> scrollbar-3dlight-color: #000000;
> scrollbar-darkshadow-color: #000000;
> scrollbar-track-color: #000000;
> scrollbar-arrow-color: #FFFFFF;}
> </style>
>
> Now I am CSS challenged, but there may be a way to change the scroll for the
> Div via this method.
>
> Mike Smith,
>
> http://FrontPageForms.com
> FrontPage Form Tutorials
> & Form Script Examples
>
>
>
> "marc" wrote:
>
> > hey amystic web!
> >
> > thanks so much, it really worked. the scrollbar doesn't really fit my design
> > though, is it possible to change the scrollbar's color? i.e to green?
> >
> > thanks so much
> >
> > marc

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
adding a scrollbar to my text form =?Utf-8?B?c2hlcm9ib3Q=?= Microsoft Word Document Management 4 31st May 2007 09:27 PM
Skinning a scrollbar, adding custom colors papalarge Microsoft VB .NET 3 31st Jan 2007 05:09 PM
adding scrollbar to a form Sam Microsoft VB .NET 2 4th Oct 2005 09:13 AM
adding an horizontal scrollbar to columns Sam Microsoft Excel Misc 1 7th Apr 2005 12:05 AM
Adding a scrollbar in a single cell on worksheet =?Utf-8?B?a2Rjb3gzQGhvdG1haWwuY29t?= Microsoft Excel Programming 2 11th Mar 2005 08:28 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:20 AM.