Need main Div page container to fill height of browser

I'm a relative Dreamweaver newbie (using CS3). I know almost
nothing about the code, but I've more or less grasped laying out my
page using Div Tags and CSS.
One thing I can't figure out is how to get the page to fill
the height of the browser window, for example if I have a page with
little content. I'm sure there must be a quick fix for this.
Can anyone please explain to me how this is achieved.
Thanks.

Point is that if you want 100% height, that's the way to
achieve it.
> I've looked around on other forums, many say the key to
pages displaying
> at
> 100% height in browsers is adding a {height: 100%;}
attribute to the body
> code,
> so that subsequent divs have a parent reference for
their height setting.
I've seen that kind of rule added to the stylesheet with a
compound selector
(in the following context) -
<style type="text/css">
html, body { height:100%; }
</style>
</head>
But I don't think it's 100% reliable.
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
==================
"NickJ_London" <[email protected]> wrote in
message
news:[email protected]...
> Thanks for that link, it seems to apply to tables
though, I'm laying my
> pages
> out using divs.
>
> I've looked around on other forums, many say the key to
pages displaying
> at
> 100% height in browsers is adding a {height: 100%;}
attribute to the body
> code,
> so that subsequent divs have a parent reference for
their height setting.
> This
> concept I understand, I'm just not sure where to add the
code.
> I know I'm going to have problems until I learn coding,
I'll get there but
> one
> step at a time.
>
> This is the code generated from the Dreamweaver basic
page layout I wish
> to
> build on:
>
> <!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>Welcome</title>
> <link href="css/twoColFixLtHdr.css" rel="stylesheet"
type="text/css" />
> <!--[if IE 5]>
> <style type="text/css">
> /* place css box model fixes for IE 5* in this
conditional comment */
> .twoColFixLtHdr #sidebar1 { width: 230px; }
> </style>
> <![endif]--><!--[if IE]>
> <style type="text/css">
> /* place css fixes for all versions of IE in this
conditional comment */
> .twoColFixLtHdr #sidebar1 { padding-top: 30px; }
> .twoColFixLtHdr #mainContent { zoom: 1; }
> /* the above proprietary zoom property gives IE the
hasLayout it needs to
> avoid several bugs */
> </style>
> <![endif]--></head>
>
> <body class="twoColFixLtHdr">
>
> <div id="container">
> <div id="header">
> <h1>Header</h1>
> <!-- end #header --></div>
> <div id="sidebar1">
> <h3>Sidebar1 Content</h3>
> <p>The background color on this div will only show
for the length of
> the
> content. If you'd like a dividing line instead, place a
border on the left
> side
> of the #mainContent div if it will always contain more
content. </p>
> <p>Donec eu mi sed turpis feugiat feugiat. Integer
turpis arcu,
> pellentesque eget, cursus et, fermentum ut, sapien.
Fusce metus mi,
> eleifend
> sollicitudin, molestie id, varius et, nibh. Donec nec
libero.</p>
> <!-- end #sidebar1 --></div>
> <div id="mainContent">
> <h1> Main Content </h1>
> <p>Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Praesent
> aliquam, justo convallis luctus rutrum, erat nulla
fermentum diam, at
> nonummy
> quam ante ac quam. Maecenas urna purus, fermentum id,
molestie in,
> commodo
> porttitor, felis. Nam blandit quam ut lacus. Quisque
ornare risus quis
> ligula.
> Phasellus tristique purus a augue condimentum
adipiscing. Aenean
> sagittis.
> Etiam leo pede, rhoncus venenatis, tristique in,
vulputate at, odio.
> Donec et
> ipsum et sapien vehicula nonummy. Suspendisse potenti.
Fusce varius urna
> id
> quam. Sed neque mi, varius eget, tincidunt nec, suscipit
id, libero. In
> eget
> purus. Vestibulum ut nisl. Donec eu mi sed turpis
feugiat feugiat.
> Integer
> turpis arcu, pellentesque eget, cursus et, fermentum ut,
sapien. Fusce
> metus
> mi, eleifend sollicitudin, molestie id, varius et, nibh.
Donec nec
> libero.</p>
> <h2>H2 level heading </h2>
> <p>Lorem ipsum dolor sit amet, consectetuer
adipiscing elit. Praesent
> aliquam, justo convallis luctus rutrum, erat nulla
fermentum diam, at
> nonummy
> quam ante ac quam. Maecenas urna purus, fermentum id,
molestie in,
> commodo
> porttitor, felis. Nam blandit quam ut lacus. Quisque
ornare risus quis
> ligula.
> Phasellus tristique purus a augue condimentum
adipiscing. Aenean
> sagittis.
> Etiam leo pede, rhoncus venenatis, tristique in,
vulputate at, odio.</p>
> <!-- end #mainContent --></div>
> <!-- This clearing element should immediately follow
the #mainContent div
> in
> order to force the #container div to contain all child
floats --><br
> class="clearfloat" />
> <div id="footer">
> <p>Footer</p>
> <!-- end #footer --></div>
> <!-- end #container --></div>
> </body>
> </html>
>
> I'm confident enough with CSS now to handle the
re-styling of the page,
> it's
> just the height battle I want to win at this stage.
>

