My page goes beyond the fold, but no scrollbar? :S

Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default My page goes beyond the fold, but no scrollbar? :S

    Hi,

    I have made a website in Flex, located at
    [url]http://www.theplaygrounds.co.uk/The_Playground.swf[/url] .

    Now this site is just a simple portfolio, but I have a lot planned for it.
    What I was wondering is that when you go to the contact page, you cannot see a
    submit button because that is below the fold and requires scrolling. But in
    Flex, there is no scrollbar in the browser. Why? If the site is a html document
    made in Dreamweaver the browser would provide a scrollable scrollbar.

    What do I have to do to enable the scrolling in the browser? Or is there
    another way around this. I must be doing something wrong because it can't be
    right for Flex to limit the page's size to just the monitor's size.

    Thanks in advance

    GSS1 Guest

  2. Similar Questions and Discussions

    1. Fold Over ad
      How do you create a "fold over" ad like this one? http://www2.canoe.com/promo/exemple-creatifs/romeojuliette/dhtml.html How big is the flash...
    2. Fold Down Menu Help Please
      Hi I am using a older version of Dreamweaver and was wondering if it was because I have a older version or what it is. I have tryed to gets...
    3. Scrollbar at the bottom of the page
      Hello, I have an HTML page with a long content, a vertical scrollbar appears on the roght, but I want the scrollbar to appear at the bottom by...
    4. Page sizes in multiple fold docs
      A little of topic, and posted in adobe illustrator forum (shouldv'e known better)... I know this is horribly basic, but I've got 2 different...
    5. Scrollbar goes off page!
      The main content of the page will appear in lower part of the part which is light grey. I want that area to scroll correctly within itself. I do not...
  3. #2

    Default Re: My page goes beyond the fold, but no scrollbar? :S

    Yes of course ther is scrollbar in FLEX !!!!
    You must have set verticalScrollPolicy to off !
    jylaxx Guest

  4. #3

    Default Re: My page goes beyond the fold, but no scrollbar? :S

    I know that some components dont activate the scrollbar when they oversize, try
    putting the component that is not making a scroll bar inside a canvas and set
    the internal component to width="100%" and height="100%"

    If its the browswers scrollbar you want (note that this is different from
    flex's scrollbar, and if yoru whole site is flex youd be better off using the
    flex scrollbars) you will have to set your width and height of your
    <Application> to something that isnt a percentage.

    greenhippo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139