I frame height  =100%

hi all
is there any way to make iframe height = 100 %
it works fine in IE,Chrome but not working in Firfox

Mohammed,
To define a problem, you need to tell us what the expected behaviour is and what actually happens.
100% of what? In other words, what is your expectation?
What "doesn't work" about it in IE? In other words, what actually happens?
You'd also need to tell us what version of JDeveloper/ADF and give us a snippet of your code, since "iframe" isn't an ADF component.
John

Similar Messages

  • How to find out which plugin is missing ( embed width="100%" height="100%" messagecallback="parent.frames.MANIPULATIONS.AppendMessage" spinfps="15" spiny="30")?

    How to find out which plugin is missing fro mthe website: http://web.it.nctu.edu.tw/~twli/interactive/scr_tutf.htm?
    After looking at one similar question found in mozilla support and answered by jscher2000 (https://support.mozilla.org/en-US/questions/957655), I have found out I have to look for either <object or <embed. What I found is : <embed width="100%" height="100%" messagecallback="parent.frames.MANIPULATIONS.AppendMessage" spinfps="15" spiny="30"
    What do I have to do now?

    This big1.mol (and possibly big2.mol) file is loaded in the embed plugin object that is opened in a iframe, so you can right-click the plugin area to check the embed code.
    *http://web.it.nctu.edu.tw/%7Etwli/interactive/big1.mol
    *http://web.it.nctu.edu.tw/%7Etwli/interactive/big2.mol

  • Img size height="100%" OK?

    I want my images to it in the viewer's window.
    Making the height="100%" does that. But only if I do not
    specify a width.
    It works in Safari on my Mac. Firefox displays the image in
    native size. Are there browsers that will distort the image?
    Here is my test page, using 97% for the height.
    http://tinyurl.com/rasxc
    Is there a way to do this with tables or div or ? Since all
    browsers don't work with img %s, perhaps my only choice is to wrap
    the image in a Flash movie.

    I agree... Sizing your images doesn't seem like a good idea
    at all..
    If you really "must" display your images this way, then I
    think the
    crash's take on it is quite good.
    Maybe there is also a javascript which would do the job, but
    I tend to
    stay away from js as the user may smiply have it disabled...
    Anurag
    crash wrote:
    > Why? What are you tryign to accomplish? THis is not a
    good way to size
    > images.
    >
    > The best way that I can think of would be to run aserver
    side script and get
    > the size of the user's viewport, then use PHP's GDI to
    manipulate your image
    > size.
    >
    > The way you're sizing that thing right now is ugly.
    You're just resizing
    > the display, nto the actual image.
    >
    >
    > "Wholeo" <[email protected]> wrote in
    message
    > news:eadk16$l5i$[email protected]..
    >> I want my images to it in the viewer's window.
    >> Making the height="100%" does that. But only if I do
    not specify a width.
    >> It works in Safari on my Mac. Firefox displays the
    image in native size.
    >> Are
    >> there browsers that will distort the image?
    >>
    >> Here is my test page, using 97% for the height.
    >>
    http://tinyurl.com/rasxc
    >>
    >> Is there a way to do this with tables or div or ?
    Since all browsers don't
    >> work with img %s, perhaps my only choice is to wrap
    the image in a Flash
    >> movie.
    >>
    >
    >

  • Discoverer Plus Title frame height is too small

    The Discoverer Plus default title frame height is too small to display more than a couple of lines of the report titles without scrolling. Discoverer Viewer displays the entire title area. Is there any way to increase the default height of the title frame in Plus?
    Thanks, Jim

    There is a default hieght that the title frame occupies in Discoverer Plus. If I remember, the title frame by default will not use more than 15% of the available vertical space in the Plus window - again, not sure if this includes the browser chrome or not. You can drag and increase the size of this title frame such that it occupies more of the available screen real estate.
    In Viewer, since the title is rendered as HTML - it will simply expand to show its entire contents.
    thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI - http://www.oracle.com/bi
    BI - http://www.oracle.com/technology/bi
    Blog - http://blogs.oracle.com/
    BI Blog - http://oraclebi.blogspot.com/

  • [BUG?] inlineStyle="height:100%;" doesn't work for dvt:graph with firefox

    Hi,
    Using TP4 with Firefox 2.
    Have dvt:graph with dynamicResize="DYNAMIC_SIZE" and following inlineStyle:
    inlineStyle="width:100%;height:200px;" --> This works as expected and width of graph is resized when I resize the browser window.
    inlineStyle="width:100%;height:100%;" --> At runtime the browser window is empty.
    inlineStyle="width:200px;height:100%;" --> At runtime the browser window is empty.
    Here the full code:
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
              xmlns:dvt="http://xmlns.oracle.com/dss/adf/faces">
      <jsp:directive.page contentType="text/html;charset=windows-1252"/>
      <f:view>
        <af:document binding="#{backing_graph.document1}" id="document1">
          <af:messages binding="#{backing_graph.messages1}" id="messages1"/>
          <af:form binding="#{backing_graph.form1}" id="form1">
            <dvt:graph id="graph1" value="#{bindings.PhoTestView11.graphModel}"
                       binding="#{backing_graph.graph1}"
                       clickListener="#{backing_graph.processClick}"
                       dynamicResize="DYNAMIC_SIZE"
                       inlineStyle="width:200px;height:100%;"/>
          </af:form>
        </af:document>
      </f:view>
      <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_graph-->
    </jsp:root>regards
    Peter

    Hello Frank,
    It's an FF (tested with 2.0.0.16 and 3.0.1) specific problem. With IE7 it works as expected.
    regards
    Peter

  • Workaround for the Firefox height="100%" bug

    Hi,
    Does anyone have a workaround / solution to the bug which affects Firefox which means you can't specify height=100% in the wrapper? The one which means you have to specify an absolute height.
    Maybe even better - does anyone know when it's getting fiex?
    Tks
    Alex

    The problem is that firefox browsers don't support percentage based heights. See...
    http://livedocs.adobe.com/flex/3/html/help.html?content=Part2_DevApps_1.html
    If you set everything to 100% in your wrapper and set your app to 100% in the code it works fine (ie resizes) in every browser except firefox. It's not working correctly in firefox 3.5 either.

  • Height:100% is actually more than 100% of screen window??

    Hello,
    Here is a link to the page in question:
    www.aiwebsites.net/products
    I am trying to make the div with all the product descriptions
    size to height:100% of the users screen. Right now I have the body
    height set to 88% so that the main content will fit most screens
    pretty nicely, but it's not perfect by any means. If I size
    body:100% the scroll_content div gets too large. I would love to
    have the scroll_content div end at the bottom of the screen for
    each screen size and resolution. I know the reason for this glitch
    is some conflict with my padding or margin in my rather large
    stylesheet, but I just can't figure it out. Any help would be MUCH
    appreciated! Let me know if you can't see my css/html and I'll be
    glad to post it (I guess I'm assuming you all have the web
    developer extension for Firefox).

    .oO(daniel-son)
    >I hear what you all are saying, but I have already
    decided this is the best way
    >to display my content on this particular page. There are
    real reasons for this:
    There's hardly a reason to intentionally decrease a site's
    usability.
    I've already seen sites with 3 (three!) adjacent vertical
    scrollbars
    caused by such scrolling boxes. Can you imagine how stupid
    this looked
    and how bad it was to use?
    Your site also causes two vertical and one horizontal bar
    here. Two of
    them are totally unnecessary.
    > 1) the main reason being if people scroll down away from
    the "Estimate Widget"
    >and then add a product to their estimate, the most
    important aspect of my
    >website, the Estimate Widget, will be out of sight and
    not serving its purpose.
    >People won't see it updating and might click the "Add"
    button more than once,
    >or just might forget it's up there all together.
    There are other ways to keep such elements in place, even if
    the entire
    rest of the page is scrollable in a normal way. This is one
    of the rare
    situations where absolute positioning might be a helpful
    option.
    > 2) eventually I will have all many product descriptions
    on that one page,
    Very long pages should be split, which is much better than a
    tiny little
    hard-to-grab scrollbar slider.
    >making people "far" from all the important navigation
    links. Meaning there will
    >be no quick way to navigate all the products. [...]
    People are used to that. The [pos1] key exists and some sites
    even use
    links to jump back to the top/TOC. You're seeing a problem
    which isn't
    one really.
    > Basically, I need help on how to size the div properly,
    can anyone actually
    >help?
    That's the main problem with your approach, simply because it
    can't be
    done properly! It will always be either too small or too big.
    Another little thing: You don't have a background color
    defined for the
    page body. Not every browser uses white by default.
    Micha

  • Applet size width and height = 100%

    Hello All.
    I am using the large font in windows. So I’ve change the applet size in formsweb.cfg file to width=100% and height=100%. Now the applet area fills the browser windows when I maximize it. But if I try to resize it using the mouse from the lower right corner. The form will be busy and never respond to any event and staying like this forever.
    Is there any one come across the problem?
    I am using
    Application server 10g (9.0.4)
    Form 9i
    Client PC (windows 2000)

    Ooookay ..... then how come I've got an demo of
    someone's applet here that does exactly this, i.e.
    draws outside of it's original size ?
    Show us the demo.
    How might they do it ? (dont really want to decompile
    someone else's class file, coz that's rude :-)Maybe someone will do it for you; the impossible has always attracted the human mind.

  • RC Table with height=100% disappears

    Hi JDev gang
    Under JDev 11g TP2, I've an issue with the RC table control.
    I've dragged and dropped a VO data control onto my page and created an <af:table>. I've then placed the <af:table> inside an <af:panelCollection> with defaults values. If I change the panelCollection's height to 100%, at runtime the table does not render inside the browser. However if I set it to a pixel height it works fine.
    My code as follows:
    <af:panelCollection inlineStyle="height:100%;">
      <af:table ..... all the usual table attribute suspects>
      </af:table>
    </af:panelCollection>As a side note, setting the panelCollection's width = 100% works fine.
    Any idea what's going on?
    Regards,
    CM.

    Hi Chris,
    This is a common frustration I have seen with web browsers. Percentage based heights are not reliable.
    I see there is a release note that specifically addresses this at:
    http://www.oracle.com/technology/products/jdev/htdocs/11tp/readme.html#faces2
    Scroll down to the "Page Layout Tips" section for a good explanation of how to avoid using percentage-based heights.
    Regards,
    Matt

  • Set height=100% of a panelSplitter

    Hi, I want to set the height of a panelSplitter to a 100% of tha page. In IE7 works fine, but it doesn't with Firefox 3.
    Here's my css code:
    af|panelSplitter {
    border:0;
    margin: 0 auto;
    padding:0;
    vertical-align: middle;
    height:100%;
    width:90%;
    Any suggestion to make it work under FFox3??
    Thanks.

    In this thread they have solve it. Thank you for your help.
    Re: [BUG?] "height:100%;" doesn't work for af:panelsplitter with firefox
    I'll try to explain it easier anyway:
    - In the CSS file:
    .AFVisualRoot:dark {
    background-image: url('/afr/m_bg_global.png');
    background-repeat: repeat-y;
    background-color: #0D4988;
    color: #FFFFFF;
    - Put panelSplitter into a panelStretchLayout
    - Write on panelStretchLayout Syle Class at properties: AFVisualRoot
    - At the panelSplitter InlineStyle: height:100%;
    I think that might work ;)
    Thanks!

  • DW 8 - Table Height 100%

    What's the secret to get it to work?
    I have a table at the top of my site that contains a masthead
    graphic, below that - I have another table that I want to extend
    all the way down 100%. I have that table height set to 100% as I
    did when I had DW mx, but for some reason - it doesn't work now.
    I'm viewing the site on IE 7 and Firefox.
    Thanks

    Table height is not deprecated. It was never a part of the
    HMTL specs.
    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
    ==================
    ": Nadia : ** Adobe Community Expert **"
    <[email protected]> wrote in message
    news:[email protected]...
    > That's because DWMX didn't use a valid doctype, so that
    it rendered pages
    > on non compatible browsers in quirks mode. Table height
    is not valid,
    > it's deprecated, but it can be made to work with a
    correct doc type... see
    > if this helps:
    >
    >
    http://apptools.com/examples/tableheight.php
    >
    > --
    > Nadia
    > Adobe® Community Expert : Dreamweaver
    > ----------------------------------------
    > CSS Templates |Tutorials |SEO Articles
    >
    http://www.DreamweaverResources.com
    > ~ Customisation Service Available ~
    >
    http://www.csstemplates.com.au
    > ----------------------------------------------------
    > Spry Widget Examples
    >
    http://www.dreamweaverresources.com/spry-widgets/
    > ----------------------------------------------------
    > ~ Forum Posting Guidelines ~
    >
    http://www.adobe.com/support/forums/guidelines.html
    > CSS Tutorials for Dreamweaver:
    >
    http://www.adobe.com/devnet/dreamweaver/css.html
    >
    >
    >
    >
    >
    > "darone75" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> What's the secret to get it to work?
    >>
    >> I have a table at the top of my site that contains a
    masthead graphic,
    >> below
    >> that - I have another table that I want to extend
    all the way down 100%.
    >> I have
    >> that table height set to 100% as I did when I had DW
    mx, but for some
    >> reason -
    >> it doesn't work now. I'm viewing the site on IE 7
    and Firefox.
    >>
    >> Thanks
    >>
    >
    >

  • Resize a Frame height only

    Hello
    I know that I can resize a frame by setting this frame to resizable. Now I want to resize only height, not width. How I can do that
    Many thanks
    shuho

    hey,
    you could add a component listener to your frame...
    frame.addComponentListener(new ComponentAdapter() {
      public void componentResized(ComponentEvent event) {
        frame.setSize(200, frame.getHeight())); // width is always 200
    });hope that helps :)

  • Frameset and iframe tags creates problem in IVIEW

    Hi friends
    -problem 1-
    <html>
    <frameset>
    <frame      
    height="100%",
    width="100%",
    src="http://www.google.com",
    >
    </frame>
    </frameset>
    </html>
    with the above htm file,
    when i m trying to create IVIEW in portal,
    It doesn't display anything
    problem 2----
    when I m using iframe for html and making iview,
    i can see the content but it is bounded within that particular fram. it has its own scrollbar. i cannot get maximum size of it..

    um....      seems  no  one  have  met   the same  problem...

  • Please suggest problem in increasing height repeating frames

    Hi,
    in my report normally up to 100 are printed. i setted the vertical elasticity as expand and horizontal as fixed.
    but while priting, in vertical, it is contracting if date is too short enough and expanding when dat is large enough. But what my requirement i want to specify the height of each field in repeating frame fixed. i.e. 3 centimeters and it should be same for all records printed on page and on each logical page and i want to print maximum 8 records per page becoz my print page size can hold maximum 8 records and each record at 4 lines. And even if the data is short enough it must not be contracted, if data is one line,and the remaining space that is in 3 cemtimers should be left blank and it must to go to second record. That is in fixed heigt of record repeart frame i want to print the data. If data goes more than 3 centimetres then date must be truncated. I did not find any height to set this property in Repeating frame property.
    please suggest solution'
    thanks in advance
    prasanth a.s

    Hi Prasanth,
    Enlarge the Repeating Frame height to say, 3 centimeters in the layout.
    Set the Vertical (& Horizontal as well) Elasticity of the repeating Frame as Fixed.
    In the Property Palette of Repeating Frame, set Maximum Records Per Page to 8 and Set Page Break after property to Yes.
    This will solve ur problems.
    Have a nice day...
    Raja Angamuthu B

  • CSS layout - how to get 100% height

    I'm starting with a Dreamweaver template (2 column elastic,
    left sidebar, header and footer). It's set up in CSS so that there
    is a div container with a few other divs inside it. I want 100%
    width and height. In the CSS for the container, I added width: 100%
    and height: 100%. Width is now 100%, but height is not responding.
    This is the only code I changed from the original template.
    Any idea how to get my height to 100%?
    Thanks!

    Google "Faux columns".
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "OxfordFishSalon" <[email protected]> wrote
    in message
    news:fvd5b0$t6k$[email protected]..
    > Also, saw this post in another thread, which seems
    helpful, but It'd be
    > great
    > if someone could elaborate on these methods a bit (faux
    columns?):
    >
    >
    quote:
    Originally posted by:
    Newsgroup User
    > Sorry Snake, that's not a reliable method for a number
    of reasons, not the
    > least of which is that if you have a window height that
    causes the content
    > to be scrolled, the content will escape its box.
    >
    > Faux columns is the most reliable method to use,
    although there are
    > image-less methods using negative margin and padding
    that will also work.
    >
    > --
    > Al Sparber - PVII
    >
    http://www.projectseven.com
    > Extending Dreamweaver - Nav Systems | Galleries |
    Widgets
    > Authors: "42nd Street: Mastering the Art of CSS Design"
    >
    >
    > "SnakEyez02" <[email protected]> wrote
    in message
    > news:fl1ak3$9o5$[email protected]..
    > > Check out this post:
    > >
    > >
    http://www.webmasterworld.com/forum83/200.htm
    > >
    >
    >
    >
    >
    >

