Align vertically an object in the browser window.

Hello

I searched the previous posts on this subject, and I have not found an answer.

I need to align vertically an object in my browser window. Here is an example: http://www.adgcomunicacao.com.br/valign/

How is that possible? The PIN options only let me PIN to low or high, but not the vertical center!

Capture d’écran 2016-02-19 à 16.31.35.png

Where is the button?

Thank you!

Chris.

Well, I'll be more specific: There is no Center vertically to window option in Muse.

The only element that centers vertically, is the Lightbox slideshow/Composition widget.

Tags: Adobe Muse

Similar Questions

  • Muse - how to align an object to the center of the browser window?

    Hi all!

    I would like to have a widget that is aligned to the bottom of the browser window. The intention is, what is the size of the window, the widget will appear so many pixels above the bottom edge.

    Thanks for your help.

    Philippe

    Hi Philippe,.

    You can lock your widget in the lower center of the browser window by using the option of the PIN at the top right of your screen of muse. Let me know if it helps.

    Emily

  • Align the top of the browser window

    Hey all

    Yeseterday was difficult to center the content of a page, Murray thanks for helping me on this one. Now back to my original problem - get my content to be flush with the top of the browser window.

    Here is the link:

    http://darcystrial.apollak.FastMail.FM/index_trial3.html

    Have tried to add in the top div on the page:

    Like this:

    < div style = "width: 658;" margin: 0 auto; text-align: left; top: 0; ' > '.

    (Does nothing)

    and this

    "< div style =" position: absolute; Top: 0px; Width: 658; margin: 0 auto; text-align: left; position: top: 0; ' > '.

    (mucks upward centering)

    All the ideas!

    Ash

    PS - I know that my code needs a lot of storage in other places...

    Hello

    If the browser does not use it by default to zero is the margin for the body.

    Change this:

    body, td, th {}
    do-family: Arial, Helvetica, without serif.
    do-size: 11px;
    color: #E8E8E8;
    vertical-align: top;
    Clip: rect (auto, auto, auto, auto);
    }

    To do this:

    body, td, th {}
    margin: 0;
    padding: 0;
    do-family: Arial, Helvetica, without serif.
    do-size: 11px;
    color: #E8E8E8;
    vertical-align: top;
    Clip: rect (auto, auto, auto, auto);
    }

    Take care
    Tim

  • Try to float my icons so that they are always in the lower right of the browser window.

    I am currently using tags div to achieve, but because I am now fields a preloader, I can't use this method. I have elements which must float including my logo on the lower left, my icons at the bottom right and request a tab on the top right of the window. I also need my main_mc to be centered in the browser window. I could do all this using CSS and DIV tags but because I would use a preloader, need to understand how do have instead.

    Someone said in a previous debate that I could use javascript in some way to position elements, but do not know much about him. If someone could put a solution relatively easy to do this I would really appreciate it.

    What kind of preloader is that? Do you use some sort of preloader javascript which shades site and preloads the page? How the preload affects your need to change the CSS? The SWF resize itself?

    If you are not very familiar with JavaScript, it is better to get a frame that will handle things like differences between the browsers for you. jQuery is a very popular and easy to use framework. You can use the class ExternalInterface AS inform JavaScript your Flash loading is completed and use jQuery to measure and align your SWF object. You would need a resize handler to adjust necessary also when the user resizes the browser.

    Although I keep just simple with CSS is better. I don't understand why a preloader is not what allows some CSS work unless the SWF is actually changing the size.

    An example of a JavaScript function using jQuery that ExternalInterface might be called to reposition the SWF, assuming the SWF file has the id = "MainSWF":

    JavaScript

    $(document) .ready (function)

    {

    resize the listener

    $(window) .resize (function () {AlignElements() ;});

    Make sure SWF is absolute positioned

    $('#MainSWF').css({'position':'absolute'});

    call it to begin

    AlignElements();

    });

    function AlignElements()

    {

    Use the top/left properties to align SWF

    var left = Math.round (($(window) () - $('MainSWF').width () .width / 2) + "px";

    Var high = Math.round (($(window) () - $('MainSWF').height () .height / 2) + "px";

    $('#MainSWF').css({'left':left,'top':top});

    }

    AS:

    LIKE, called SWF after preloading

    ExternalInterface.call("saveglobalscore",score) ("AlignElements");

    Make sure you download and load jQuery into your pages, so it is available or not working. There are a lot of other JavaScript frameworks you'll love more or are together lighter on the loading of the basic page for such things. Looking around doesn't hurt.

  • I have centered on site in the browser windows, now IE centres all the content of all pages

    I'm trying to balance my Web site pages in the browser windows adding < div align = "center" > just below the opening of the body tag and < / div > just before the closing body tag.

    I have serverside includes nav, footer and header.  The first thing I noticed was the buttons on the nav bar do not align more left, but only in Internet Explorer.

    Now, I see that IE is centering all the content of all pages.  What should do?  the Web site is http://aromaforhealth.com

    I'm using tables and do not have much knowledge about using server-side includes or code.  So, be specific.  Thank you very much.

    Your CSS is missing an end support and that's why he messed up your pages.

    In addition, the width of your page must be wider than the larger object on your pages.

    Try the following code exactly as shown here:

    Body {width: 780px; margin: 0 auto ;}}

    Nancy O.
    ALT-Web Design & Publishing
    Web | Graphics | Print | Media specialists
    http://ALT-Web.com/
    http://Twitter.com/ALTWEB
    http://ALT-Web.blogspot.com

  • Full screen swf don't auto-size until the browser window is resized

    Hi all
    I posted my test here at http://www.urbanlinx.com/Test.swf.
    I have 4 MCs in the film. A header, content box (Center), footer and background image.
    When the browser is set to scale the background will scale proportionally to the widow and maintains its proportions.
    My problem: when the clip is loaded first, the background is not resized until the browser to resize manually by the user.
    Is there a code I can add that will check the size of the window prior to the loading of the movie?

    My code is attached.
    Stop();

    Stage.scaleMode = "noscale";
    Stage.Align = "tl";
    Stage.addListener({onResize:reposition});)


    function reposition() {}
    var header = _root.myHeader_mc;
    var bg = _root.image_mc;
    var content = _root.myContent_mc;
    var _root.myFooter_mc = footer;

    var NPOS;

    NPOS = getNewPosition (header);
    Header._x = nPos.x;
    Header._y = 0;

    NPOS = getNewPosition (content);
    Content._x = nPos.x;
    Content._y = nPos.y;

    NPOS = getNewPosition (bg);
    BG._x = nPos.x;
    BG._y = nPos.y;

    NPOS = getNewPosition (footer);
    footer._x = nPos.x;
    footer._y = Stage.height - footer._height;
    };

    function getNewPosition (mc) {}
    var agree = Math.floor ((Stage.width-mc._width) / 2);
    var = Math.floor ((Stage.height-mc._height) y / 2);
    return to {x: agree, y: Y};
    };

    reposition();

    Stage.scaleMode = "noScale";
    Automatic resizing
    stageListener = new Object();
    stageListener.onResize = function() {}
    backgroundResize (_root.image_mc);
    };
    Stage.addListener (stageListener);
    Background resizing
    function backgroundResize (image) {}
    var imageHeight = 400;
    var imageWidth = 700;
    var wRatio = Stage.width/imageWidth;
    var hRatio = Stage.height/imageHeight;
    Report higher
    If (wRatio > hRatio) {}
    var ratio = wRatio;
    } else {}
    var ratio = hRatio;
    }
    Resize
    If (Stage.width < = imageWidth & & Stage.height < = imageHeight) {}
    image._width = imageWidth;
    image._height = imageHeight;
    } else {}
    image._width = imageWidth * ratio;
    image._height = imageHeight * ratio;
    }
    }
    backgroundResize (_root.image_mc);

    Special thanks in advance.

    PS: If you know a way to do this with a cleaner code, help would be greatly appreciated... If it is already the correct code... Thanks to all the people in the community who taught me :)

    Well right after that a whole bunch of tracks and errors as much as I found the resize code is not like code reposition. Tried another code to reposition and its working great. It is also much smoother during resizing.

    Here is the code I use. Basically the bottom scales proportionally to the browser window, keeps its ratio and scales of the Center. If anyone has any advice on how to do it more easily if you please drop me a line.

  • Is there a possible solution to this age-old problem which graphics disappear when the browser window is resized?

    example: www.satlinker.de
    If the browser window is smaller than the content, the header image seems well.
    My css stylesheet looks like this:

    #banner {
     padding-left:10px;
     text-align: left;
     font-weight: bold;
     border: 1px solid #000;
     background: transparent url(/media/header.svg) top left no-repeat;
     height: 70px; /*workaround to adjust width*/
     -webkit-background-size:100% 100%;
     -moz-background-size:100% 100%;
     -o-background-size:100% 100%;
     background-size:100% 100%;
    }

    It has nothing to do with svg, similar problems with png images.
    In earlier versions, height adjustment worked as a workaround, but no more in vesion 17.
    There are various problems like the one described in the net:
    for example Bug 282558 - sized image vanishes on browser resize.
    But I can't find any solution - and this bug is described in 2005!

    I was wrong, it was a problem with the svg format. I tried several other formats, each doing its own problems. I tried cleaning the svg with conversion tools code and finally manually with a Publisher - nothing works. GIF and jpg of other problems, so finally I have found a converter of images to http://www.files-conversion.com/, which produces an acceptable png format.

    I think that the rendering of images needs to be improved.

  • Page DW8 with HTML to fit in the browser window

    I created a basic html page and wish to have the page continue to fit in a browser window as the window changes size. Tried with CSS "background-size = 100%" fixed online codes, but doesn't seem to work.

    The background-size setting is only to set a background image. Would not resize the entire page.

    Several things working against you in your code. The first and most difficult to treat while using it on the page, is "position: absolute". In General, this setting is the opposite of reagent. Position: absolute "can" be used in sensitive designs, but it requires additional code to make it happen. Absolute positioning of objects include an exact amount of pixels high, left, down or to the right of the parent (just up and left by default in DW) element. In your case, #Layer1 will always be 431 pixels from the top of the page and 329 pixels from the left that is decidedly "not suitable."

    These parameters (position, top and left) must be removed and the APDiv/layer button should be ignored here on out if you want your design to adapt to different screen sizes. You will need to learn how to position elements using css float, margin and padding if you want to create something sensible. Running through the tutorials at http://www.w3schools.com/css for some databases. Some other links on css positioning...

    Learn CSS positioning in ten steps: absolute relative static position float

    CSS - float and clear formatting

    Your width settings also say your items to an exact pixel size as well. To make your attentive elements, you can use % width settings. The actual size of an element using a percent width is determined by the setting of its parent element. For example, if you set the width of #Layer1 to 80%, instead of 674 pixels, it will eventually be 80% as wide as thesetting the tag. Given that theis assumed 100% unless otherwise stated, layer1 would end up being 80% of the width of the browser window. With ' width: 60% ", you can use a setting min-width" never get smaller than that "in css. If you set your same #Layer1 width: 80% a min-width: 400px will keep it from never has less than 400 pixels wide.

    Once you have the basics of layouts css under your belt, look into CSS Media Queries. Basically what they allow you to do, is put "break points" in your .css file so "once that window reached 401 pixels or more, use this css instead" so it allows you to write completely different rules for various devices.

  • Please help: content still is not fixed with background image when I resize the browser window

    I am designing a Web site and want my content appear in the same location relative to the background image, regardless of whether or not the browser window is resized. How can I do this? (the content always moves when I preview the page)

    You can pin the object on the page so that it remains in the same position with any size of the screen.

    Thank you

    Sanjit

  • How to move the contents of the footer to the bottom of the browser window

    I use default globe exculpatory for portal ADF applications, but seeing that the footnote page note gets to the bottom of the browser window. Can anyone help here please on how to get there?


    Kind regards
    Frédéric

    Hello.

    Includes your page of templeta in a who follows these steps:

    (1) put your ** in ** to ** without your footer. (Everything except the foot of page and xmlAttributes)
    (2) put your ** with the footer in ** (only the bottom of page).

    With ** you can solve your problem.

    Kind regards. Daniel.

    PD: I stick an updated model that I have pageTemplate_globe with panelStretch. I hope to help you.



    xmlns:f = "http://java.sun.com/jsf/core".
    xmlns:af = "http://xmlns.oracle.com/adf/faces/rich".
    xmlns:PE = "http://xmlns.oracle.com/adf/pageeditor".
    Cust = "http://xmlns.oracle.com/adf/faces/customizable."
    xmlns = "http://java.sun.com/jsp/jstl/core" >






    rendered = "#{! composerContext.inEditMode or facesContext.viewRoot.viewId == ' / oracle/webcenter/siteresources/scopedMD/s8bba98ff_4cbb_40b8_beee_296c916a23ed/siteTemplate/gsr395559d2_16dc_4c21_89f8_f62c184d3bbc/Container.jspx '}" > "


    value = "Copyright 2010 - Oracle and/or its affiliates. All rights reserved. />




    inlineStyle = "width: #{attrs.contentWidth};" » >


    inlineStyle = "width: #{attrs.contentWidth};" » >


    rendered = "#{! composerContext.inEditMode or attrs.isEditingTemplate} '"
    inlineStyle='background-image:url(#{facesContext.externalContext.requestContextPath}/images/globe.png);' >


    inlineStyle = "" border-style: none; ">"



    inlineStyle = "do-size: x-large;" color: white; » />




    ID = "pt_ot6".
    inlineStyle = "color: #558ff9;" make-style: italic; font-size: small; » />







    HAlign = "end".
    inlineStyle = "padding: 6px 8px" >


    inlineStyle = "" white-space: nowrap ">"




    inlineStyle = "color: White;" / >





    value = "welcome #{securityContext.userName}".
    inlineStyle = "color: White;" font-size: small; »
    rendered = "#{attrs.showGreetings}" / >


    destination = "" / admin ""
    rendered = "#{attrs.showAdmin and! attrs.isAdminPage} '"
    inlineStyle = "do-size: small;" color: white; » />


    destination = ' / '.

    rendered = "#{attrs.showAdmin and attrs.isAdminPage} '"
    inlineStyle = "do-size: small;" color: white; » />


    action = "#{o_w_s_l_LoginBackingBean.doLogout} '"
    rendered = "#{SecurityContext.Authenticated} '"
    inlineStyle = "do-size: small;" color: white; » />



    rendered = "#{attrs.showLogin and! securityContext.authenticated}" > "


    styleClass = "NoLabelWrap."

    labelStyle = "font-size: s;" color: white; » >

    value = "#{o_w_s_l_LoginBackingBean.UserName} '"
    columns = "15" / >


    styleClass = "NoLabelWrap."
    labelStyle = "font-size: s;" color: white; » >

    value = "#{o_w_s_l_LoginBackingBean.Password} '"
    columns = "15" secret = "true" / >




    HAlign = 'end' >

    action = "#{o_w_s_l_LoginBackingBean.doLogin} '"
    inlineStyle = "font-size: s;" color: white; » />








    inlineStyle = "(background-image: url(#{facesContext.externalContext.requestContextPath}/images/globe_tab-bkg.png);" background-top position: center; background-repeat: repeat-x; padding-top: 2px; »
    rendered = "#{! composerContext.inEditMode and attrs.showNavigation and! attrs.isEditingTemplate}" > "

    inlineStyle = ' height: 20px; ">



    "{[items="#{navigationContext.defaultNavigationModel.listModel['startNode=/, includeStartNode = false']} ">


    facetName = "#{(empty node.attributes['Target']) |}" (node.attributes ['Target'] is "_popup")? ' {'command': "golink"} ">


    inlineStyle = "do-size: small;" #{node.selected?-weight: bold;} " : ''} »
    action = "pprnav".
    Disabled = ' #{not node.navigable}.
    actionListener = "#{navigationContext.processAction} '"
    clientComponent = "#{node.attributes ['Target'] =="_popup"? true: false}" > "



    align = "afterStart."
    triggerType = "mouseOver" / >


    value="#{node.navigationModel.metadataId}"/ >

    value = "#{node.prettyUrl}" / >

    value = "#{node.title}" / >

    triggerType = 'action' / >





    destination = "#{node.goLinkPrettyUrl} '"
    targetFrame = "#{node.attributes ['Target']}" "
    inlineStyle = "do-size: small;" #{node.selected?-weight: bold;} " : ''} » >

    align = "afterStart."
    triggerType = "mouseOver" / >





    animate = "false".
    rendering = "#{!}" empty node.children}">


    items = "#{node." Children}">



    facetName = "#{(empty node2.attributes['Target']) |}" (node2.attributes ['Target'] is "_popup")? ' {'command': "golink"} ">


    inlineStyle = ' #{node2.selected?» -weight: bold; " : ''} »
    action = "pprnav".
    Disabled = ' #{not node2.navigable}.
    actionListener = "#{navigationContext.processAction} '"
    clientComponent = "#{node2.attributes ['Target'] =="_popup"? true: false}" > "




    value="#{node2.navigationModel.metadataId}"/ >

    value = "#{Node2.prettyUrl}" / > "

    value = "#{Node2.title}" / > "

    triggerType = 'action' / >





    destination = "#{Node2.goLinkPrettyUrl} '"
    targetFrame = "#{node2.attributes ['Target']}" "
    inlineStyle = "do-size: small;" #{node2.selected?-weight: bold;} " : ''} » / >










    launcherVar = 'source' eventContext "Launcher" = >

    to = "#{viewScope.modelPath} '"
    Type = "popupFetch" / >

    to = "#{viewScope.selectedPrettyUrl} '"
    Type = "popupFetch" / >

    to = "#{viewScope.selectedTitle} '"
    Type = "popupFetch" / >

    type = 'Cancel' cancelTextAndAccessKey = 'Close' >

    ID = "pt_r1" / >














    Globe Page template

    Facet for the content
    content


    contentWidth
    java.lang.String
    100%


    showNavigation
    java.lang.Boolean
    #{true}


    showGreetings
    java.lang.Boolean
    #{securityContext.authenticated}


    showLogin
    java.lang.Boolean
    #{true}


    showAdmin
    java.lang.Boolean
    #{securityContext.authenticated}


    isAdminPage
    java.lang.Boolean
    #{false}


    isEditingTemplate
    java.lang.Boolean
    #{false}




  • Get div to auto may not resize with the browser window

    I'm trying to get a div with a paragraph of text will resize automatically when the browser window is resized.

    I've seen what happens automatically, when I had no style applied to the < div > tag, but because I have my content centered using a < div > Interior inside a container fixed-width < div >, the inner div is now fixed so despite not having a fixed width.

    Here is the page I'm trying to settle (the box with the text is the < div > inner circle in question):

    http://beta.deltsig.com/about.html

    Here's a test page showing what I want the text to do when the window is resized:

    http://beta.deltsig.com/test.html

    And here's the CSS of the inner divs and container:

    {#div-container}

    Width: 768px;

    text-align: center;

    left margin: auto;

    margin-right: auto;

    }

    .div-redtint-flexsize {}

    padding: 1px 20px 20px 20px;

    text-align: left;

    background-color: #f3e4e4;

    -moz-box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    -webkit-box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    box-shadow: 0 0 7px rgba (0, 0, 0,. 7);

    }

    I tried to add different styles of width to the CSS, but nothing had no effect.

    It's a style that I have to change in the container div?

    You cannot have two meanings.  Your page is fixed (px or em based) or liquid (% based).

    A container fixed width parent does everything inside it fixed.

    If you want to try to work with liquid layouts, go to file > New > blank page > HTML > layouts and select one of the liquid patterns from the 3rd Panel.  Creating success.

    Nancy O.

  • Impossible to center the Web page in the browser window!

    Hello! I have searched and tried almost everything to Center my Web page in the browser window, but it does not work!

    This is the page: www.claudechalhoub.com. I want that page is centered regardless of the size of browser window!

    I have included the following code in my html code:

    < style type = "text/css" >

    {body
    text-align: center; / * For the IE6.
    margin: 0;
    padding: 0;
    min-width: 770px;
    background-image: url(pictures/lastimage.jpg);
    background-repeat: no-repeat;
    background-color: #000;
    do-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #FFF;
    make-style: normal;
    }
    {#wrapper}
    Width: 770px;
    Auto margin: 0;
    text-align: left;
    }
    ...
    < / style >

    And then I realized:

    < body >

    < div id = 'wrapper' >
    < div id = "ap_text" > "the beauty of the music of Claude Chalhoub, is that it is not 'new' at all. This sounds familiar, even if you have never listened to music Arabic (or classical music) at all. As if it had always been there. It is as natural as breathing. "And it's this great art is all about - what makes the difficult seem easy." < / div >

    ...

    < / div > <! - close the tag div wrapper - >

    < / body >

    I don't know what the problem of not working!

    Any guidance?

    Your background image for the "body" tag contains the image that you used in it also. It's a bad habit. Just use a background image wide 5px and use it in your body background tag. Repeat with horizontally to fill your screen.

    Put your photo in a DIV inside the 'wrapper' div position it accordingly.

    In addition, you used an "absolute" on all items positioning on your website. Their position relative to the tag parent for best results.

  • Element is FLUSH left, right and top of the browser window.

    OK, this should be an easy one for you guys. Can someone tell me how to do something (in this case a header bar) aligned to the left, right and top of the browser window? I tried many different ideas. Do not know where the margin or the padding is coming.

    Something with a fixed width will push right (always leaving the gap on the left) and bring up the scroll bars. I don't want to scroll bars. I want an elastic element that fits flush, without a space.

    Here is the code. I deleted everything except the header bar. View online at: http://www.upstartstudio.com/HS2.html .  Thank you!

    ---------

    < ! DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional / / IN" "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 type = "text/css" >

    {#body}

    margin: 0px;

    padding: 0px;

    }

    #header {}

    background-color: #333;

    margin: 0px;

    padding: 0px;

    height: 100px;

    }

    < / style >

    < / head >

    < body >

    < div id = "header" > < / div >

    < / body >

    < / html >

    -Change

    {#body}

    margin: 0px;

    padding: 0px;

    }

    on this subject.

    {body

    margin: 0px;

    padding: 0px;

    }

    You have an ID selector when you should have a type selector (or a tag selector).

  • The browser window will not move back other windows when I click on them.

    I minimize the browser window to view anything else. Any solution?

    Hi marytpapa,
    Please upgrade to the latest version of Firefox, the latest version is 40.0.3:

    And Yes by clicking on the tab will bring the window to the front, not back. In Windows 7, you can import a program at home https://social.technet.microsoft.com/.../moverecover-offscreen-window

  • Resizing of the buttons on the toolbar disappear after the browser window

    When I run my browser all the buttons on the toolbar are in place.

    http://C2N.me/3cwiz9M.jpg

    When I resize my browser window to make it smaller, these buttons to collapse to a "arrow":

    http://C2N.me/3cwiLnZ.jpg

    But when I resize my browser window to make it larger or maximize the browser window, these buttons won't reappear soon whatever I do next.

    http://C2N.me/3cwiWnn.jpg

    The only thing that helps is to close the browser and run it again.

    Possible causes are extensions that required, information or other content of text in the Navigation toolbar.
    You can try to move some of the buttons that are provided by an extension temporarily to a different toolbar to test this.

Maybe you are looking for

  • I can't download pictures url on another Web site

    I try to use Poppyswap.com to create a storefront for my product. When I'm trying to find/copy and paste the url of the image that I'm trying to load I can do but the image will not appear. It redirects me to mozzila security. I can't understand how

  • Satellite Pro L100 centrino duo T2400 temperatures

    Is anyone know on the normal temperature of processors because my centrino duo t2400, sometimes at more than 90 degrees and how to solve this problem. Thank you

  • Satellite C660 - no internet access via WLAN when powered by the battery.

    Hi guys,. Just bought a Toshiba Satellite C660 and went through the installation process and everything seemed simple and easy. However, this changed when I tried to use the laptop wireless. As long as I fed it with the AC adapter, all right. When I

  • Ordinal 423 could not be located in the dynamic link library urlmon.dll

    After the download of Internet Explorer 8 and computer restart, I get the error message that the ordinal 423 could not be located in the dynamic link library urlmon.dll. I have nothing, no start menu, icons whatever it is. even when you start in safe

  • Freeze the inverter when idle for a period

    MS Windows XP: when the computer is idle (but not standby, hibernation) during and hour or more, I come back to it and it is frozen, the monitor still shows open programs (or at least some that were open), the mouse works, but I can't do anything.  I