Creating a mainbody frame?

liunx

Guest
Can anyone look at this page and help create this for me? Basically I want to make the page scrollable(The Voice part) but not where the side or bottom nav bar is (i.e. so you can scroll down on the main part of the page, but not have the whole page-(side nav bar, bottom nav or bottom copyright part scroll)-just what will be I guess what we could call the mainbody page. Is this possible for it to be cross platform/cross browserable?<br />
Here is the address:<br />
<br />
<!-- m --><a class="postlink" href="http://radio521.com/fwebsite/voicef.html">http://radio521.com/fwebsite/voicef.html</a><!-- m --><br />
<br />
I attached the page as well if that is easy for you to create a template with that instead.<br />
<br />
Thank you!<br />
<br />
David Dondero<!--content-->Hi there dondo521,<br />
<br />
Yes, it is possible, make these adjustments in this part of your code :D<br />
<script type="text/javascript" src=http://www.htmlforums.com/archive/index.php/"mainnav.js"></script><br />
</td><br />
<td class="bor2"valign="top"><br />
<div style="width:100%;height:240;overflow:auto"><br />
<table width="100%" height="240"cellpadding="0"cellspacing="0"><tr><td class="bor2"bgcolor="#195476">Welcome!</td><br />
</tr><br />
<tr><br />
<td class="bor2"><br />
</td><br />
</tr><br />
<tr><br />
<td height="526" align="center"valign="top"><div align="left"><font color="#FFFFFF" size="4"><u>Voice</u></font></div><br />
<br />
and the closures to this part of your code</td><br />
</tr><br />
</table></td></tr></table></div><br />
<br />
<font style="font-size:10px; font-family:verdana,arial">&nbsp; </font><br />
<hr><br />
<font style="font-size:10px; font-family:verdana,arial"><br />
<script type="text/javascript" src=http://www.htmlforums.com/archive/index.php/"bottomnav.js"></script><br />
</font></td><br />
</tr><br />
I have set the div and the table height to 240...you may alter this to suit your needs :cool: <br />
<br />
coothead<!--content-->Awesome!<br />
I have been going nuts for days on this problem...<br />
Thanks so much...!<br />
Curious though -how do I make the scrolling box longer so that the copyright infomation is at the bottom of the page say on a 1152 by 864 screen?<br />
<br />
David Dondero<!--content-->Hi there dondo521,<br />
<br />
I changed the div height to "395" which lines it up with the right side navbar..<br />
you can increase the table height if or when you add to the voice boxes :D <br />
<br />
As for the copyright stuff...why not adjust the height here and also add the bit in red :cool: <tr><br />
<td height="87" align="center"valign="bottom"><p><font style="font-size:10px; font-family:verdana,arial">&copy; 2003 dondero media interactive by David Dondero.<br><br />
coothead<!--content-->Sorry to keep bugging ya about this.I would have gotten back and thanked you again, but I have been working on this and still the scrolling box is still too small for what I'd like. I'm thinking of bagging the idea and if you don't have the time to look at it I understand. I tried to make the design of the site a little easier for adding stuff to it. If you still think you can add the scrolling box to say this page I'll use it as a template:<br />
<!-- m --><a class="postlink" href="http://radio521.com/fwebsite/newvoiceoverfc.html">http://radio521.com/fwebsite/newvoiceoverfc.html</a><!-- m --><br />
I also attached the page here.<br />
I would like it to scroll from under the "listen to demos here" to the bottom where it says again "listen to demos here". As you can see I took out the bottom nav from the scroll box and clean up a bit on the side. I just want the box lengthwise to be bigger than it was before- I am setting this up for a 1152 X 864 screen.<br />
<br />
Thanks again for your patience!<br />
<br />
David Dondero<!--content-->Hi there dondo521,<br />
<br />
Try this, I have added colored scrollbars to your style sheet...<br />
unfortunately this does not work in Netscape7 :rolleyes: <br />
Still we can't have everything can we :D <br />
<br />
coothead<!--content-->
 
Back
Top