Maybe you are looking for

  • Problems setting up username & password for SQL

    Due to the outstanding advice I recieved from this excellent forum, I have managed to overcome my first problem with declaring a new Class. This leads me to request help with my next biggest problem: Setting up a user GUI that takes a "username" & "p

  • How to Suppress FND_DISABLE_OA_CUST_WARNING

    Hi All, OAF 12.1.3 on Linux I am trying to suppress the following message 'even though personalizations are disabled'. I need to have personalizations OFF but I don't want any of the following to appear. I know this is unusual but try ignore the 'why

  • Little arrows by the side of music and playlists

    Does anyone know how to remove those little arrows in iTunes 8? I could get rid of them in older versions but in the new version i can find that option. Does anyone know if its still available and how to do it? Thanks

  • Help desk application written in coldfusion

    Hello I was assigned to re-create a help desk application using coldfusion. I am so far clueless from the business requirements Know the IT dept is expanding to more than one geographic location. Is there a sample application written in coldfusion. M

  • Gathering Genius information in iTunes 10.5 crashes iTunes in Windows 7.

    I've uninstalled and reinstalled iTunes with no success.  All other iTunes functions work.  I can update Podcasts, purchase music and sync my iPhone but I can't run/update Genuis without crashing iTunes.  I get the message "iTunes has stopped working