Urgent solution required - Horizontal Scrollbar prblem in iframe

I came across with very weird problem in html iframe.
I have to set my iframe with WIDTH="748" and HEIGHT="460".
My code is as follows:
<html>
<head>
</head>
<body style="overflow-x: hidden;">
<div style="align:center;margin-top:10;margin-left:10;width=100%;">
<img border="0" src="/imgage/top.PNG" width="980" height="140">
</div>
<div align="right" style="width:748; height: 12;float:right;">
<br><br>
<iframe name="main" src="data.html" width="748"  height="460"
      marginwidth="0" marginheight="0" frameborder="0" scrolling="yes" style="overflow-x:hidden;overflow-y:auto">
</iframe>
</div>
<div align="left">
<img border="0" src="/image/side.PNG" width="209" height="524">
</div>
</body>
</html>Though I have written "overflow-x:hidden" I am able to see the Horizontal Scrollbar. I have to disable only horizontal scroll bar not vertical. Vertical Scroll Bar should remain as it is.
It looks fine in Mozilla but problem is occuring only for IE browser. I am wondering from last two days but still can't get the solution.
If anybody having any idea then please help. I would appreciate each reply.
Thanks in advance.

I think you will have more luck on this question at a javascript/html/css forum.
This forum is primarily for JSP/Java, and while basic html/css is not completely out of scope (you need some knowledge to write a jsp page) this is getting too technical on the CSS side.
Cheers,
evnafets

