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

S

sam14651

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.
 
M

Murray

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
 
L

laddy1

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.
 
S

Steve Easton

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
 
M

Murray

And they are heavy, and not necessarily relliable cross-browser, and
inaccessable, and....
 
S

Steve Easton

Yep.

Merry Christmas Murray.
Or whatever greeting is appropriate.

;-)


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

Murray

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
 
Top