Similar Messages

  • Help need div to expand to height of browser

    Hi is it possible with CSS to get a div to expand to the
    height of the
    browser (IE6, IE7 FF etc.).
    On this design I need to have the 'Nav column' and 'main
    content area' to
    end at the bottom of the browser. It works OK when the
    content in the 'main
    content area' is longer than the height of the browser. But
    when the content
    is less than the height - then the background is shown after
    the end of the
    Nav + main sections.
    I have read that you can set the Body to 100% then use
    min-height on a DIV,
    but can't seem to get this to work
    site is
    http://www.visit-the-coqui.com/Demo/index.html
    and
    http://www.visit-the-coqui.com/Demo/about.html
    CSS is
    http://www.visit-the-coqui.com/Demo/styles.css
    Thanks for any help
    B
    http://www.visit-the-coqui.com
    If you are thinking of a vacation to Puerto Rico
    http://www.thegadgettraveler.com
    Travel gadget and other news here

    "B" <[email protected]> wrote in message
    news:[email protected]...
    > Hi Tim
    >
    > Apologies if my explainantion was not that clear.
    >
    > I think I have sorted it.
    >
    > My main issue was making sure that the colors to the
    right of the layout
    > and below the layout matched the main design
    >
    > I was using a fixed width floated left and so had the
    background tiled
    > horizontally (white on top dark underneath) so that the
    white and dark
    > would continue to the right of the page. - this meant
    that a page that was
    > shorter than the browser would show with the dark part
    of the background
    > underneath.
    >
    > I have now made the body width 100% as well as the other
    divs so that they
    > will fill up the width of the browser and then set a
    background to tile
    > vertically with a fixed white width that matches the Nav
    section - seems
    > to look OK now
    >
    > Thanks for your help and if the above still makes no
    sense - sorry again -
    > but I knwo what I mean :o)
    As long as you've got it working. But a general rule of thumb
    is: use the
    body tag to do the difficult placement work with background.
    USE THE BODY TAG FOR....
    The two most difficult image placement aims to accomplish
    without using the
    body tag are: 1) complete tiling filling the whole window; 2)
    vertical
    tiling from top to bottom.
    Obviously, if you need to tile an image in the whole window,
    do that with
    the body tag.
    But if you don't require a full background tile, and you do
    need to have an
    image reach to the bottom of the page (whether via tile or
    otherwise), use
    the body tag for that. Note that if you're doing a vertical
    tile only and
    don't need an image for the rest, you can still combine your
    body background
    properties so that you get both the vertical tile and a
    background colour.
    E.g.:
    body {
    background:#ff0000 url(/images/bodybg.jpg) top left repeat-y;
    That will give you an image tiling down the left side of your
    page, and the
    rest of the window will have a bright red background.
    USE OTHER TAGS FOR HORIZONTAL WORK AT TOP OF PAGE
    As I said, doing a horizontal tile along the top is easy and
    can be
    accomplished via a number of methods. The reason it's easy is
    that unless
    specified otherwise, block-level elements flow to the width
    of their
    container by default, and start at the top by default. So you
    only have to
    get some height in there in order do horizontal tiling at the
    top of the
    page.
    E.g.
    body { margin:0; padding:0; }
    #header {
    background:url(/images/hdrbg.jpg) top left repeat-x;
    height:150px;
    Here I presuppose that your header is 100% the width of the
    page and your
    image is 150px high and needs to be tiled horizontally. There
    are of course
    all sorts of other variations. (E.g. where you want your
    header image to be
    above other content in the header, you would specify 150px
    top padding
    instead of height - and all other things being equal it's
    always safer to
    specify padding than height, so that you don't overflow your
    container.)
    Note that horizontal and top margin and padding must be at 0
    in order to get
    your image to go from top left edge to top right edge. If you
    want a
    variation on that, adjust to suit.
    Alternatively, if you just want that tiled horizontal
    background to appear
    to the left and right of your content, you can create an
    absolutely
    positioned div to hold it. Then you will need to make your
    wrapper
    relatively positioned in order to make sure your z-index gets
    your content
    "in front" of your AP:
    #toptile {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:150px;
    z-index:1;
    #wrapper {
    position:relative;
    z-index:2;
    /* your other rules */
    Tim G.
    http://www.pactumweb.com
    http://www.shortordersite.com
    Be smart:
    http://www.pactumweb.com/client/tips.php

  • Main div is not containing interior divs

    My interior divs are floating beyond the height of my main div, instead of my main div lengthening to accommodate interior divs. I've examined coding from another site I did and it looks to me to be the same code. I need a second pair of eyes.
    http://12caliboguecay.com
    Thank you!
    Samantha

    chameleonhhi wrote:
    I gave it a try...and "yes" it did extend the height, however only when I look at it in preview mode, which makes it a bit awkward to work with in design mode. Is it not okay practice to do the br class=clearfloat code?
    Thank you for hanging in there with me on this.
    Samantha
    You can use any number of clearing methods - overflow: hidden; is the cleanest. However if you can't see it in design view use the <br> style method
    inserted between your last floated closing </div> tag and its parent closing </div> tag as below:
    </div>
    <br style="clear: both;">
    </div>

  • Need to know how many pages contain color

    Is there any way of determining from the PDF file how many pages contain color and how many are just black and white?
    I need to be able to charge users for use of the more expensive color laser printer, and tell the relative cost of printing in black only.
    If there is not a simple way, eg something in each page header, then how many different things would I need to scan for within the PDF file?
    Has anyone else had this problem, and does anyone have any utilty software to help do this?
    Cheers, Derek

    Since this is the PDFLanguage forum, I'll answer by explain a bit about PDF...
    In PDF, there are 11 different ways to represent a color. For example, "Black" could be represented in Gray (1.0), RGB ([0 0 0]), CMYK([0 0 0 1]), etc. Which one(s) of those are "black and white", in your definition?
    Therefore, the first thing you need to do is understand how color works in PDF. Second, you need to understand how those varying colorspaces translate to your printer.
    THEN you can look around at software solutions that will help you solve your needs.
    Leonard

  • Fill the full browser height using 100% page items?

    I know Muse allows for visual designs that fill the full browser width using browser fill image tiling and 100% width page items, but can this be done vertically as well for full height of browser fill? I'm having issues getting this to work even after filling a rectangle from top to bottom of browser. HELP!

    Hello,
    100% stretch only works for the width of the rectangle and not for height in Adobe Muse.
    It has already been logged as a feature request : http://forums.adobe.com/ideas/1858
    I would suggest you to add your valuable vote and comments to the post.
    Regards,
    Sachin

  • Lining up divs inside a main div: Mine not working

    Hello, I need help with my CSS design, I am trying to line many dives inside a container DIV, interestingly only the first div is well
    positioned, the rest lie outside the container all together. I can't figure out what I am doing wrong. Find attached my CSS definitions and also the related code:
    CSS:
    /* id the for main container of index page elements */
    #indexmain{
    background-color:#FFFFFF;
    font-weight: bold;
    color:#00FF00;
    width: 100%;
    height: 600px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    /* id for welcome label */
    #welcome {
    background-color:#FFFFFF;
    color:#00FF00;
    padding-top: 5px;
    padding-right: 5px;
    padding-left:5px;
    padding-bottom:5px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 140px;
    height: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    top: 160px;
    left: 120px;
    /* id for main container of index elements */
    #welcomemain{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 60%;
    height: 400px;
    border-width: 1px;
    border-style: solid;
    border-color: red;
    top: 192px;
    left: 120px;
    /* id for description of consumer component */
    #consumerdescription{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-right-color:#FF0000;
    top: 0;
    left:0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id for label of consumer link */
    #consumerlink{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-left-color:#FF0000;
    background-color:#CCFF66;
    top: 0;
    right: 0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id for label of business link */
    #businesslink{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-right-color:#FF0000;
    background-color:#CCFF66;
    bottom: 0;
    left: 0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id for description of business component */
    #businessdescription{
    background-color:#FFFFFF;
    color:#00FF00;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size:24px;
    font-weight: bold;
    width: 50%;
    height: 200px;
    border-width: 1px;
    border-style: solid;
    border-left-color:#FF0000;
    bottom: 0;
    right: 0;
    margin-left: auto ;
    margin-right: auto ;
    text-align:center;
    /* id to control positioning of content*/
    .centerlinkcontent{
         position:absolute;
         top:80px;
         left: 110px;
    .centerdescriptioncontent {
    position:absolute;
    top:50px;
    left:20px;
    .titlelabelconsumer{
    width:100%;
    height:35px;
    background-image:url(../images/Isl_bkgrd.jpg);
    background-repeat:repeat-x;
    text-align:center;
    .titlelabelbusiness{
    width:100%;
    height:35px;
    background-image:url(../images/Isl_bkgrd.jpg);
    background-repeat:repeat-x;
    text-align:center;
    top:400px;
    .searchresultscontainer{
    width:812px;;
    height:62px;
    border-style:solid;
    border-color:#FF0000;}
    .searchresultsimg{
    width:100px;
    height:60px;
    background-color:#CCCCCC;
    left:0px;
    border-style:solid;
    border-color:#9966CC;
    border-width:1px;
    /*.searchresultsdetail{
    position:relative;
    width:700px;
    height:61px;
    text-align:center;
    background-color:#CCCCCC;
    float:right;
    left:101px;
    margin:0;
    padding:0;
    .productdescription{
         position:absolute;
         width:300px;
         height:36px;
         text-align:left;
         left:101px;
         margin:0;
         padding-bottom:10px;
        padding-top:12px;
         border-style:solid;
         border-color:#FFCC00;
         border-width:1px;
    .productmodelno{
    position:absolute;
    width:100px;
    height:36px;
    text-align:left;
    left:401px;
    margin:0;
    padding-bottom:10px;
    padding-top:12px;
    border-style:solid;
    border-color:#996600;
    border-width:1px;
    .productmodelyear{
         position:absolute;
         width:100px;
         height:36px;
         text-align:left;
         left:501px;
         margin:0;
         padding-bottom:10px;
        padding-top:12px;
         border-style:solid;
         border-color:#00FF00;
         border-width:1px;
    .productprice{
    position:absolute;
    width:100px;
    height:36px;
    text-align:left;
    left:601px;
    margin:0;
    padding-bottom:10px;
    padding-top:12px;
    border-style:solid;
    border-color:#000033;
    border-width:1px;
    .productuserid{
    position:absolute;
    width:100px;
    height:36px;
    text-align:left;
    left:701px;
    margin:0;
    padding-bottom:10px;
    padding-top:12px;
    border-style:solid;
    border-color:#990000;
    border-width:1px;
    Related Code:
    <!---Create a container for the search results --->     
    <div class="searchresultscontainer">
        <div class="searchresultsimg"><!--- creating a resized version of uploaded image of product --->
               <cfimage source="#ExpandPath('images/consumer/#Cnsmr_ProductIMAGE#')#" action="resize" width="100" height="60" name="resizedImg" format= "jpg">
               <cfimage source="#resizedImg#" action="writeToBrowser"><!---img src="images/consumer/#Cnsmr_ProductIMAGE#"--->
        </div>
        <div class="productdescription"><font size="+2">#Cnsmr_ProductDESCRIPTION# </font>  <font size="+2"></div>
         <div class="productmodelno"><a href="showProductDetail.cfm?Cnsmr_ProductCountID=#URLEncodedFormat(TRIM(Cnsmr_ProductCountID))#">#Cnsmr_ProductMODELNo# </font> </a></div>
         <div class="productmodelyear"><font size="+2">#Cnsmr_ProductMODELYEAR# </font> </div> 
         <div class="productprice"><font size="+2">#Cnsmr_ProductPRICE#</font> </div>
         <div class="productuserid"><font color="#000066#" size="+2">#User_id#</font></div>
    </div>
    <!--- end of searchresultscontainer --->
    </cfoutput>

    In addition to PZ's reply, you have way too much going on in your stylesheet ;-)  it needs to be streamlined dramatically.
    If you don't undersand the how and whys of using AP (absolutely positioned) divs, it's better not to use them - here's why:
    Why do my AP Divs (layers) move when I resize the browser window?
    You may want to run through a few CSS tutorials before going any further, so as to get your head around how CSS layouts work and how to use a stylesheet effectively  :-)
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html http://www.adobe.com/devnet/dreamweaver/articles/bk_dwcs4_mastering_css/bk_dwcs4 _mastering_css_04.pdf
    LIST OF CSS TUTORIALS:
    http://www.adobe.com/devnet/dreamweaver/css.html

  • Need Help: I need a check box to auto fill a set value in separate text field.

    Hi, this is my first time with inserting scripts into a PDF Form.
    We have a form that requires the user to check a box regarding medical conditions they have (i.e. Asthma, Diabetes, Hypertension).  Later in the form, they have to type out the same condition into a text box. (I know stupid to double document, but it is required).  Is there a script that will auto fill the text box when they check the box?  For example, if they check asthma, the text box on a later page in the PDF will say "Asthma, controlled."  Is this possible?
    In addition, if they don't click Asthma, and do click Diabetes, could it add Diabetes to the first text box, but if they check both, it would add Asthma to box 1 and Diabetes to box 2?
    Any help would be GREATLY appreciated.
    I'm using Acrobat 9
    Thanks!

    Hi, I'm staring at the code trying to make it work for my needs, which are similar to Austin's.
    I have a 16-page form with 2,988 checkboxes in the entire document (a little over 200 in each page besides the first and last page). The last page contains a textbox labled Summary, and it should provide a summary of all the items checked in the document. Theoretically only one page will be populated at a time, so there will be no more than 200 checkboxes checked in the entire document.
    Is it possible to use the same code? And do I just put the code under the text in the script that reads:
    form1.SummaryPage.SummaryText::calculate - (JavaScript, client)
    The JS I am trying to get to work is the following from a post above.
    // Custom Calculate script
    (function () {
        var i, v, s = "";
        // Loop through the 2988 check boxes
        for (i = 1; i < 2989; i += 1) {
            // Get the value of the current checkbox
            v = getField("checkbox " + i).valueAsString;
            // Concatenate check box value to string if not deselected
            if (v !== "Off") s+= v + "\r";
        // Set this field value
        event.value = s;

  • I need my first page to load blank!

    Howdy One and All,
    I need the first page to load blank (just a transparent background would do) but at the moment it's loading the first page of text. I want the text to appear when I hit the home button (named: mc.menuBtn1_btn). I'm having a little problem with the following code. Any ideas welcome
    I want the buttons to slide in on the x from left to right and then settle in position, with no text on screen.
    Then, when I hit the home button, the home page appears, followed by all the other buttons in the menu I decide to click.
    I don't want to create scenes as it's all in AS3.
    Hope this clarifies things
    import fl.transitions.*;
    import fl.transitions.easing.*;
    // tween the main menu into place upon opening
    var moveTween:Tween = new Tween(mainmenu_mc, "x", Elastic.easeOut, mainmenu_mc.x, 1, 20, true);
    // claim MCs from library to use on stage when needed using addChild
    var p1:page1 = new page1;
    var p2:page2 = new page2;
    var p3:page3 = new page3;
    var p4:page4 = new page4;
    var p5:page5 = new page5;
    var p6:page6 = new page6;
    var p7:page7 = new page7;
    var p8:page8 = new page8;
    var p9:page9 = new page9;
    pageContainer_mc.addChild(p1);
    // instruct the above page container to run a tween
    var pageMoveTween:Tween = new Tween(pageContainer_mc, "y", Elastic.easeOut, 0, 0, 2, true);
    //new
    mainmenu_mc.menuBtn1_btn.addEventListener(MouseEvent.CLICK, btn1Click);
    mainmenu_mc.menuBtn2_btn.addEventListener(MouseEvent.CLICK, btn2Click);
    mainmenu_mc.menuBtn3_btn.addEventListener(MouseEvent.CLICK, btn3Click);
    mainmenu_mc.menuBtn4_btn.addEventListener(MouseEvent.CLICK, btn4Click);
    mainmenu_mc.menuBtn5_btn.addEventListener(MouseEvent.CLICK, btn5Click);
    mainmenu_mc.menuBtn6_btn.addEventListener(MouseEvent.CLICK, btn6Click);
    mainmenu_mc.menuBtn7_btn.addEventListener(MouseEvent.CLICK, btn7Click);
    mainmenu_mc.menuBtn8_btn.addEventListener(MouseEvent.CLICK, btn8Click);
    mainmenu_mc.menuBtn9_btn.addEventListener(MouseEvent.CLICK, btn9Click);
    function btn1Click (event:MouseEvent):void {
    //home button actions
    var btn1Outro:Tween=new Tween(pageContainer_mc,"alpha",Strong.easeOut, 1, 0, 1, true);
    btn1Outro.addEventListener(TweenEvent.MOTION_FINISH, runBtn1Transition);
    function runBtn1Transition (event:TweenEvent):void {
    pageContainer_mc.removeChildAt(1);
    pageContainer_mc.addChild(p1);
    var btn1Intro:Tween = new Tween(pageContainer_mc, "alpha", Strong.easeOut, 0, 1, 1, true);
    function btn2Click (event:MouseEvent):void {
    var btn2Outro:Tween = new Tween(pageContainer_mc, "alpha", Strong.easeOut, 1, 0, 1, true);
    btn2Outro.addEventListener(TweenEvent.MOTION_FINISH, runBtn2Transition);
    function runBtn2Transition (event:TweenEvent):void {
    pageContainer_mc.removeChildAt(1);
    pageContainer_mc.addChild(p2);
    var btn2Intro:Tween = new Tween(pageContainer_mc, "alpha", Strong.easeOut, 0, 1, 1, true);
    etc. etc. etc... 

    I'll assume that you are referring to p1.  If you don't want it to appear, then you should set its alpha value to 0 before you add it to the display list...
    p1.alpha = 0;
    pageContainer_mc.addChild(p1);
    If the text is remains visible, then chances are you are using a dynamic textfield and have not embedded the font in it.

  • A div master container blinks in mozilla  firefox

    Hi
    a spry div master container I designed blinks in mozilla  firefox...but it works ok in IE...
    I tried to delete any behaviors in the div master container and div Detail Column but it still blinks in the div master container...
    How can I make it (div master container) ..stop blinking?

    Hello,
    Unfortunately this is not an answer..I just felt the need to mention that I experience the same issues in all Mozilla based browsers, including Firefox and SeaMonkey. When scrolling through the page, the header section (which is positioned fixed) in my website distorts upwards and downwards, while disappearing for super quick millisecond periods. Its strange, because its only Mozilla based browsers that do this, while all others display fine.
    I'm not sure if the "blinking" mentioned above is the same problem as the strange disappearances and distortions I'm having, but since both visual issues are occurring within Mozilla browsers, the answer to the above problem is probably the answer to mine too..or at least definitely considerable!
    Thanks in advance,
    Mr.V

  • Passing values from a form to a page containing forms.

    I would like to pass a value from a form to a page containing two forms (one of the forms is in a tab).Once the value is passed, I want the two forms to be executed with the value passed. Can this be done and how? Any help would be appreciated. Thanks.

    Yes, this is possible.
    I will give you a brief outline.
    From the 1st form, you need to save the value, you want to pass to the 2 other forms, using the wwsto_api_session apis.
    Then, using go() or call() from the Successful submission section, you need to go/call the page containing the 2 forms.
    You need to write some pl/sql code in the 2 forms (on the page) to retrieve the value saved and perform the action you desire. The saved value can be retrieved using the wwsto_api_session apis.
    However, both forms will not get executed at the same time unless both of them are in the same tab i.e. unless both forms are visible at the same time.
    If the forms are on different tabs, they will get executed when they are being displayed.
    But, there are ways to execute both the forms, if it really necessary, even if they are not on the same tab.
    I will be posting the an example soon in this thread.

  • How do I add to the HTML page containing an fla?

    Hi,
    My site has Flash Video that plays back in a Flash movie
    file.
    I want to put html text on the html page containing the Flash
    movie so that if a viewer doesn't have Flash, they can see a plain
    text link that sends them to a page with a Windows Media Player.
    When I attempt to add text to the html page containing the
    Flash movie, the text doesn't appear and my page changes background
    color.
    Where in the source code should I be adding my html text?
    Please indicate the insertion point below.
    Source code below or visit
    http://www.ocatillopictures.com/OcatilloFrames/Animation.html
    Thanks
    <html xmlns="
    http://www.w3.org/1999/xhtml"
    xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <title>Janos-FlashPlayer</title>
    <script language="javascript">AC_FL_RunContent =
    0;</script>
    <script src="AC_RunActiveContent.js"
    language="javascript"></script>
    </head>
    <body bgcolor="#100068">
    <!--url's used in the movie-->
    <!--text used in the movie-->
    <!--
    <p align="center"><font face="Wingdings 3" size="16"
    color="#80dbf9" letterSpacing="0.000000" kerning="1"><a
    href="
    http://www.ocatillopictures.com/FinalPages/Animation.html#Janos
    Video Anchor" target =
    "_self"><b>t</b></a><font
    face="Arial"><a href="
    http://www.ocatillopictures.com/FinalPages/Animation.html#Janos
    Video Anchor" target = "_self"><b>Return to
    Menu</b></a></font></font></p>
    <p align="center"><font face="Arial" size="16"
    color="#80dbf9" letterSpacing="0.000000" kerning="1"><a
    href="
    http://www.ocatillopictures.com/movie-pg/Janos-movie.html"
    target = "_self"><b>View Windows
    Media</b></a><font face="Wingdings 3"><a
    href="
    http://www.ocatillopictures.com/movie-pg/Janos-movie.html"
    target = "_self"><b>u</b></a><font
    face="Arial"><b>
    </b></font></font></font></p>
    -->
    <!-- saved from url=(0013)about:internet -->
    <script language="javascript">
    if (AC_FL_RunContent == 0) {
    alert("This page requires AC_RunActiveContent.js.");
    } else {
    AC_FL_RunContent(
    'codebase', '
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
    'width', '700',
    'height', '500',
    'src', 'Janos-FlashPlayer',
    'quality', 'high',
    'pluginspage', '
    http://www.macromedia.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'window',
    'devicefont', 'false',
    'id', 'Janos-FlashPlayer',
    'bgcolor', '#100068',
    'name', 'Janos-FlashPlayer',
    'menu', 'true',
    'allowFullScreen', 'false',
    'allowScriptAccess','sameDomain',
    'movie', 'Janos-FlashPlayer',
    'salign', ''
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"
    width="700" height="500" id="Janos-FlashPlayer" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="allowFullScreen" value="false" />
    <param name="movie" value="Janos-FlashPlayer.swf"
    /><param name="quality" value="high" /><param
    name="bgcolor" value="#100068" /> <embed
    src="Janos-FlashPlayer.swf" quality="high" bgcolor="#100068"
    width="700" height="500" name="Janos-FlashPlayer" align="middle"
    allowScriptAccess="sameDomain" allowFullScreen="false"
    type="application/x-shockwave-flash" pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    />
    </object>
    </noscript>
    </body>
    </html>

    You have the text commented out. Remove the "<!--" before
    your text and the "-->" after the text and it will show.

  • Getting error message in debug "Page contains page items/buttons which are not assigned to a region!"

    Hi,
    I created a form and when I submit, it goes through but there is no "success" or "failure" message on Apex. I tried debugging it and got this message:
    "Page contains page items/buttons which are not assigned to a region!"
    I looked at the page definition and it seems like everything is assigned to a region. Much appreciate your help.
    Thanks!

    For your message, the relevant branch needs "include process success message" to be checked - and a value in success/failure in your process.
    Check the submitting & landing page for items not in a region. Under the items section there may be items listed separate to those under specific regions.
    It's possible these are related, but not guaranteed.

  • Form:The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!

    Hello, sorry for my english!
    I am currently creating a form. This form contains 20 pages. For more comfier to fill it in, I want it to be loaded 1 page to 1 page. The user sees on the screen a single page, for the second page (and to fill it in) he will click a button "next page"!
    Is it possible to do this with adobe acrobat pro?
    In the case of a negative answer, can Indesign do this?
    thank you.

    Technically it's possible to use a script to prevent someone from going to the next page unless they click a button, but I think it's a bad idea and very user un-friendly. You can add a button that will take someone to the next page, but don't try to restrict them from doing so themselves if they so wish.

  • Photos in text of blog entry do not port to main blog page

    I have posted before about the photos from my entry page disappearing when ported to my main blog page. I have yet to find a solution so I'm asking for help again.
    I'm am trapped using iWeb 1.1 until I find a solution. I use the Modern Template with modifications. Usually I delete the snowboarding surfer placeholder. Please note I'm not concerned that this photo doesn't port. I don't want it to. I do however need the photos that I have embedded via text wrap within my blog entry to port to the main blog page. They do not.
    I have tried keeping the snowboarder place holder and redoing entries with wrapped text, but my additional photos are still missing. I have checked the box in iWeb 2 that says show photos. My layouts conveted to iWeb 2 look perfect on the entry's page, and horrible with missing photos on the summary page.
    This problem is beyond frustrating. My blog can be seen here, however it is still the iWeb 1.1 format.
    http://web.mac.com/knittsings/iWeb/knittsings/knittsings/knittsings.html
    As you can see, almost all my entries have numerous photos. I want them to display on the main blog page.
    Am I missing something very basic? I have seen others with this same question but no one seems to have had any luck resolving this problem.
    Thanks,
    Kathryn

    And that's the way it should be.
    If you look at this page about navigation you'll see that the main navigation uses eternal links and the sub navigation internal ones....
    http://www.iwebformusicians.com/WebMusic/Navigation.html
    Try the troubleshooting steps under "Fix iWeb" here.....
    http://www.iwebformusicians.com/WebMusic/iWebTips.html

  • Safari-Yahoo doesn't recognize me after I leave their main front page

    I have the new version, have de-selected plug-ins in security, allow cookies, and have re-installed Safari. I sign into yahoo on the main front page, as soon as I leave that page yahoo no longer recognizes me as signed in thus my news location preferences don't load. I change location zip code, and they load, as soon as I return to the page, I am back to Sunnyvale, CA location. This only occurs on this computer, and didn't do this previously. What settings in Safari need changing? Thanks

    Do you know that you posted in the iPad forum?

Maybe you are looking for