Similar Messages

  • Battery issue after upgrading jelly bean to Kitkat version for S650. Urgent solution required

    I am new to this forum. Kindly help me.
    I upgraded my lenovo S650 from Jelly bean to Kitkat version 4.4. Due to this I am facing a big battery issue. My battery is draining very fast. Before my battery used to work for about 2 days, but now after changing to 4.4 it only works for half a day or so.
    Please provide a solution to this.
    Also, is it possible to downgrade to old jelly bean version? Do guide me please.

    Hi
    OS version(settings>about phone>device info)?
    How did you get to 4.4(OTA or Flash Tool)?Maybe the OS didn't install correctly.
    Have you tried a factory reset?
    Yes you can downgrade to 4.2,I can instruct you based on your current OS version.... but first try a factory reset.
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as ''ACCEPT AS SOLUTION"! 
    Unsolicited PM's will not be answered! ....Please post your question/s in the appropriate forum board.
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • To disable the horizontal scrollbar and to create a next button to navigate

    To disable the horizontal scrollbar and to create a next button to navigate through the records. At present I create a JSF page and drag and drop my table view and then using the Tuning property I have limited the number of records to be shown. But I need to add a button and then code it to display the next few records. Can someone kindly suggest a suitable mechanism to get this accomplished.
    Edited by: 888970 on Oct 2, 2011 10:15 PM

    Hi Erp,
    At present these are the entries that I have in my JSPX page.
    I have a Table, Iterator and a Input List of Values. As per the scenario, I want a few rows to appear on the table for which I wanted to disable the horizontal scroll bar and then once I click on the list of values it must prompt me with the remaining page numbers.
    Earlier there are about 150 records in the table. I want to show them as 15 per page.
    For which I have added the Iterator and a LOV component code in my JSPX page.
    <af:iterator id="i1"
    value="#{bindings.NsEventDetailsView1.collectionModel}"
    var="row"
    binding="#{pageFlowScope.testPageBean.myIterator}"/>
    <af:inputListOfValues label="Label 1"
    popupTitle="Search and Result Dialog" id="ilov1"/>
    Then I created the bean class as per the example.
    Below is the bean class:
    import javax.faces.event.ValueChangeEvent;
    import oracle.adf.view.rich.context.AdfFacesContext;
    import org.apache.myfaces.trinidad.component.UIXIterator;
    import org.apache.myfaces.trinidad.event.AttributeChangeEvent;
    public class TestPagebean {
    public TestPagebean() {
    public void i1ov1_valueChangeListener(ValueChangeEvent valueChangeEvent) {
    // Add event code here...
    private UIXIterator myiter;
    public void setI1(UIXIterator myiter) {
    this.myiter=myiter;
    public UIXIterator getmyiter() {
    this.myiter=myiter;
    public UIXIterator setmyiter() {
    return myiter;
    UIXIterator valueIterator = getmyiter();
    if (!valueChangeEvent.getNewValue().equals(valueChangeEvent.getOldValue())) {
    int newPage =
    Integer.parseInt(valueChangeEvent.getNewValue().toString());
    int pageStart = (newPage) * valueIterator.getRows();
    valueIterator.setFirst(pageStart);
    AdfFacesContext.getCurrentInstance().addPartialTarget(valueIterator);
    But i am getting errors in the bean class.
    1. Block expecting }
    2. public UIXIterator getmyiter() {
    this.myiter=myiter;
    Return Statement missing
    3. Block expecting {
    4. Type or variable 'valueChangeEvent' not found
    5. Method 'getNewValue' not found
    6. Method 'getOldValue' not found
    7. Method 'toString' not found
    Can you suggest a possible solution?

  • Removing horizontal scroll bar from iframe

    how can i remove the horizontal scroll bar from an
    iframe when the contents does not need one.

    You don't get the horizontal scrollbar unless the contents
    need one.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "straight guy" <[email protected]> wrote in
    message
    news:e7qfk8$fbo$[email protected]..
    >
    how can i remove the horizontal scroll bar from an
    iframe when
    > the contents does not need one.

  • ADF input text horizontal scrollbar?

    JDeveloper 11.1.2.1.0
    I'd like to create a user feedback messages area (read-only) using ADF that behaves in the same way as log windows do in JDeveloper. A multi-row af:inputtext is close to meeting the requirement except:
    - if a line is too long for the window then a horizontal scrollbar should appear but inputtext wraps the line instead
    - the window is not scrolled to the bottom by default
    Does anyone know of a way to implement these behaviours for an inputtext? Or is there a more suitable component?

    wrap=off forces inputtext to a single line which is no good. I want multi-line output, wrapping only if any line exceeds the window width.

  • Displaying Horizontal Scrollbar in h:SelectOneListbox

    I am using myfaces1.1.4.
    I have a popup which will search for branches based on selected countries.So basically it will show branch name and adress in a h:selectOneListbox.I have vertical scroll bar with this, but i am trying to generate the horizontal scroll bar which is not a default with this component, i think i need to customize that component.I tried to play around with style attribute.But it is not working.
    This is the following code i am using:
    <h:selectOneListbox value="#{backingBean.branchID}"
    id="branchResults" size="5" required="false"
    style="WIDTH: 510px; HEIGHT: 80px; FONT-FAMILY: Courier New;">
    <f:selectItems id="branchNames"
    value="#{backingBean.branchMatches}" />
    I appreciate if you can look in to this.
    Thanks.

    Horizontal scrollbars are not attached to a block but to a canvas.
    if you need some spreadtable requierement, add a stacked canvas to your content canvas, and set the CANVAS item property of these items to this canvas.
    If the size of the stacked canvas is smaller to fit every items (and it probably should), you will see a horizontal scrollbar displayed at runtime.
    Francois

  • How to make JTable use horizontal scrollbar

    My application uses a table to which data is added dynamically(both columns and rows). My problem is that when number of columns increase i want JTable to use horizontal scrollbar instead of resizing columns(which i achieve by setting resize mode to OFF state), But due to this if number of columns are less then there's alot of empty space left after showing columns(coz JTable cannot resize cols to fit Viewport area). To achieve both criteria i used following solution
    1. Set Auto resizing to OFF.
    2. Check if width of table is less than viewport width and if so then set auto
    auto resizing ON :) which will fit columns in viewport thereby occupying empty space.
    But this solution doesn't seem to be straight and simple to me. Is anyone aware of a simple solution to this problem.
    Dimension dm_Dm = new Dimension();
        RSBrowser.setModal(false);
        browseTable_Jt.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
        // reqd o.w. JTable resizes column widths instead  of using horizontal
        // scrollbar
        RSBrowser.setVisible(true);
        browseTable_Jt.getSize(dm_Dm);
        // if table width is less than total viewport size then fill the extra
        // space by setting suto resize property to ON.
        if ( browseTable_Jt.getPreferredScrollableViewportSize().getWidth() >
             dm_Dm.getWidth() )
            browseTable_Jt.setAutoResizeMode(JTable.AUTO_RESIZE_SUBSEQUENT_COLUMNS);
            browseTable_Jt.doLayout();
        RSBrowser.setModal(true);

    hi,
    with your problem statement it seems you should use javax.swing.JScrollPane like the one below
    JScrollPane tableScroller = new JScrollPane(yourTable);
    tableScroller.setHorizontalScrollBarPolicy(JScrollPane.HORIZONTAL_SCROLLBAR_AS_NEEDED);
    tableScroller.setVerticalScrollBarPolicy(JScrollPane.VERTICAL_SCROLLBAR_NEVER);hope this helps you,
    regards,
    Afroze.

  • Disable horizontal scrollbar

    Can anyone tell me how to disable a horizontal scrollbar in a
    regular frame (not iframe)? See the following website:
    http://www.tobyislandoysters.com/welcome.htm
    I want viewers to be able to scroll through the text, top to
    bottom, but the horizontal scrollbar acroos the bottom not only
    clutters the page, it is unneccessary.

    Change this:
    <frame src="main.htm" name="mainFrame" frameborder="yes"
    scrolling="auto"
    To this:
    <frame src="main.htm" name="mainFrame" frameborder="yes"
    scrolling="yes"
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "kcrockett" <[email protected]> wrote in
    message
    news:goa2tj$719$[email protected]..
    > Can anyone tell me how to disable a horizontal scrollbar
    in a regular
    > frame
    > (not iframe)? See the following website:
    >
    http://www.tobyislandoysters.com/welcome.htm
    I want viewers to be able to
    > scroll through the text, top to bottom, but the
    horizontal scrollbar
    > acroos the
    > bottom not only clutters the page, it is unneccessary.
    >

  • Slow Swipe experience for Horizontal Scrollbar, in iphone & ipad

    Hi All,
    I put images in a DIV and enabled the Horizontal Scrollbar. The swipe action is too slow/short in iphone and ipad. I was expecting the device to translate scrollbar into a natural swipe behavior. By natural swipe behavior I mean the same sort of swipe experience you get when you scroll a web page vertically on iphone.
    Link to website: www.fieldrecording.info
    The experience is the same for both Chrome & Safari on iPhone. Below is the code related to the main div wrapping all images:
    sym.$("Group").css({ width:$(window).width(), overflow:"auto", overflowY: "hidden", })
    I found some tutorials on Jquery & CSS tricks, but I would like to know if Edge has some built in solutions to solve Swipe/Scroll interactions in a single attempt.
    http://css-tricks.com/the-javascript-behind-touch-friendly-sliders/

    Hi,
    Below link may helpful for you.
    ADF Table Horizontal Scrollbar

  • How can I create a horizontal scrollbar with a centered thumb that scrolls content from both sides?

    I am having trouble figuring out how to create a horizontal scrollbar component either by itself or nested inside a data list component that will have it's thumb centered in the track when running and reveal content from either the right or left side when the thumb is moved. The furthest I have managed to get is to create a data list component with a scrollbar component inside that has a centered thumb that reveals content from the right side of the list (0 through 10 of the items) but only reveals blank area when tracking the other way. Is there a way to create say… negative items in the data list… 0 through -10? Or am I approaching this the wrong way. Please help. Thanks.

    Mykola,
    Thanks. I guess I was hoping for an answer that addressed my question from a designer's point of view rather than a developers'. As a designer with over ten years experience using Adobe products for print work it is difficult to understand why "centered" is such a complicated concept when designing art for use on the web. It is so frustrating to realize that most containers for images and text can only be resized by pushing and pulling handles located on the right and bottom; Catalyst seems like a great start but if Adobe really wanted to impress the "design" community it might consider putting all that supercharged code underneath the hood of some more familiar "design" tools. Maybe a "catalytic converter" would allow the introduction of a "centered" tool for every element.
    After all, why is it literally twenty-five times more difficult, requiring the use of three additional programs to create a component that functions exactly like a typical data list and scroll bar with the exception that the thumb is "centered" on the track and reveals images from both the right and left. For that matter why not also have as an option a thumb that snaps to the bottom of the track and reveals images from the top… and one that snaps to the right and reveals images from the left when you run the project? It just seems so logical to expand the scroll bar component to include these options.
    I am very glad to have Catalyst and will redesign my project to fit within the constraints of the tools available in the program but it seems that if Adobe is really serious about Catalyst being a window into the world of web design for designers/AD's that perhaps it might benefit by focusing on what might improve the program from the designer's point of view. I hate to say it but the Catalyst forum is already rife with answers to questions that are riddled with code… Literally. And to be honest most designers don't have the time to decipher that code. As a designer I work regularly and have a deep understanding of Photoshop, InDesign, Illustrator, Acrobat Pro, Final Cut Pro, Final Draft and modo. I do hi-res assembly, retouching, design and layout, identity, production, 3D modeling and rendering, video editing… and before I switch to using Catalyst for web mock-ups I am going to need a more "designer" friendly set of tools and definitely a "centered" control.
    I really think Adobe is fantastic. But I also think it could take a lesson from a great little company called Luxology. I tried learning 3D modeling and rendering for years with programs like Lightwave, Maya and others, always with mixed results. Then Luxology came along and actually delivered on their promise to create a 3D program for artists. What was the factor that made all the difference? Well, besides the Apple award winning interface and sets of tools it was the training available on their sight. The program itself ships with thirty-six hours of quicktime movies. And hundreds more hours available for download. I have never yet not been able to quickly and easily find an answer to a question I had about how to accomplish something in modo. You know how long I have already spent on Adobe TV searching through videos and on the Catalyst forum searching through topics trying to get an answer to what I thought was a very simple question? Way too many. If I have a question about a Luxology product that I can't find the answer to do you know what I do? I call Brad Peebler, the President of Luxology. I'm not special nor do I work for some special development house with special privileges that is simply their policy. And that policy has paid big dividends. Both ILM and Pixar has licensed their technology.
    Well… I apologize for this long response but I really think that if Catalyst is going to attract the market it wants that it will have to consider putting some designers on the development team. After all… Isn't that what the promo videos tout… Finally a web design program for designers. Well, I guess we'll see.
    Karl

  • Horizontal scrollbar on tab page

    Hi,
    I'd like to use Designer for a multi-record block on a tab page with a horizontal scrollbar . How should I do this ? It is alright for a vertical scrollbar but what about an horizontal one ? Since I have too many columns to display on one tabbed page.
    Thank you,
    Denise

    If you have many items that they cannot fit into a tab page, I think you have to put them into a Stacked Canvas. This can be done by changing Overflow Style to "Spread table" option in The Module Component containing these items.
    Also, you can set WINHSB Module Generator Preference to 'Y' value to add horizontal scrollbar to module Window.
    I hope you found solution for your problem.

  • Can i add a horizontal scrollbar?

    Hi,
    I have a datablock , Employees , having the fields
    SQL> desc employees
    Name                            Null?    Type
    EMPLOYEE_ID                     NOT NULL NUMBER(6)
    FIRST_NAME                               VARCHAR2(20)
    LAST_NAME                       NOT NULL VARCHAR2(25)
    EMAIL                           NOT NULL VARCHAR2(25)
    PHONE_NUMBER                             VARCHAR2(20)
    HIRE_DATE                       NOT NULL DATE
    JOB_ID                          NOT NULL VARCHAR2(10)
    SALARY                                   NUMBER(8,2)
    COMMISSION_PCT                           NUMBER(2,2)
    MANAGER_ID                               NUMBER(6)
    DEPARTMENT_ID                            NUMBER(4)I created a layout, using layout editor to display all the fields in tabular format. I could create a vertical scrollbar.
    but I also want a horizontal scrollbar.
    How can i create one?
    Thanks
    Edited by: user12984479 on Apr 17, 2010 1:26 AM
    Edited by: user12984479 on Apr 17, 2010 1:27 AM

    After creating the contant and stacked canvas as you said.
    a). Just open the department (contant) canvas and select from the menu View>Stacked Views.... It will show you that employee (stacked) canvas just choose that canvas and press ok. It will be on your main department canvas. Then adjust that canvas by keyboard/mouse upon your requirement where you want to place.
    b). And for the tab key as you said. For this you will have to create one trigger called KEY-NEXT-ITEM. This trigger you will create from where you want to go to the employee canvas. Let say you want that after department name cursor should go to the employee canvan's any field. Then create trigger on department name field called KEY-NEXT-ITEM and in this trigger just write like this...
    GO_ITEM('<EMPLOYEE_BLOCK.FIELD_NAME>');  -- Change the name upon your block and field name in formHope this will work.
    -Ammad
    Edited by: Ammad Ahmed on Apr 18, 2010 8:22 AM

  • JTable -  Horizontal Scrollbar - Column Width

    I wish to add a horizontal scrollbar(which for some stupid reason Java has not included) to my JTable which is inside a JScrollPane and also make sure that the width of the fourth column is longer and can fit the String that i wish to display. Now, i have searched the forum for solutions but none of them seem to work. The setting of the column width with the help of TableColumnModel does not seem to work and not to mention the fact that when i turn auto rezise off for the JTable, the JTable does give me a horizontal scrollbar but then it makes the columns so less in width that i have gray area left on the right hand side and the setColumnsToFit method does not work. I have five columns and here is the code, any help would be greatly appreciated Thanks:
    excepTable = new JTable(excepTableModel);
    excepTable.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);
    int width = 100;
    TableColumnModel tcm;
    TableColumn tc;
    for(int i = excepTable.getColumnCount(); i > 0; i--)
    tcm = (TableColumnModel)excepTable.getColumnModel();
    tc = tcm.getColumn(i);
    if(i == 3)
    width = 400;
    tc.setWidth(width);
    tc.setMinWidth(width);
    tc.setMaxWidth(width);
    tc.setPreferredWidth(width);
    width = 100;
    exScroller = new JScrollPane(excepTable);

    .I've set a horizontal scrollbar by using 'table.setAutoResizeMode(JTable.AUTO_RESIZE_OFF);You are welcome.
    i want the column widht to be adjusted according to the length of column names and record length.so please tell me how to do it?Search the forum. This question has been asked and answered before.

  • Horizontal Scrollbar AND Always Vissible Columns in Dynpro Table

    Good Day to you all .
    We are required to modify tha layout of a Table in MSS.
    The request is to find a way to have the 3 first columns always vissible, and when we use a Horizontal Scrollbar to have the rest of the columns move , but leave the first columns intact.
    Any suggestions are highly appreciated.
    Thank you .

    make sure the Transparent Container of the Table has " stretched horizontally" option unchecked. it will solve the issue.

  • Horizontal scrollbar mystery.

    In our application we use several interactive reports and we have an issue in some of them when using IE (horizontal scrollbar disappears).
    I have spent last few days trying to figure out what is the problem without any luck. Here are my discoveries:
    We use APEX - 4.1.0.00.32
    Theme used Scarlet - 21.
    As I said the problem only occurs in IE.
    I have tested it on Windows 7 and Windows XP.
    The problem doesn't exists if IE is set without proxy setting on (in the IE configuration proxy is off).
    When proxy is set up the horizontal bar disappears.
    What I have discovered is that if I turn off proxy, the compatibility view icon (in the address bar) is visible and the scrollbars are OK. However if I click the compatibility view Icon, the scrollbar desappears (this is in the non proxy settings in the IE).
    If I turn on proxy the compatibility icon is not visible anymore and the scrollbars are not there too.
    To make things more complicated the disappearing of scrollbars is random.
    Does anybody have any suggestions what to do next (I am running out of ideas)?
    Thanks in advance.
    Robert
    Edited by: robik on Jul 19, 2012 7:02 AM

    Well, I am not sure if I have solved my problem but it has been clarified.
    The problem is with IE and the way it process intranet pages.
    In the IE setting we have a proxy configuration where we exclude our intranet pages. If the site is listed in the exclude box, IE uses its "logic" and processes it as compatible page with no option of turning it off.
    Because of this the scroll bars are turned off.
    The only solution is to modify the header created by apex (which I have not figure out how to do it).
    Edited by: robik on Jul 19, 2012 7:03 AM

Maybe you are looking for

  • Error while installing Flex Builder 4

    While installing Flash Builder 4 I am getting following error. I am installing on Windows XP Exit Code: 7 -------------------------------------- Summary -------------------------------------- - 0 fatal error(s), 25 error(s), 0 warning(s) ERROR: 15080

  • Touch shows up in Devices on left side, but no subfolders-----????

    I just purchased the 64g Touch. When I connect it to my laptop, it recognizes it as a camera, so I just ignore it and close those windows. But when it shows up in my iTunes Devices, there are no folders listed underneath showing what songs, videos, p

  • Error in sql loader

    hi, when i am trying to load data using sql loader i come across the following errors and i was unable to load data into my staging tables. please explain me what are they and how to rectify them. SQL*Loader-524: partial record found at end of datafi

  • Exchange rate function module

    Dear Forum, I tried READ_EXCHANGE_RATE and CALCULATE_EXCHANGE_RATE but both no result. The local currency is INR and transaction is posted in EUR. Now I want to get the exchange rate in USD which is conversion from EUR to USD. local currency INR not

  • How to protect the class files inside jar file.

    Hi Group, pls help me. my need is i created a executable jar file with certain classes. and i'm supposed to send it to my client. but if the client needs he can extract the class files from the jar and with the help of some decompilers he can convert