How do I get the top banner to always be viewed while scrolling? (fixed header)

How do I get the top banner to always be viewed while scrolling? (fixed header)

Have you tried pinning the banner as an element?
http://tv.adobe.com/watch/muse-feature-tour/muse-pin-objects-to-the-browser-window/

Similar Messages

  • CS3: Rotated page item: How can I get the top-right point

    Hi
    I have a rotated page item. Now I should have the top-right and the bottom left point. If I get the rectangle of this page item I only have the top-left and the bottom-right point. And I can read the rotation angle.
    - How can I get the missing points?
    Thanks
    Hans

    Algorithmically speaking (ie, this is NOT real code), isn't it just something like:
    if page.rotationAngle == 90 then
    origTopLeft = (newBottomRight.Y, newTopLeft.X);
    else if page.rotationAngle == -90 then
    origTopLeft = (newTopLeft.Y, newBottomRight.X);
    else if page.rotationAngle == 180 then
    origTopLeft = newBottomRight;
    else
    origTopLeft = newTopLeft;

  • How can we get the top 5 employees list ................

    How can we get the list of top 5 employees who are drawing highest salaries from a table

    SQL> select * from
      2  (select ename,sal from emp order by sal desc)
      3  where rownum < 6;
    ENAME             SAL
    KING             5000
    SCOTT            3000
    FORD             3000
    JONES            2975
    BLAKE            2850
    SQL>

  • How do I get the top sites option onto my ipad 1?

    How do I get top sites onto my ipad 1?

    If you've seen it on other iPads - you didn't see it in Safari.
    iCabMobile has a top sites feature and maybe that's where you saw it but Safari never had it on the iPad.

  • How do I get the top lines i my toolbar back? The top line starting with 'file' on the right and the second line which contained the refersh button as well as the search bar have disappeared. How do I get them back?

    The first two lines of my toolbar have gone. I'm left with most visited but the lines above, containing the refresh button, bookmarks and search bar and above that containing the links to files etc have gone, how do I get em back?
    == I was fiddling with the different bars and must have clicked sth I shouldn't have.

    Alt V
    T
    M
    Be sure to do this in a new blank tab.

  • How do I get the top links in the search results page to display the folder?

    In the search results page, if you click on the top link from each result, it only brings up the description. Not much use as a link, so was wondering how you display the folder from this link.

    Is this for the general public or just for you?  If it is for the general public then insert this code at the top of the page:
    <TITLE>---</TITLE>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    </HEAD>
    And also at the end of the file after the closing body tag:
    </BODY>
    <HEAD>
    <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
    </HEAD>
    </HTML>
    It is unorthodox but it works.

  • How do I get the top bar back that shows page description and the Firefox logo?

    The bar at the top of Firefox that appears on every program above the menu bar is gone.
    As in, the bit that normally displays the page title, and the firefox logo. It now looks indistinguishable from Chrome. I'm not in full screen mode.
    When I click and drag firefox to the top of my screen to snap it to my monitor size, the firefox logo and the title are shown for the instant until it snaps, but as soon as it snaps it's gone (and generically everywhere).
    I want to be able to see what browser I'm in at a glance, and see the title of the page I'm on. How can I resolve this?

    You can find the button to enable the window title bar at the bottom left of the customize window.
    *3-bar Firefox menu button > Customize > Title Bar
    *https://support.mozilla.org/kb/learn-more-about-the-design-of-new-firefox
    ;[[Image:Customize Fx 29 Win8]]

  • How do I get the top bar back after making it "full screen?" I try hitting "alt" but nothing happens!

    All the details are in my question already.

    The F11 key toggles Full Screen on or off. Also, you can use ALT+V+F '''''OR''''' press the ALT or F10 key to display the Menu Bar and click View > Full Screen '''''OR''''' move your cursor to the top of your monitor screen, some toolbars will display, right-click in an empty area, click Exit Full Screen Mode.
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''

  • How to get the Country Name details always in Eng while using the SForms

    Hi Group,
    I have a requirement as under:
    the Smartform has to display the COUNTRY NAME - always and it should be printed in ENGLISH only.
    The Smartform is having a Alternative option(for printing the Address) and for YES part(for certain countries) - the fm "ADDRESS_INTO_PRINTFORM" is being used and for the NO(for the rest of the countries) part an ADDRESS TEMPLATE is being used....
    The issues are:
    - the fm 'ADDRESS.......FORM" is printing the COUNTRY Name for certain cases and for the rest it is not...
    - the Address template has no option to do any manipulation on the COUNTRY Name to come
    how can have the COUNTRY NAME to appear in both the cases(YES part and NO part) printed in ENGLISH always?
    I tried for a USEREXIT "EXIT_SAPLSADR_900" but still not able to tweak it and get the COUNTRY NAME always in ENGLISH.
    Kindly provide your valuable inputs.
    Regards,
    Vishnu.

              Hi Laura Taylor ,
              Thanks for your Reply and Thanks for ur Guidelines.
              Thanks & Regards
              Subu.
              "Laura Taylor" <[email protected]> wrote:
              >
              >Unfortunately, there is no way to determine the country unless the client
              >indicates
              >that to you directly(i.e. via a form input value). However, there are
              >two request
              >headers that can help you determine the language preference(s) of the
              >client:
              >
              >Accept-Language -- Specifies the language preference(s) the client prefers
              >to
              >receive.
              >Accept-Charset -- Identifies the charset(s) the client understands.
              >
              >Laura
              >Developer Relations Engineer
              >BEA Support
              >
              >
              >"Subu" <[email protected]> wrote:
              >>
              >>Hi ,
              >> i have a requiremtn in which i want to display the country name
              >from
              >>where
              >>the user browse our webpages . for example if he is browsing from us
              >>, then i
              >>should display US and if he is browsing from UK , then i should dispaly
              >>"uk" etc...
              >>can anyone guide me how to proceed .
              >>
              >>thanks in advance
              >>
              >>Regards
              >>Subu
              >
              

  • How do I get the size of a variable on runtime while...

    Hi,
    I want to get the size of a variable which is storing an xml input from db.
    I want to get the size of this variables on several intervals like displaying a message when the variable holds the data = one megabyte and then so on .
    is it even possible to get the size in runtime?
    guidance is greatly appreciated.
    thanks

    So you are looking for the total size of all the objects which go together to make the DOM implementation of your XML. Even if you could find that in any particular case, it would only be a rough guide. I suspect that if you have a few large text nodes in your XML, the DOM will be smaller than if you had many small text nodes, because it would require fewer supporting objects.
    If you are interested in a rule of thumb, Michael Kay (who wrote the Saxon XSLT transformer product) suggests that 10 megabytes of XML is about the largest practical file size at the present time. I have however seen claims of people transforming files as large as 30 megabytes.
    However, since you are sending the result to a browser, I don't see how you can handle that much data anyway. First of all it is going to take minutes to load into the DOM, while the user waits, and secondly you are going to have to summarize it heavily to be of any use to the user, which suggests that you should store it in some other format that is easier to summarize.

  • How can I get the table control up arrow or down arrow SCROLL OK_CODE?

    Dear All,
    I want get the table control up or down Scroll OK_CODE (not button, is arrow click), But I debugged have not found when I click the up or down scroll.
    Please give me some help.
    Thanks

    Hi Sun,
    PBO..
                               Loop with control T1.
                       module get_Looplines.
                    Endloop.
                        Module get_looplines.
                          Looplines = sy-loopc.      "<< by using this you can get the scroll bar...
                        Endmodule.
    if you wan the ok_code for scroll bar in table control...
    the ok_code is not generated for scroll bar..
    but if you do not clear the ok_code in PBO it will carries the ok_code when ever you press scroll bar up and down...same ok_code is repeated..
    Regards,
    Prabhudas

  • How do I get the mouseover menus to work when viewing QVC's website?

    With IE9 on QVC's website, hovering over a department heading like Kitchen & Food, or Electronics brings a drop down menu with all the subheadings for that department. Why doesn't this work with Firefox 4 & 5. Can such an ability be turned on? If so, how?

    I  need  step  by step  instructions  on  how  to  get  my  virtual  lab  cd  to  work. The  technician  said  cd  not  compatible  or  is  corrupt.  I  do  not  believe  their  is  nothing  that  can  be  done.  When  I  put  the  cd  in  the  side  slot  nothing  comes  up  on  the  screen.  I  have  tried  several   ways, the  technician  did  not  seem  very  knowledgeable  on  what  to  do. Also  this  cd  plays  fine  on  my  other  computer  which  is  not  an  apple  computer. Is  there  anything  I  can  do  to  correct  this?

  • How can I get the store to keep my filter settings while browsing apps (with  iPad)

    While looking for apps via(and for) my iPad, often I will start with a simple one word search term, then use the category, rating, price, and product filters to narrow my search - works great.
    BUT if I select an app to go to it's details page, when I navigate back to the previous page, all of the filters have been reset, and I've lost my place in the list even if I was 6 pages in.  This also happens when I re-open the app store after I choose to install an app.
    Why, Why, Why?!? This kind of poor user experience is so 1975.
    Please help me resolve, or at the very least, come to terms with this issue.

    iBooks only syncs purchased books. Others must be synced in iTunes.

  • How can I get the TOC to display ALWAYS in a Sans-Serif Font in Linux/Firefox.

    I've created my help project in RH9.  When it displays in Linux/Firefox, the fonts in the topics are fine, but the TOC displays in Times New Roman.  Is there a setting in RH9 that I need to use to keep this from happening?

    Hi,
    Did you change the setting in the skin? What font have you set for the TOC? Perhaps you set a font that is not available on linux so make sure that you use a web safe font.  For more information on web safe fonts, see http://www.w3schools.com/cssref/css_websafe_fonts.asp
    You can also tinker with your output files. In whthost.js, you can amend the CSS that RoboHelp uses for the TOC. you can add a rule for a sans-serif font the browser can fall back on. See http://www.wvanweelden.eu/webhelp_output_files/whthostjs for more information on the whthost.js file.
    Greet,
    Willam

  • How to get the TOP MAT from a component material of BOM list?

    I only kown a sub material of a BOM Llist & not sure its level in the TOP MAT's BOM.
    How can i get the TOP MAT of this sub material?
    Any BAPI or Function?
    TKS a million~~~

    HI .. in my view you should ask your ABAP to help you with a small program to solve your purpose, i am not aware of any system available t-code/ program ..... hence this is what we also did at client place.

Maybe you are looking for

  • Ipod not recognized by itunes...next step for nike+

    when i started to set up the nike+ i downloaded the new version of itunes then later downloaded the new software update for the ipod nano...now when i plug the ipod into the computer using the usb cord, i get a message that says this...The software r

  • What cable do i need to connect my router

    Im getting a new mac mini and will be connecting it by ethernet to my router. Im a bit stupid with these things so can anyone help me. 1)the mini suppourt 10/100/1000 ethernet. Do i need a special cable to take advantage of the best speeds. 2) Had a

  • Dispute Cases on partial Payments

    Hi How to create Dispute cases for partial payments? I have an invoice. A payment comes and its partial. We dont set up residuals. So on the invoice it says partially paid for some amount. And we want the job to create the dispute for the remaining a

  • Close button will not work

    I received an error about a script, but didn't know what it was. Afterwards my CLOSE, minimize, etc buttons at the top right stopped working. I can't close any pages. I also can use drop down selections either. I'm not sure how to fix it. I've uninst

  • How do i get a boolean indicator to trigger a event structure

    I have two parallel loops running, and i need to use a boolean value, one that comes out from an OR gate, to trigger an event in the parallel, event structure loop.  I've attached a simplified version of the loop.  Is there a way to get this done?  I