Themes & Frames

I

IB Confused 2

I'm using the "Arcs" theme in FP2000 to build a website. The template
for this theme has four sections (header, footer, left side nav, body).
I'm trying to make all section remain fixed when scrolling except the
body.

I haven't been able to figure out how to do this without the use of
frames, and when I use frames, that creates a whole bunch of other
problems, particularly when using themes.

Any Suggestions???
 
R

Ronx

Use a scrolling div for the body:
<div style="width:540px; height:300px; overflow:scroll;">
<!--body content goes here-->
</div>

The width and height above are for a typical browser set to 800x600,
with left navigation, but the height is probably too big for header
*and* footer showing. (max height including header, body and footer is
typically 430px in a browser set to 800x600.)
 

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

Top