How can I browse my page without a scroll bar?

Hi, I 'd like to have  my site in specific size(1360x768pix) without a scroll bar,  since I 'm making it for a wide screen PC for a special occasion.
I unchecked "sticky footer" , set 0 for both "Mergin" and "padding" of the "Page property".
Although I set page size and property to make it fit on the screen, It shows scroll bars on the right and bottm of the browser.
Is there any way to get rid of a scroll bar??
It would be great if you could give me some ideas.
Thanx!

Thanks for the tip, guys!!
I insert the
<style type="text/css">
overflow:hidden;
</style>
code in the<head>Sec. in the Matadata panel of the PageProperties. But I can't get rid of the scroll bar yet.
Do I do that procedure for the every pages?? There's no Metadata panel in the Master page's Page property but other's. Thanx!

Similar Messages

  • How can i make the lightbox without a scroll bar?

    hello,
    when i press the "small picture" to open it in the lightbox the picture opens with a scroll bar. I wanna know how to make a lightbox without a scroll bar when it opens up (to make the picture fixed)
    thank you very much in advance
    Norman

    Yes I have, but when I resize the window smaller than the picture it happens again , I get a scroll bar, I've seen some webs made by muse that even if you resize the window to be smaller than the pic you don't get a scroll bar and u have to make the window bigger to be able to see the pic  all. I hope you can help me out with this cause its driving me crazy.
    Thank you very much,
    Norman

  • HT204406 HOW CAN I GET BACK MY RIGHT SIDE SCROLL BAR?

    how can I get back the right side scroll bar in I-Tunes?

    I am missing the right scroll bar in mail only i need help to get it back

  • How can we browse through pages in a report

    Hi
    Could anybody please let me know how do i assign a report, to browse through pages , i get data more than 10,000 rows, so i need to narrow down the results to 100 for a page ....and have a small link below which says to go to next page ....
    Please Help

    I think i am not able to explain properly what i need :
    Mine is an interactive report :
    In report attributes, pagination tab i have ,
    Pagination Type ---------------Row ranges X TO Y OF Z
    pagination display position--BOTTOM RIGHT
    show null value as- -
    max row count- 10,000
    when reached max row data display message:This query returns more then 10,000 rows, please filter your data to ensure complete results.
    when no data found display message:No Data Found
    Above are the current settings , So the user want to browse through pages may be say 1000 at a time, so they must be 10 pages which shows the data , a link at the bottom which says next page so that he can see all the 10,000 rows...
    The problem of viewing 10,000 is becoming very difficult now, so they want to see 1000 at the time ...
    Is this something which can be possible?
    Please Help..

  • How can i set SINGLE PAGE. ENABLE SCROLLING as default view?

    how can i set default setting for view? I would like to set DO NOT SHOW GAPS BETWEEN PAGES. SINGLE PAGE. ENABLE SCROLLLING as default view.

    For viewing PDFs without embedded IV options you can set values under Preferences > Page Display, but if a file has the zoom or scroll mode defined in its properties, those will always win over the application defaults.

  • How can I turn on the right hand scroll bar?

    I hit a link to a pop OUT window, the window came up, it had no right hand scroll bar, it clearly had more information on the page and I can't get to it.

    Is a pop-out window different than a pop-up window?
    Can the window be resized to view more content?
    Websites can open new windows with scrollbars removed. I can think of two ways:
    (1) Code the script so the window opens without scrollbars
    (2) Style the contents so that any overflow is simply hidden
    ''To block #1, you can modify a setting using the about:config preferences editor:''
    (A) In a new tab, type or paste '''about:config''' in the address bar and press Enter. Click the button promising to be careful.
    (B) In the filter box, type or paste '''open_''' and pause while the list is filtered
    (C) Double-click '''dom.disable_window_open_feature.scrollbars''' to switch its value from false to true. Sites now should be blocked from removing the scrollbars in this way.
    ''Addressing #2 is trickier.''
    If you can't solve the problem by reducing the zoom (Ctrl- or holding Ctrl and turning the scroll wheel downwards) or resizing the window, it may be difficult to solve.

  • How can i make the popup window have scroll bar when the content is long?

    Hi,
    My page have a button, when click it, it will show a popup window, and invoke a taskflow.
    <af:commandToolbarButton text="edit"
                                             icon="#{sdk_EmImageMap.toolbar.editCommand.icon[true]}"
                                             disabledIcon="#{sdk_EmImageMap.toolbar.editCommand.icon[false]}"
                                             id="edit"
                                             binding="#{pageFlowScope.procBean.editBtn}"
                                             action="dialog:edit" immediate="true"
                                             partialSubmit="true" useWindow="true"
                                             windowEmbedStyle="inlineDocument"
                                             windowHeight="400" windowWidth="750">
    And the page in the taskflow is :
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:c="http://java.sun.com/jsp/jstl/core"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
       <jsp:directive.page contentType="text/html;charset=UTF-8"/>
       <f:view>
          <af:document title="#{pageFlowScope.procStepEditor.pageTitle}"
                       id="document">
             <af:form id="f1">
                <af:panelStretchLayout id="pgl1" topHeight="10%">
                   <f:facet name="top"/>
                   <f:facet name="center">
                      <af:panelStretchLayout id="psl1">
                         <f:facet name="center">
                            <af:panelGridLayout id="pgl3">
                               <af:gridRow marginTop="5px" height="auto" id="gr1">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc1">
                                     <af:panelBox text="panel 1"
                                                  id="pb1"
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
                               <af:gridRow marginTop="5px" height="auto" id="gr2">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc2">
                                     <af:panelBox text="panel 2"
                                                  id="pb2">
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
                               <af:gridRow marginTop="5px" height="auto" id="gr3">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc4">
                                     <af:panelBox text="panel 3"
                                                  id="pb3">
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
                            </af:panelGridLayout>
                         </f:facet>
                         <f:facet name="bottom">
                         </f:facet>
                      </af:panelStretchLayout>
                   </f:facet>
                </af:panelStretchLayout>
             </af:form>
          </af:document>
       </f:view>
    </jsp:root>
    And in panel 2, the content is added dynamically, so it cannot control the width. Once it is very long, then the UI will not show all the data in panel2, and panel 3 also cannot display.
    So i want to the window have a scroll bar. How can i do this?
    Thanks.

    Hi Timo.
    Thanks for your replies.
    I change the panel 2 like this:
    <af:gridRow marginTop="5px" height="auto" id="gr2">
                                  <af:gridCell marginStart="5px" marginEnd="5px"
                                               width="100%" halign="stretch"
                                               valign="stretch" id="gc2">
                                     <af:panelBox text="panel 2"
                                                  id="pb2">
    <af:panelGroupLayout id="pgl4" layout="scroll>
    </af:panelGroupLayout>
                                     </af:panelBox>
                                  </af:gridCell>
                               </af:gridRow>
    But it still cannot display a scroll bar for the panel 2.
    Thanks.

  • How can I bookmark a page without using the stupid star?

    I have used Firefox since the days of Netscape. Now what used to be easy now becomes more like M$ products. I want to get rid of that stupid star that makes things more confusing by placing bookmarks in a generic 'Unsorted Bookmarks' folder that requires further attention to sort my bookmarks when before I did it all at the time that I created the bookmark with 'bookmark this page'. I understand that clicking on the blue star again will bring up the bookmark properties, this is just an inconvenience, adding time wasted. I would like my bookmarks to be like they were in the previous version of Firefox.

    Shortcuts are everything nowadays!
    CTRL + D Bookmarks the page

  • How can I install Adobe Acrobat without installing the browser extensions?

    Hello All,
    I am a computer Technician at a high school and we have very strict browser requirements for different services. We need to use Adobe Acrobat to convert PDF's, and other tasks, and we need to use Chrome to open Adobe Reader files. The issue is that I want my 3 browsers (Chrome, IE, Firefox) to open PDF files using Adobe Reader XI. All my plugin settings are correct to use Adobe Reader to open PDF's, but it either downloads a PDF to the computer, or opens up in the browsers default reader (Chrome does this), or opens up to a blank page with a blank error message. I went into the programs Internet settings for Adobe Reader and Adobe Acrobat and it's telling me the browser opens them up using Adobe Acrobat (With no option to change the setting). The problem is only solved when I uninstall Adobe Acrobat.Then I am able to open PDF's in Adobe Reader just like I want (but this gets rids of Acrobat). This leads me to believe that when I install Adobe Acrobat, there is a registry key or something that is telling the computer to open PDF's in browsers using Acrobat. My initial question is this: How can I install adobe Acrobat without linking it to the browser. I JUST want Adobe Acrobat as a program installed on the computer.
    Additional Info:
    - I build a computer image and use that image on several computers. This issue persists with all of the computers I installed the image on.
    - I am using Adobe Reader 11 (Now DC, but I am willing to use either) and Adobe Acrobat Pro CS3 (I think it's version 9?)
    Thanks for the help.
    - Charlie

    No answer yet. Paging Acrobat support.... Where are you?

  • I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    Hi Crushed,
    Numbers doesn't have pages. It has a canvas that holds objects such as tables and charts.
    Drag the objects from the bottom of the canvas onto the white space above. That will reduce the number of "pages" (sheets of paper) that will print.
    Regards,
    Ian.

  • How can I rearrange the pages in a PDF without changing the assigned paged numbers.

    How can I rearrange the pages in a PDF without changing the assigned paged numbers? These correspond to the original document folio numbers.

    In theory it would be possible to 'record and play back' the page numbers using a folder-level script, but it's far from trivial. You would have to use the doc.movePage() function - presumably driven by a dialog box - to do the page shuffling so there was a way to track what was being done, then swap the page 'labels' of the two affected pages. That's where it gets messy.
    We have functions in the JSAPI which can read and write the page label, but they don't do things in a logical way. The 'getPageLabel()' function simply returns a string, but the 'setPageLabel()' method expects to be told the numbering scheme, prefix, etc. You'd have to parse the string and work out what scheme it was implementing.

  • How can I watermark 100 page documents without purchasing the full Photoshop program?

    How can I watermark 100 page PDF documents without purchasing the whole Photoshop program for a MAC?

    Surely you mean "the full Acrobat program". You can use the free trial version.

  • Hi. How can I delete the table without deleting the content? My pages is 5.2.2.

    Hi. How can I delete the table without deleting the content? My pages version is 5.2.2. Thank you for your help.

    There is no convert Table to text capability in Pages v5.2.2, as there was in Pages ’09 v4.3.
    You can keep the table while making the table grid vanish, leaving the existing tabular text structure. Select the table, and under the Format panel > Table tab, the following settings will produce this output. If selected, you can refine its document placement in the Arrange tab.

  • I purchased a new computer without a disc drive. How can I install my program without having to repurchase it ?

    i bought Photo Elements 12 ( disc version ). I have recently had to get a new computer . How can I install this product without having to repurchase it ?

    If you have the disc and your new machine has a disc drive then use those.  If you need to download then you can download thru the following page and use your serial number from the disc to activate...
    PSE 10, 11, 12,13 - http://helpx.adobe.com/photoshop-elements/kb/photoshop-elements-10-11-downloads.html
    You can also download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    Photoshop/Premiere Elements 12: http://prodesigntools.com/photoshop-elements-12-direct-download-links-premiere.html

  • How can you search this forum without searching all the other forums

    how can you search this forum without searching all the other forums at the same time which is a big fat waste of time.

    Follow this tip to create a bookmark to a search page that searches only the forum you want or...
    Browse with Firefox and enable this Greasemonkey script, which forces all searches from a sub-forum to be local.

Maybe you are looking for

  • How can i add a navigation rule at the runtime of JSF?

    Hello, how can i add a navigation rule at the runtime of JSF. Maybe i should use the method "addNavigationRule()" in class "FacesConfig", but i do not know, how can i obtain the instance of class "FacesConfig". Can anybody help me? Thank you very muc

  • How can I make the links work when the site is published.

    I am a new iWeb user and have built the website www.realmoroccotours.com and am having a few problems that I hope someone can help me with. First - in Iweb everything works fine but when it is published the links in the top and bottom menu do not wor

  • Zwei iPod touch via bluetooth verbinden/Connecting two iPod touch via Bluetooth

    Hallo, ich möchte, um das Spiel Shrek Kart im Mehrspieler-Modus zu spielen, zwei iPod touch mit bluetooth verbinden. Leider finden sich die Geräte gegenseitig nicht. Wer kann mir helfen? Danke! Hi, I would like to play the Shrek Kart Game in the mult

  • Subjects' faces look red from export out of Motion 4

    Hello, I am using Motion 4 and FCP 7 for a video project. When I export out of M4 into FCP 7, the subjects' face look reddish. I originally exported from FCP 7 into Motion 4 and added text and other graphics. When loading the video exported from Moti

  • Iweb not directing to imac right

    I have a website built currently. I recently built another website but have since decided not to continue working on it. I've that domain.site file from my computer. Now when I open up my other site to edit, whenever I click publish it will save all