Document.body.style.overflow = 'hidden' not working. page continues to scroll

<html>
<head>
<style>
body { overflow: hidden; width: 600px; height: 6000px; }
</style>
</head>
<body>
any text
</body>
</html>
on this page disabled scrolling, but in firefox for android its not working.

Hi Christian,
I have changed it to px. But now I am getting the following error.
java.lang.NullPointerException
at com.sun.deploy.security.CPCallbackHandler.isAuthenticated(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler.access$1300(Unknown Source)
at com.sun.deploy.security.CPCallbackHandler$ChildElement.checkResource(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.checkResource(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath$JarLoader.getResource(Unknown Source)
at com.sun.deploy.security.DeployURLClassPath.getResource(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin2.applet.Plugin2ClassLoader.findClassHelper(Unknown Source)
at sun.plugin2.applet.Applet2ClassLoader.findClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass0(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at sun.plugin2.applet.Plugin2ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at com.sap.xmii.applet.common.BaseApplet.stop(BaseApplet.java:1408)
at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Also my loading image is not appearing?
Regards
R.Prakash

Similar Messages

  • Overflow hidden not working

    Hey,
    I'm in need of disabling scroll on body, and enabling it on div that appears on top.
    I'm setting on body overflow: hidden;
    and on div that show on top overflow: auto;
    it works in all major mobile browsers, but in firefox it does not.
    I've addded an image which represents my problem
    black frame is viewport
    red box is body with overflow:hidden
    cyan box is div with overflow:auto
    here's jsfiddle with an example: http://jsfiddle.net/gwhkLnbu/1/
    on firefox mobile you can scroll the red div, but you cant do it on any other browser

    ''adwil [[#answer-710932|said]]''
    <blockquote>
    Hey,
    Right now my site is working with something like this in CSS:
    html.noscroll, body.noscroll {
    overflow: hidden;
    you have to add noscroll class to both body and html then it does basically same thing as overflow hidden just on body in other browsers
    </blockquote>
    Thanks. That doesn't solve my problem though. I would like to scroll on all the pages, as it is necessary. I just don't want an excessive amount of space under my content in firefox .

  • Whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?

    Hi
    I have a windows 7 and whenever I play anything on Windows Media Player Classic, the middle mouse button does not work as a vertical scroll in firefox, but instead shows a horizontal scroll that does not scroll the web pages. How can I fix this problem?
    I hope that was clear.
    Thnx

    Hello kmanthie,
    I just sent you a private message. If you are not sure how to check your forum messages, this post has instructions.
    I worked on behalf of HP.

  • HP Ceement not working and continuous failure to update windows

    I had a troouble with the screen and had it replaced to LED, and after that, it came into my notice that whenever I startup my system, the dialog box showing HP Ceement not working pops up. Also, there are options with check online for troubleshooting, but it did not work out when I tried it.
    The another thing related with the issue (my guess only) is that, the original windows 7 home basic installed on the system is failing to get updated. the updates are identified and downloading also occurs. But, while installing, it always shows installation failed. This also seems to match approximately with the date in which I changed the display. So, is there any connection between the service done, and these two issues? and is there any way for me to rectify this?
    I also should inform you guys, there is absolutely no other issue with the pc.
    Thanks in advance,
    Dileep

    Hello @Dileep008,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that HP CEEment is not working and continuously fails to update Windows on your notebook computer, and I would be happy to assist you in this matter!
    To rectify this situation, I recommend performing a backup and recovery of your operating system. This can be done by following the steps in this document on Backing Up Your Files (Windows 7), as well as Performing an HP system recovery (Windows 7). This should help return your system back to factory defaults.
    If the issue persists, please call our technical support at 800-474-6836. If you live outside the US/Canada Region, please click the link below to get the support number for your region.
    http://www8.hp.com/us/en/contact-hp/ww-phone-assist.html
    I hope this helps!
    Regards
    MechPilot
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks” for helping!

  • body background="watermark.gif" not working!!!

    hi,
    i am new to JSF.i have a code(Login)
    but when i put <body> tag with a bg image, i am not able to view that picture. Y?
    here is my code.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <f:loadBundle basename="bundle.Messages" var="Message"/>
    <HTML>
    <HEAD> <title>Input Name Page</title> </HEAD>
    <body background="watermark.gif" bgproperties="fixed">
    <f:view>
        <h:form id="helloForm">
            <h:messages style="color: blue"/>
            <%@include file="head.jsp"%>
             <center>
                <h3><h:outputText value="#{Message.login_header}"/></h3>
            </center>
            <table bgcolor="orange" align="center">
            <tr>
            <td>
            <table align="center">
            <tr>
            <td>
            <table align="center">
            <tr>
            <td>
            <h:outputText value="#{Message.ask_uname}"/>
            </td>
            <td>
            <h:inputText id="userName" value="#{PersonBean.userName}" required="true">
                <f:validateLength minimum="2" maximum="10"/>
            </h:inputText>
            </td>
            <tr>
            <td>
            <h:outputText value="#{Message.ask_pword}"/>
            </td>
            <td>
            <h:inputText id="password" value="#{PersonBean.password}" required="true"/>
            </td>
            </tr>
            </table>
            </td></tr>
            <tr align="right">
            <td>
            <h:commandButton id="submit" action="sayhello" value="Say Hello" /> 
            </td>
            </tr>
            <tr>
            <td>
            Forgot Password?     <a href="http://sipl58:8080/web2/forget.jsp">Click Here to retrieve</a>
            </td>
            </tr>
            </table>
            </td>
            </tr>
            </table>
        </h:form>
    </f:view>
    </body>
    </HTML>Pls... help.
    Ganesh

    Have you tried by using the style attribute like that:
    <body style="background-image:url(watermark.gif);background-attachment : fixed;
    background-position : center;)">
    If it does not work, have you seen some errors in the log file of the applciation server?

  • Overflow:visible; not working the way i want.

    Hi,
    ok so i have a problem with using overflow. I have an large image that I want to overflow outside the normal 940px wrapper on either side. So far it is all displayed fine however, im left with a scroll bar at the bottom of the screen which allows me to scroll over to the right untill all the image is displayed. I want it to only be visible if a large res display is being used. So how can i keep al this but remove the x axis scrol function?
    here  is my code
    <div id="cinema-wrapper">
    <div id="cinema-displays"></div>
    </div>
    #cinema-wrapper {
              width:940px;
              height:764px;
    #cinema-displays {
              background-image: url(../mackbyte_files/img/cinema-bg.png);
              height: 764px;
              width: 3109px;
              background-repeat: no-repeat;
              position: absolute;
              left:50%;
              margin-left:-1554.5px;
              overflow:visible !important;
    thanks

    Is this what you are looking for?
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <style>
    body {
        width: 940px;
        margin: auto;
    html {
        background: url(http://www.pwaworldtour.com/fileadmin/user/main_editors/images/hi_res/ARUBA_2011/A11_fs_WOMEN/A11_fs_ARU91_1755.jpg) no-repeat center center;
    .content {
        background: white;
        padding: 20px;
    </style>
    </head>
    <body>
    <div class="content">
        <h1>Header</h1>
        <p>Whose worth's unknown, although his height be taken. Let me not to the marriage of true minds admit impediments; love is not love love's not time's fool, though rosy lips and cheeks. Oh, no, it is an ever fixed mark which alters when it alteration finds, it is the star to every wand'ring bark. Let me not to the marriage of true minds admit impediments; love is not love within his bending sickle's compass come.</p>
        <p>Love's not time's fool, though rosy lips and cheeks if this be error and upon me proved, oh, no, it is an ever fixed mark. Or bends with the remover to remove. Admit impediments; love is not love whose worth's unknown, although his height be taken.</p>
        <p>Within his bending sickle's compass come; which alters when it alteration finds, but bears it out even to the edge of doom. That looks on tempests and is never shaken; love's not time's fool, though rosy lips and cheeks I never writ, nor no man ever loved. If this be error and upon me proved, within his bending sickle's compass come; it is the star to every wand'ring bark.</p>
    </div>
    </body>
    </html>

  • Overflow settings not working

    When I set overflow to hidden inside a symbol, it works until I exit the symbol and then overflow returns to visible.
    Is there a fix for this?

    Try to force in code, not only by Edge UI:
    Symbol.getSymbolElement().css({"overflow":"hidden"});

  • "Document type" in access sequence  not working in free goods

    Dear All,
    our requirement is to provide free goods with the main items in portal.
    for this i defined access sequence 1.Customer/Material and 2. SalesOrg/Documnet Type/Material.
    for access sequence Customer/Material  it's working fine but when i use SalesOrg/Documnet Type/Material it's not working.
    problem is that when i use Document type in access sequence it's not working.
    pls help.
    Radhashyam Sahoo

    Hi Apoorva!
    What do you mean with "Access Sequence"?
    In CRM 7.0 EHP1 there is a generic framework-feature available which allows the defininition of the tab-order.
    Best regards
    Arno

  • Document Approval - Link in Email not working

    Hi
    I am using the approval function for KM documents.
    When a content item is changed, and submitted for approval, the approver gets an email.
    In that email there is two links, one to the content item itself and one to the details of the content item.
    The one to the details of the document does not work!
    The host name seems to be missing in the url.
    The one to the content item itself works fine.
    I do have set up the hostname in:
    System Administration->System Configuration->KM->CM->Global Services->Url Generator Service.
    that points to the content item.

    A colleague of mine recommends looking here:
    Ya, it is unsder systemadmin > sys config > KM > config > CM > Global Services > URL Generator Service.
    There is a value for "host" and there which should be "http://(orhttps://)portalserver:servport
    Regards,
    Craig

  • Documents to go app is not working.in the screen when I opened it it does not work

    In my I pad I installed documents to go apps.now  when I touched the  icon it does not work.

    Hi abeysingha,
    Welcome to the Support Communities!
    The following article will provide some troubleshooting steps for this issue:
    iOS: Troubleshooting applications purchased from the App Store
    http://support.apple.com/kb/ts1702
    I hope this information helps ....
    Have a great day!
    - Judy

  • Download link from order e-mail not working 'page error'

    I ordered Adobe Photoshop Elements 10 & Adobe Premiere Elements 10 back in Nov2011.  I downloaded both to learn I needed the 64 bit version.  When I had time I downloaded Photoshop Elements 64 bit and got my project done.  Now I went back to get my 64 bit version of Premiere but the link no longer works.  On the order it says you can re-download anytime.  I sign in to my Adobe Account, go to Order History, hover over download - I see the address in my browser status bar at bottom left.  When I click on download the the status bar displays the yellow triangle with the warning message 'page error'  when you expand the message it indicates a address is not working.  I tried turning my firewall off - didn't have to do that before - but same message.  There must be a link where paying customers can get the proper download?  Everything I find is for the trial version.  Is there a link?  Why do the links in the order e-mail expire?  Thanks in advance!            

    OK, I finally worked around the issue.  Right click on the word download – then select open in new window.  Not sure why this worked – but it did.  Jeff, the alternate download option does appear on the second page that loads AFTER you get past the initial download link.  Though once I got there I was able to use the primary download for 64 bit.  Thanks all for looking at this.  J potter, try this and see if it helps.

  • In printing a document my preview mode does not work??

    in printing a mail recieved message my preview mode sends a message stating Preview is not supported???

    I have paid the full extended version, but it is not working. See my screenshots.

  • CSS-Style :active does not work

    Hello!
    on the left side of my application is a menu-list located.
    so i want to set the color of the link which currently active, but the :active attribute does not work here.
    how can I do this?

    problem already solved...sorry for posting.
    i figured out how the built-in method for active links work :)

  • PAPER FEEDER FOR DOCUMENTS TO BE COPIED IS NOT WORKING

    MY FEEDER IS NOT ONLY NOT WORKING, BUT, WHEN  I PUT DOCEMENTS IN TO BE PRINTED, THE COPIER "does not even try" to pull them through the copier feed at the top, just tries to copy from the scanner glass.  Any suggestions?

    Sounds like your paper sensor is not working. To really help you out I will need to know what printer model you have otherwise I will have no frame of reference to use.
    As a preliminary step, please unplug the printer BOTH from the back of the unit and the wall outlet that printer is connected to for thirty seconds. Then plug it back in, and make sure that you are plugging the printer directly into a wall outlet and not a surge protector, power strip or battery backup.
    Let me know and I will get back to you ASAP! Have a great day!

  • Htmldb_item.hidden not working

    I have a report with a sql region. The query is SELECT HTMLDB_ITEM.HIDDEN(1,OWNER.OWNER_ID) OWNER_ID,
    OWNER.FIRST_NAME||' '||OWNER.LAST_NAME||' ' AS "OWNER NAME", HTF.ANCHOR('F?P=103:9:'||:APP_SESSION,'ADMIT =>')
    ||VISITOR.VISITOR_NAME AS "AUTHORIZED VISITORS"
    FROM OWNER,VISITOR WHERE OWNER.OWNER_ID = VISITOR.OWNER_ID AND SYSDATE BETWEEN VISITOR.START_DATE AND VISITOR.END_DATE AND UPPER(OWNER.LAST_NAME LIKE '%'||UPPER(:LAST_NAME)||'%'
    The query creates the link fine and the form opens correctly. I have a hidden field on the form which I have set to alternate source as 'only when current value in session state is null. The source type is ITEM(application or page item name). The source value or expression is HTMLDB_APPLICATION.G_F01(1). When I run the app and check the session output from the form the hidden field shows as hidden and null. I have tried pl/sql and just about everything else I can think of and it refuses to work. I've look through the forum and know it must be working for others so what in the blazes am I doing wrong?

    Scott,
    Thanx for your reply. It finally dawned on me that the paged was not getting submitted which meant that the array was not getting populated. The reason I was doing such weird things is that I am having problems creating links via the page attributes method. If I use the wizard to create a report with a row linked form it works great. It also works if I create a report on a single table and link a form to it. If I try to modify the sql to join other tables for the report (preserving the same format) I lose the link and am unable to recreate it. I was also wondering about the syntax in the sql in the wizard generated report. Do I have to write all my sql in the same format? It works both ways.
    Keep Smiling
    Bob R

Maybe you are looking for

  • File adapter error

    Hi , While monitoring file adapter it is showing the error. Processing Error: No suitable sender agreement found In the integration directory i have defined Sender Agreement and also defined Sender communication channel. The communication channel for

  • I have 2 cds stuck in my mac pro..... :-(

    How can I get them out or should I take it in for repair?

  • Sync gmail calendar w/o email ??

    I want to sync up to a gmail calendar but don't want to see the email.  Is there a way to do that ??

  • Confused by the change in logical IO when using a UNION

    Hi, we were discussing tuning strategies (using SQL*Plus and autotrace) and stumbled over a strange behaviour. When I do a straight select I get the following output: SQL> select * from orders where id > 600000; 100000 rows selected. Execution Plan P

  • Details of SAP Certification Cost in different countries

    This is Vijay. i had a strong work experience in SAP ECC6 FI as END USER, planning to do SAP FI CERTIFICATION in Dubai / Singapore, can I enroll only for the exam without enrolling for classroom/online training, as I am good enough with the subject a