how do you enter a scroll bar into a cell with FrontPage

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to create a cell with a scroll bar in it using FrontPage 2003.
I'd like the vistors to be just able to scroll through a news area that I put
text into...Any Help.
 
There's not a great way to do this with just table cells.

1. You could put an IFrame into the cell, and load your news content into
the IFrame. IFrames have all the same problems that ordinary frames do,
with the added bonus of browser compatability (Netscape4x doesn't support
them).
2. You could put a div into the cell, and use CSS to set the overflow style
to 'scroll'. Again, browser compatability is your bugaboo here too.

The very best way to do it is to use dHTML to create a scrolling area on the
page. There may be an extension available for FP that does this.

Start by checking here -

http://www.frontpagewizard.com/frontpage_add_ins.asp
 
Check out frontlook.com they have some applet applications that will
aoutomatically scroll the information for you. You can even add pictures with
text. I've used them before and like the way they work.
 
Except "applets" require Java Virtual Machine, and new computers do not come with it installed.
It must be downloaded from Sun Java and installed by the user.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
And they are heavy, and not necessarily relliable cross-browser, and
inaccessable, and....
 
Yep.

Merry Christmas Murray.
Or whatever greeting is appropriate.

;-)


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
Thanks, Steve - you too....

--
Murray

Steve Easton said:
Yep.

Merry Christmas Murray.
Or whatever greeting is appropriate.

;-)


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
.......................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top