Frames vs Master/Content pages

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • john Devlon

    #1

    Frames vs Master/Content pages

    Hi,

    I,ve created a master and content page using visual studio. The content page
    has a lot of text.
    On the master page, to the left of the place holder is the navigation
    displayed.

    When previewing the result, and when I start to scroll, the navigation
    doesn't stay in place.

    Is there a way using .net tools, to keep the navigation in place. Is there a
    solution the change the behaviour of the master page, so it will act as a
    frame (scrolling bar ect)
    Or do I just have to use frames?

    Does Visual studio still support frames ?
    Or is this just an old fasion way of working ?

    John



  • Scott Roberts

    #2
    Re: Frames vs Master/Content pages

    You could consider wrapping your content area in a scrolling div.


    "john Devlon" <johndevlon@hot mail.comwrote in message
    news:YgJjj.3290 5$W36.2533416@p hobos.telenet-ops.be...
    Hi,
    >
    I,ve created a master and content page using visual studio. The content
    page has a lot of text.
    On the master page, to the left of the place holder is the navigation
    displayed.
    >
    When previewing the result, and when I start to scroll, the navigation
    doesn't stay in place.
    >
    Is there a way using .net tools, to keep the navigation in place. Is there
    a solution the change the behaviour of the master page, so it will act as
    a frame (scrolling bar ect)
    Or do I just have to use frames?
    >
    Does Visual studio still support frames ?
    Or is this just an old fasion way of working ?
    >
    John
    >
    >
    >

    Comment

    Working...