Creating a static page navigation frame, that only scrolls content?

I need help, please.
I am trying to create a new site. On each page,I want the top navigation bar and the bottom navigation bar (and in an ideal case scenario a left side bar)to be static. I never want the actual 'bars' to disappear when somebody scrolls the page. I only want the actual content (text w images etc.) to scroll. In other words: I would like there to be a static C frame of sorts - and only the "stuff" in the middle 'moves' or can get scrolled. (Sorry about my non-technical terms - but thats the only way I can best explain it).
Can anybody tell me how I could create that effect with iWeb?
Thanks a bunch already for any support.

There are many way to do that. I have two ways of doing it, both are javascript:
1) having nav bar and side bar move as you scroll on your page. example:
http://hdl.50webs.com/Home/Welcome.html <-- right side text box moves as you scroll.
<a class="jive-link-external-small" href="http://">http://hdl.50webs.com/ScrollingNav/ScrollingNav.html <-- nav bar moves as you scroll.
2) frame/frameset are not supported in iweb, but they can be built with javascript:
http://hdl.50webs.com/CFrame/CFrame.html
Question is how are you with javascript?

Similar Messages

  • How to create a multi-page collapsible & CSS styleable table of contents box?

    How to create a multi-page collapsible & CSS styleabe table of contents box?
    Is there a tool available for Dreamweaver or for standalone operation that can create for multi-page articles a collapsible & CSS styleabe table of contents box based on the page titles?

    You could do this with jQuery.
    Table of Contents -
    http://www.downloadjavascripts.com/list/javasiteccc68/Details.aspx
    Collapsible Panels, Tables & Accordions -
    http://www.downloadjavascripts.com/Collapsible_And_Free_Accordion_Panels.aspx
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How to create a full page background image that is fluid?

    I'm creating a website for my portfolio, and one of the things I wanted to have is a full page background image that the div tags are in.  I know there is a way to put it in via page properties, but that doesn't allow you to add CSS styles and I want the image to re-size with window changes.  This requires putting the image in a div tag, but then it pushes the other div tags (such as my header section and navigation) so that they aren't over the image like I want.  Is there a way to push the image div tag to the back so that the other div tags go over it.
    I'm using HTML5, and it will also be a responsive design, but the fluid background is only for desktops.
    I don't go on the adobe website often, so if you have an answer to this, or need more information to figure it out please email me at [email protected] and you'll get a faster reply than on this forum.
    Thank you everyone for your help.

    You should set this forum to email you on a reply.
    I don't have a link in your question to determine how you are trying to do this, but here's a technique I have used:
    Take a look at this website and see if it doesn't have what you are trying to do. You'll see the flag in the background and I have used opacity in the layers on top of it to keep the flag somewhat visible.
    Now, what the flag does not do is re-size itself with the viewport (the browser window). But the flag is in a div that sits on top of the body. My code is accessible, but you're looking for the flag div and it's defined in CSS thusly:
    #flag {
              width: 100%;
              background-image: url("../images/polish-flag.png");
              background-repeat: no-repeat;
              min-height: 900px;
    Now, CSS3 adds a new attribute you can apply to the background image thusly:
         background-size: 100% 100%;
    That would make your background fill the viewport.
    I chose to not do that, because I was worried about versions of Internet Exploder before 10.

  • Can we create multiple records before navigation to that block

    Can we create multiple records and assign values in Forms, before navigation to that block (in a trigger ), and populate ?

    Hello,
    No you cannot. You need to be inside the block in order to use the Create_Record built-in.
    Francois

  • Some example to create an static page from WCM using templates

    Hi,
    I am new to Oracle WCM. I want to create a simple page with header, footer, side navigation and page content. Please can you provide me some examples from end-to-end creation of page?
    Thanks
    Neetu

    The Developer Guide has some detail on FSII - http://docs.oracle.com/cd/E29495_01/doc.1111/webcenter_sites_11gr1_bp1_developer_guide.pdf
    All documentation can be found on OTN - http://docs.oracle.com/cd/E29495_01/index.htm
    Phil

  • How do I stop the notification pop-up that 'Only secure content is displayed' that comes up nearly every time when I move to a new web page?

    This notification pop-up appears almost every time I navigate to a new page which is really annoying when I am trying to study my university subjects online.

    Firefox used to have a warning somewhat like that, but now a mix of secure and insecure content is indicated by a "globe" icon instead of a padlock icon next to the URL. The insecure content is not actually blocked.
    ''Edit: Apparently now you can block the insecure content by making a change in about:config. See cor-el's reply below.''
    It is possible you have an extension that blocks insecure content and displays that message? You could check the following tab, and use the Options button to see whether you can change the behavior:
    orange Firefox button (or Tools menu) > Add-ons > Extensions category

  • My chapter pages won't flip, only scroll.

    I developing my own document in iBooks Author. I've created several chapters but can't get my pages to filp in priview. Instead, the separate pages in a chapter just scroll the entire length of the chapter.

    Sliding occurs regardless of orientation.
    The page curl/turn/flip animation is not part of the navigation when creating books with iBooks Author.
    If you use Pages, as one example, and generate an industry standard e-pub, page turn animation is enabled by iBooks on iOS by default.

  • Retain newly created rows after page navigation.

    Hello,
    I have designed two pages. On First page I have to create multiple rows and to assign some values I need to open another page.
    The problem is once we create new rows on view object and if we redirect to any other page its view object is automatically executed and newly created rows will not be retained.!
    I have tested redirection using both methods with retain AM to True, but its not working.
    pageContext.forwardImmediately("page",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null, null, true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    pageContext.setForwardURL("page",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null, null, true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    Please suggest something....
    Thanks,
    Swati

    Hi Krithika, Thanks for replying...
    Krithika wrote:
    If you want to create new row in table and commit to the db, please find this sample:
    http://andrejusb.blogspot.com/2009/11/crud-operations-in-oracle-adf-11g-table.html
    This is done automatically when user clicks on commit button on ADF create form, rows gets commited in database.
    I just need to display these newly created rows on ADF table on the same page below commit button.
    Can you give more details about your usecase..?
    What happens when the same user comes back after closing the session? Do you want still show the blank page/table with out any previous data created by the same user..? If yes, what happens to the previously stored data..?
    Basically, give a brief note on what you are trying to achieve..?
    When user comes back to this page after closing this session, it will not show any rows in the ADF table.
    user will enter new values to create new rows and this time again on click of commit button the newly row created for this session should be shown.
    The previously created rows are already commited to database table
    Hope I am able to explain the requirement. Please let me know for any questions on requirement
    Regards,
    Tanveer

  • How to make a ScrollPaneLayout that only scrolls vertically?

    I wish to put a number of JTextPanes in a JPanel that is then inside of a JScrollPane which in turn is inside of a JFrame of arbitrary size. Absent the JScrollPane, if you were to narrow the JFrame, the JTextPanes would wrap their text so that they still fit, at least until you run out of vertical space. So, I want to introduce the JScrollPane to create an endless amount of vertical space, but I still want the horizontal space constrained to the size of the JFrame.
    How can I do this? Setting the horizontalScrollPolicy to NEVER simply makes it so the horizontal scrollbar never appears even though the underlying content is still allowed to lay itself out wider than the viewport. Looking at the Javadocs for ScrollPaneLayout and JViewport doesn't turn up anything useful.

    I've tried extending JPanel as shown below and using that as my container for all the JTextPanes and the component that is then the child of the JScrollPane, and it seems to work. I just wish I had some sample implementation of the first 3 methods, particularly the first one.
    public class VerticalScrollPanel extends JPanel implements Scrollable {
    public Dimension getPreferredScrollableViewportSize() {
    return null;
    public int getScrollableUnitIncrement(Rectangle rectangle, int i, int i1) {
    return 1;
    public int getScrollableBlockIncrement(Rectangle rectangle, int i, int i1) {
    return 20;
    public boolean getScrollableTracksViewportWidth() {
    return true;
    public boolean getScrollableTracksViewportHeight() {
    return false;
    }

  • HT5557 How can I make all my books in iBooks have turntable pages, as some books only scroll down?

    How can I select all my books to have yur able pages not scrolled down?

    Try opening one of your ibooks and tap the AA icon towards the top right of the screen - if the 'scrolling view' option appears on the popup then turn it 'off' if it's currently set 'on'

  • How to display current navigation on "Body only" page layout

    I create a new page and applied "Body only" page layout which is basically PageFromDocLayout.aspx
    But it doesn't show current navigation. How do I show current navigation on left side of the page? I have the code which will display current navigation but I don't know where to paste it inside page layout because there doesn't seem to be any space for that.
    Or is it something that I can enable disable from somewhere?

    There is no QuickLaunch snippet. There is one by the name of "Vertical Navigation" which I think is QuickLaunch snippet so I copied its code in PlaceHolderMain section inside page layout but getting error:
    ContentPlaceHolder can only be used in .master files.
    EDIT
    Ok I managed to do it by adding Vertical Navigation inside a separate <td> in my master page and then I only display it when page is not home page. So the is something like:
    HTML CODE IN MASTER PAGE
    <td id = "leftmenu" style="display:none">Vertical Navigation code here</td>
    <td>ContentPlaceHolderMain here</td>
    JAVASCRIPT CODE
    if(page is not home page then)
              document.getElementById("leftmenu").style.display = "block";

  • Page navigation when frame replaced with div

    Hi,
    I am using CF8. I have an existing  apllication using frame to render the pages.
    <frame name="main" scrolling="AUTO" noresize src="mypage.cfm">
    The issue is that layout is not rendering correctly in iPad and therefore
    made some changes to replace the frame with div.
    How can we now include the page navigation given in the src while using the
    div?

    thanks, this is helpful although it produces a slightly different behavior from hat I hand in mind. the forum settings page allows up to 50 posts per page but this gives more.
    Still having 100+ posts on a single page is not the most convenient arrangement and my original request stands. One needs a built in way to jump to more than one page ahead.
    Message was edited by: V.K.

  • How to create a aspx page that expires after first use

    I want to create an ".aspx" page in VB that will expire after the first use or 30 minutes
    This is to add a password reset page onto our one of our apps.
    Thanks

    I want to create an ".aspx" page in VB that will expire after the first use or 30 minutes
    This is to add a password reset page onto our one of our apps.
    Thanks
    Hi,
    Based on your replay in another thread about sharepoint, maybe you are asking the way used in sharepoint, then I would suggest you consider posting this issue in
    sharepoint forum to get supports.
    If not, then you could post this issue in the forums Mr. Monkeyboy suggested.
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Page navigation system

    Hi friends,
    I'm using Struts 1.2.7
    I want to create a web-page navigation for users search results. I mean like the ones you find in discussion forums like phpBB, ipboard etc.
    Example:
    If the user in 4th page......
    << < 1 2 3 .... 5 6 7 > >>
    That's how it should look.........any algorithms for this kinda navigation plzzzzzzzzzz

    Struts is not JSF.
    There is a mailing list at its homepage: http://struts.apache.org

  • Save does not work in static pages

    I can create the static pages but I cannot add text to the TEXT part of the tab.  The changes to GENERAL and the INDEXING however get saved.
    I tried multiple lines, and various other combinations to overcome this but to no effect.
    Mike

    Hi Mike,
    What version of webtools are you using and what browser are you using?
    I just tested this on my system and encountered the same problem as you using Firefox, but was able to enter text normally using Internet Explorer.
    Currently Internet Explorer is the only supported browser for the administration side of things although I use Firefox quite frequently.
    Hope this helps,
    Jay

Maybe you are looking for

  • Third Party process - billing date change in Sales order / Customer Invoice

    Dear Friends, In Third Party Sales Process , as we are aware  billing is order related billing and it will become due only after vendor invoice is received.                My situation is in the original sales order billing date is eg: 01.02.2009 . T

  • Problem in logon to my application

    Hello all, I have an application written using JHeadstart and JDeveloper 9.0.5. When I run the application logon page via Jdeveloper (embedded OC4J) I can login without any problem. But when I run the deploy version of the application I have a logon

  • Visual glitches in kde (xorg 1.6 intel-legacy)

    desktop box + intel 865 G + arch + xorg 1.6 + intel legacy + kde 4.2.2 installed this night from scratch everything works (including composite etc) i have many minor glitches like text in multiline textboxes is white - invisible( i can see it if i se

  • Enterprise Services in ECC using SPROXY transaction

    Dear All, We were able see the Enterprise Services available in ECC 6.0 EHP 3 using the transaction SPROXY, we have even tested one proxy through this transaction. But now when we have configured ECC to connect the ESR (of PI), it is only showing Sof

  • Publishing with AC2 to create 1 flash file

    I am working with a CMS that can work well with flash files individually. They tend to be rendered just fine (therefore I get to bypass the html export). Upon trying Adobe Captivate 2, the publish feature creates 2 flash files (and others, but later