Scroll section on a body page possible?

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

Guest

Hello .. I'm building a directory site using frontpage 02. Im using all borders to hold ads and navigation etc. Some of the content in the directory pages { within the body pages } are quite large. I thought a good way to remedy this and make it easier for viewers would be to have a scroll that holds this "sub-title type" content within the body page approx. 70% at the bottom section if possible.
I was wondering how you can make such a scroll.........I looked at the FP template sections... I thought this application could be found within frames. Is there a page template that could do the job and allow me to keep my common left and right hand borders for my advertising? I'D appreciate it If anyone knows what's best in this situation... take care. Joh

PS...Also I've noticed some developers are able to change the colour of the mouse scroll arrow to match the site they've built....How would they that.
 
or an alternative is to use overflow:auto, eg
<div style="height:200px; overflow:auto; width:200px;">
....text....vertical scrollbars will appear as needed.....
</div>
This will give pretty much the same effect as an iframe but might be easier.

Jon
Microsoft MVP - FP
 

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