Static menu

This is a discussion on "Static menu" within the JavaScript Forum section. This forum, and the thread "Static menu are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Sep 8th, 2005, 13:05
New Member
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Jimartist
Static menu

I'm new to webdesign.

I need the top banner and left menu static on my page w/out using frames. The content needs to scroll. Easy enough right?
-Any text hidden by the scrolling feature will not print.
I've tried a number of sources but it's all very unclear where I should place the code.

Here is a link to a page that needs all of the above.

http://www.highoutput.com/phase1/ren...ub_distro.html

Any help is SO greatly appreciated.

Jim[/url]
Reply With Quote

  #2 (permalink)  
Old Sep 8th, 2005, 20:00
New Member
Join Date: Sep 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to Jimartist
Here is a better version of the page. it works best in Safari. IE can't handle it. Mozilla is mediocre.

Jim

http://www.highoutput.com/phase1/scroll.html
Reply With Quote
  #3 (permalink)  
Old Sep 8th, 2005, 20:44
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
You'd probably want to put your content inside a DIV tag using CSS to set overflow:auto;

<div style="overflow:auto;width:500px;height:300px;">
content here
</div>
Reply With Quote
Reply

Tags
static, menu

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Static to CMS andi Web Page Design 5 Jun 6th, 2008 18:20
Rollovers in static text? ClrWtrDsgnr Flash & Multimedia Forum 1 Nov 12th, 2007 22:57
Static Timestamp savery2151 Starting Out 3 Sep 15th, 2007 20:17
Dynamic vs Static Markb Website Planning 4 Jul 27th, 2007 17:10
How to put your menu/static info. on every page lmc148 Starting Out 18 Jun 29th, 2007 09:53


All times are GMT. The time now is 04:33.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43