How to image frame move top of the page.

if suppose the the page contain only one image.that image move to the top of the page.other pages will skip.i have tried.the below code not working.
=====================
var myDocument=app.activeDocument;
var myPages=myDocument.pages;
for(p=0;p<myPages.length;p++)
        var myGraphics=myPages[p].allGraphics;
        var myPageWidth=myDocument.documentPreferences.pageWidth;
        if(myGraphics.length==1)
            for(j=0;j<myGraphics.length;j++)
                if(myPages[p].side == PageSideOptions.leftHand)
                    var myX2 = myPages[p].marginPreferences.left;
                    var myX1 = myPages[p].marginPreferences.right;
                else
                    var myX1 = myPages[p].marginPreferences.left;
                    var myX2 = myPages[p].marginPreferences.right;
                var myY1 = myPages[p].marginPreferences.top;
                var myX2 = myPageWidth - myX2;    
                var myImageheight=myGraphics[j].parent.geometricBounds[2]-myGraphics[j].parent.geometricBound s[0];
                var myY2=myY1+myImageheight;
               //imageframe move top of the page
                 myGraphics[j].geometricBounds=[myY1,myX1,myY2,myX2];
================
Thank you.
Message was edited by: karthiIndesign

i got the solution.
var myDocument=app.activeDocument;
var myPages=myDocument.pages;
for(p=0;p<myPages.length;p++)
        var myGraphics=myPages[p].allGraphics;
        var myPageWidth=myDocument.documentPreferences.pageWidth;
        if(myGraphics.length==1)
            var myX2, myX1, myY1, myY2;
            for(j=0;j<myGraphics.length;j++)
                if(myPages[p].side == PageSideOptions.leftHand)
                    myX2 = myPages[p].marginPreferences.left;
                    myX1 = myPages[p].marginPreferences.right;
                else
                    myX1 = myPages[p].marginPreferences.left;
                    myX2 = myPages[p].marginPreferences.right;
                myY1 = myPages[p].marginPreferences.top;
                myX2 = myPageWidth - myX2;   
                var myImageheight=myGraphics[j].parent.geometricBounds[2]-               myGraphics[j].parent.geometricBounds[0];
                myY2=myY1+myImageheight;
                                   var mygraphicmove= myGraphics[j].parent.duplicate([myY1,myX1]);              
                                   myGraphics[j].parent.remove();
                                   mygraphicmove.textWrapPreferences.textWrapMode = TextWrapModes.BOUNDING_BOX_TEXT_WRAP;
Thank you.

Similar Messages

  • How to make a menu at the top of the page move to the left when scrolling?

    I have a menu on the top of the page on a sidebar-sort. I was wondering how you could make it move to the left, not until the scrollbar reaches the end of the page, but when I say so. If i put the key position under the menu, it disappears. If i put it at the top of the page, my only choice is to use the Final motion, but that one moves until the scrollbar ends. So how can I do it?

    Hi Raphael,
    Please refer to this screen shot - http://prntscr.com/42weie
    You need to set the initial motion to zero and specify the key position to the scroll point, where you would like to begin the scrolling from.
    - Abhishek Maurya

  • How do I get my menu bar at the top of the page with no gaps?

    How do I get my menu bar at the top of the page with no gaps? Whenever I move it there is a huge gap at the top of the page which I cant seem to get rid of, i posted about this before but none of the suggestions seemed to work for me. i'm not very good with css so im not really sure where to find the problem. There are generally gaps everywhere which looks at absolute mess, no clue how they got there and why, there is a huge gap underneath my menu bar too which wasnt there before. how do i get rid of this too? its probably some padding a or margin but no clue where.
    <!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>Home</title>
    <link href="main.css" rel="stylesheet" type="text/css" />
    <link href="style2.css" rel="stylesheet" type="text/css" />
    <!--embedded styles for this page only-->
    <style type="text/css">
    body {
    margin:0;
    padding:0;
    font: 1em/1.5 "Lucida Sans", "Lucida Sans Unicode";
    #wrapper {
    width: 1064px;
    margin: 0 auto; /**with width, this centers page on screen**/
    background: #FFF;
    text-align:center;
    .clearing {
    clear:left;
    height:px;
    width: 100%;
    </style>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="wrapper"> <a href="home.html"><img src="_Business_Cards/banner copy.jpg" alt="banner" width="1064" height="374" align="top" /></a>
    <!--begin menu -->
    <ul id="MenuBar1" class="MenuBarHorizontal">
       <li><a href="home.html">Home</a></li>
       <li><a href="#" class="MenuBarItemSubmenu">Lingerie</a>
         <ul>
           <li><a href="#">Camis &amp; Nightslips</a>        </li>
           <li><a href="#" class="MenuBarItemSubmenu">Garter Belts &amp; Girdles</a>
             <ul>
               <li><a href="#">Tops</a></li>
               <li><a href="#">Bottoms</a></li>
               <li><a href="#">Accessories</a></li>
             </ul>
           </li>
           <li><a href="#">Sets</a></li>
           <li><a href="#">Knickers</a></li>
         </ul>
       </li>
       <li><a class="MenuBarItemSubmenu" href="#">Swimwear</a>
         <ul>
           <li><a href="t-shirt shop.html">Bikini</a></li>
           <li><a href="t-shirt shop.html">Tankini</a></li>
           <li><a href="t-shirt shop.html">One-Piece</a></li>
           <li><a href="#">Monokini</a></li>
         </ul>
       </li>
       <li><a href="#" class="MenuBarItemSubmenu">Men's</a>
         <ul>
           <li><a href="#">Boxer's</a></li>
         </ul>
       </li>
       <li><a href="#" class="MenuBarItemSubmenu">Extras</a>
         <ul>
           <li><a href="#">Bags</a></li>
           <li><a href="#" class="MenuBarItemSubmenu">Dancewear</a>
             <ul>
               <li><a href="#">Leotards</a></li>
               <li><a href="#">Crop Tops</a></li>
               <li><a href="#">Hotpants</a></li>
             </ul>
           </li>
         </ul>
       </li>
       <li><a href="clearance.html">Clearance</a></li>
    <li><a href="pastpro.html">Gallery</a></li>
    <li><a href="Contact.html">Contact</a></li>
    </ul>
    <h2> </h2>
    <div id="thumbs" width="192"><!--end wrapper -->
      <p align="center"><!-- Begin DWUser_EasyRotator -->
    <script type="text/javascript" src="http://c520866.r66.cf2.rackcdn.com/1/js/easy_rotator.min.js"></script>
    <div class="dwuserEasyRotator" style="width: 1064px; height: 561px; position:relative; text-align: left;" data-erConfig="{autoplayEnabled:true, lpp:'102-105-108-101-58-47-47-47-67-58-47-85-115-101-114-115-47-87-105-108-108-105-97-109 -47-68-111-99-117-109-101-110-116-115-47-69-97-115-121-82-111-116-97-116-111-114-80-114-10 1-118-105-101-119-47-112-114-101-118-105-101-119-95-115-119-102-115-47', wv:1, autoplayDelay:3000, autoplayStopOnInteraction:false}" data-erName="HomepageSlideshow" data-erTID="{zp7zmhgwl9549847691831}">
              <div data-ertype="content" style="display: none;"><ul data-erlabel="Main Category">
              <li>
                        <img class="main" src="slideshowpictures/966629_346958598773375_2105784298_o.jpg" alt="One-Off Triangular Soft Bra &amp; High-Waist Knicker Set" />
                        <img class="thumb" src="slideshowpictures/966629_346958598773375_2105784298_o.jpg" />
                        <span class="title">One-Off Triangular Soft Bra & High-Waist Knicker Set</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/thong ebay.jpg" alt="Pink + Aqua Thongs (Part of Nightslip and Thong set)" />
                        <img class="thumb" src="slideshowpictures/thong ebay.jpg" />
                        <span class="title">Pink + Aqua Thongs (Part of Nightslip and Thong set)</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/DSC_7405z.jpg" alt="Floral High-Waist Lace Panel Knicker" />
                        <img class="thumb" src="slideshowpictures/DSC_7405z.jpg" />
                        <span class="title">Floral High-Waist Lace Panel Knicker</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/DSC_0018 copy.jpg" alt="Navy Blue Velvet High-Waist Bikini Set" />
                        <img class="thumb" src="slideshowpictures/DSC_0018 copy.jpg" />
                        <span class="title">Navy Blue Velvet High-Waist Bikini Set</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/DSC_7420.jpg" alt="Pink &amp; Aqua Nightslips (Part of Nightslip &amp; Thong set)" />
                        <img class="thumb" src="slideshowpictures/DSC_7420.jpg" />
                        <span class="title">Pink & Aqua Nightslips (Part of Nightslip & Thong set)</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/1208838_345346948934540_826580146_n.jpg" alt="Black Floral Bandeau &amp; Lace Girdle Set" />
                        <img class="thumb" src="slideshowpictures/1208838_345346948934540_826580146_n.jpg" />
                        <span class="title">Black Floral Bandeau & Lace Girdle Set</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/1176249_10201020390646766_1642170049_n.jpg" alt="Aqua Polka-Dot High-Waist Bikini" />
                        <img class="thumb" src="slideshowpictures/1176249_10201020390646766_1642170049_n.jpg" />
                        <span class="title">Aqua Polka-Dot High-Waist Bikini</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/1012714_10151762577141348_907183642_n.jpg" alt="Maroon Velvet Bikini High-Waist Bottoms" />
                        <img class="thumb" src="slideshowpictures/1012714_10151762577141348_907183642_n.jpg" />
                        <span class="title">Maroon Velvet Bikini High-Waist Bottoms</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/floral ebay.jpg" alt="Floral/Multi Bikini High-Waist Bottoms" />
                        <img class="thumb" src="slideshowpictures/floral ebay.jpg" />
                        <span class="title">Floral/Multi Bikini High-Waist Bottoms</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/DSC_0096 copy9.jpg" alt="Purple &amp; Champagne Bandeau Bikini Tops" />
                        <img class="thumb" src="slideshowpictures/DSC_0096 copy9.jpg" />
                        <span class="title">Purple & Champagne Bandeau Bikini Tops</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/1005246_10151762745636348_129531182_n.jpg" alt="Aqua Polka-Dot High-Waist Bikini" />
                        <img class="thumb" src="slideshowpictures/1005246_10151762745636348_129531182_n.jpg" />
                        <span class="title">Aqua Polka-Dot High-Waist Bikini</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/DSC_73612.jpg" alt="Matching Orange/White Lace Crop Top &amp; Thong Set" />
                        <img class="thumb" src="slideshowpictures/DSC_73612.jpg" />
                        <span class="title">Matching Orange/White Lace Crop Top & Thong Set</span>
              </li>
              <li>
                        <img class="main" src="slideshowpictures/logo h copy.jpg" alt="Logo" />
                        <img class="thumb" src="slideshowpictures/logo h copy.jpg" />
                        <span class="title">Logo</span>
              </li>
    </ul>
    </div>
              <div data-ertype="layout" data-ertemplateName="NONE" style="">                    <div class="erimgMain" style="position: absolute; left:0;right:0;top:0;bottom:0;" data-erConfig="{__numTiles:3, scaleMode:'scaleDown', imgType:'main', __loopNextButton:false, __arrowButtonMode:'rollover'}">
                                  <div class="erimgMain_slides" style="position: absolute; left:0; top:0; bottom:0; right:0;">
                                            <div class="erimgMain_slide">
                                                      <div class="erimgMain_img" style="position: absolute; left: 0; right: 0; top: 0; bottom: 0;"></div>
                                            </div>
                                  </div>
                                  <div class="erimgMain_arrowLeft" style="position:absolute; left: 10px; top: 50%; margin-top: -15px;" data-erConfig="{image:'circleSmall', image2:'circleSmall'}"></div>
                                  <div class="erimgMain_arrowRight" style="position:absolute; right: 10px; top: 50%; margin-top: -15px;" data-erConfig="{image:'circleSmall', image2:'circleSmall'}"></div>
                        </div><div class="erabout erFixCSS3" style="color: #FFF; text-align: left; background: #000; background:rgba(0,0,0,0.93); border: 2px solid #FFF; padding: 20px; font: normal 11px/14px Verdana,_sans; width: 300px; border-radius: 10px; display:none;">
                                  This <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">jQuery slider</a> was created with the free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/" target="_blank">EasyRotator</a> software from DWUser.com.
                                  <br /><br />
                Use WordPress? The free <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/wordpress/" target="_blank">EasyRotator for WordPress</a> plugin lets you create beautiful <a style="color:#FFF;" href="http://www.dwuser.com/easyrotator/wordpress/" target="_blank">WordPress sliders</a> in seconds.
                                  <br /><br />
                                  <a style="color:#FFF;" href="#" class="erabout_ok">OK</a>  
                        </div>
                        <noscript>
                                  Rotator powered by <a href="http://www.dwuser.com/easyrotator/">EasyRotator</a>, a free and easy jQuery slider builder from DWUser.com.  Please enable JavaScript to view.
                        </noscript>
                        <script type="text/javascript">/*Avoid IE gzip bug*/(function(b,c,d){try{if(!b[d]){b[d]="temp";var a=c.createElement("script");a.type="text/javascript";a.src="http://easyrotator.s3.amazonaws.com/1/js/nozip/easy_rotator.min.js";c.getElementsByTagName("head")[0].appendChild(a)}}catch(e){alert("EasyRotator fail; contact support.")}})(window,document,"er_$144");</script>
              </div>
    </div>
    <!-- End DWUser_EasyRotator --></p>
    </div>
    <hr align="center" size="10" noshade="noshade" class="clearing" color="#999999" />
    <img src="https://www.paypalobjects.com/webstatic/mktg/logo/AM_mc_vs_dc_ae.jpg" alt="PayPal Acceptance Mark" width="192" height="38" border="0" align="right" />
    <div align="left">
      <p><a href="#" onclick="javascript:window.open('https://www.paypal.com/uk/cgi-bin/webscr?cmd=xpt/Marketing/popup/OLCWhatIsPayPal-outside', 'olcwhatispaypal','toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=yes, resizable=yes, width=400, height=500');">Copyright &copy; Hannah-Rose 2013 > <a href="about.html">About</a> &gt; <a href="terms and conditions.html">Terms &amp; Conditions </a></p>
      <!-- PayPal Logo --><!-- PayPal Logo --><!-- PayPal Logo --><!-- PayPal Logo --></div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              cursor: default;
              width: 64em;
              margin-bottom: 0px;
              margin-left: auto;
              margin-top: 0px;
              margin-right: 0px;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
              z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              position: relative;
              text-align: left;
              cursor: pointer;
              width: 8em;
              float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
              margin: 0;
              padding: 0;
              list-style-type: none;
              font-size: 100%;
              z-index: 1020;
              cursor: default;
              width: 8.2em;
              position: absolute;
              left: -1000em;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
              left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
              width: 8.2em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
              position: absolute;
              margin-top: -5%;
              margin-right: 0;
              margin-bottom: 0;
              margin-left: 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
              left: auto;
              top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
              border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
              display: block;
              cursor: pointer;
              background-color: #FFF;
              color: #333;
              text-decoration: none;
              font-family: Pristina;
              font-size: 21px;
              font-weight: normal;
              padding-right: 0.75em;
              padding-left: 0.75em;
              padding-top: 0.5em;
              padding-bottom: 0.5em;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
              background-color: #33C;
              color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
              background-color: #FFF;
              color: #666;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarDown.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
              background-image: url(SpryMenuBarRight.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarDownHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
              background-image: url(SpryMenuBarRightHover.gif);
              background-repeat: no-repeat;
              background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe
              position: absolute;
              z-index: 1010;
              filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
              ul.MenuBarHorizontal li.MenuBarItemIE
                        display: inline;
                        f\loat: left;
                        background: #FFF;

  • When I click on a link it moves to the top of the page

    I am new to this forum and fairly new to dreamweaver so I hope this isn't a silly question. I am designing a large number of web pages which will only be viewed on the C:\ drive and not posted on a server.
    I have inserted hyperlinks on the index page linking to other pages in the same folder. I am using a css sheet to define each of the links.
    Now to the problem. When I preview the index page in internet explorer and I click on a link the link works but the actual link itself moves to the top left corner of the index page.
    An example of the html code is:
    <a href="channel.html" title="Channel" id="Channel"
         Channel
         </a>
    The relevant css code is:
    #Channel:link {
         position: absolute
         left:372px;
         top::235px;
         width:100px;
         margin-bottom:0px;
         color:#FFFFFF
         font-weight:normal;
         font-size:12px;
         font-family:Arial, Helvetica, sans-serif;
    #Channel:hover {
         color:0000ee;
         font-weight:normal
         text-decoration:none;
    #Channel:visited {
         color:#551a8b;
         font-weight:normal;
    #Channel:active {
         color:0000ee;
         font-weight:normal;
         text-decoration:none;
    If anyone could explain what I am doing wrong I would be most grateful.

    Your whole presentational approach on that page is flawed.
    <body>
    <div id="BlueBorder"> </div>
    <div id="Div1"><img src="http://www.pjpdecorations.co.uk/images/WhiteBackground.png" width="864" height="647" /></div>
    <div id="Div2"><img src="http://www.pjpdecorations.co.uk/images/NavBar.png" width="828" height="72" /></div>
    <div id="Div8"><img src="http://www.pjpdecorations.co.uk/images/MainTextBox.png" width="430" height="340" /></div>
    <div id="Div4"><img src="http://www.pjpdecorations.co.uk/images/Indeximage1.png" width="150" height="150" /></div>
    <div id="Div5"><img src="http://www.pjpdecorations.co.uk/images/IndexImage2.png" width="150" height="150" /></div>
    <div id="Div6"><img src="http://www.pjpdecorations.co.uk/images/IndexImage3.png" width="150" height="150" /></div>
    <div id="Div10"><img src="http://www.pjpdecorations.co.uk/images/IndexImage4.png" width="340" height="70" /></div>
    <div id="Div11"><img src="http://www.pjpdecorations.co.uk/images/IndexImage5.png" width="230" height="70" /></div>
    <div id="Div9"><img src="http://www.pjpdecorations.co.uk/images/CreatePresBut.png" width="145" height="40" /></div>
    <a href="#" title="Home" id="HomeLink"> Home </a> <a href="#matthew_clark_intro.html" title="Matthew Clark" id="MatthewClark"> Matthew Clark </a> <a href="#" title="Channel" id="Channel"> Channel </a> <a href="#" id="Product"> Product </a> <a href="#" id="AddedValue"> Added Value </a> <a href="#" id="Templates"> Templates </a> <a href="#" id="Reference"> Reference </a>
    You have the body tag, followed by oodles of absolutely positioned elements, followed by naked links with a spurious </p> tag at the end.  Not only are you not allowed to have naked links on the page (they must be contained in something like a <p>, or a <td>, or a <li>, etc.) but since the content above the links is entirely composed of absolutely positioned elements (which are removed from the normal flow), the links are exactly where they should be - at the top of the page.  There is nothing in your layout that would place them anywhere else.

  • How to make today's date be at the top of the page?

    In month view, how can I make today's date appear at the top of the page? When it is late in the month, I don't need to see a month of past events--I need to see what is coming up.

    MTM wrote:
    I have a report in which the data from a repeating frame frequently spans several pages and I want to put a notation at the top of each new page that says "xxx continued...".
    Assume the repeating frame rows for employee John which span all of page 1 and half of page 2. Then, rows for employee Sue are produced, continuing through the rest of page 2 and all of page 3. A third employee, Ted, STARTs on page 4.
    At the top of page 2 I would like to have the notation "John continued...". Similarly, at the top of page 3, I'd like "Sue continued....".
    The kicker is the condition where a new employee, STARTs at the top of page, like Ted, above. In that case, I do not want any message printed.
    I sure would appreciate any insights......Check this {thread:id=2503674}
    you will get idea.
    Hope this helps
    Hamid

  • How to make the parent div tag hug the top of the page?

    Okay, if you are not sure what I mean here is a website that has it, look at the top of the page and note that the banner is bumped up against the top of the page. http://thecreatureconservancy.org/. Anyway, I can't figure out how to do that, here is the code of the website I'm working on.
    Copper Leaf Crossing is a 23 acre complex dedicated to the care of animals.We have created a warm and friendly destination for animal enthusiasts.Wether you have a cat or canary, a dog or a frog, we can help you care for your pet. On campus, you will find:       Animal Kingdom Veterinary Hospital - Their compassionate and dedicated staff are    skilled in the medical care of both domestic and exotic pets.
    Creature Comforts Bed & Bath a great pet boarding facility for dogs, cats, birds, reptiles and small mammals that also offers pet grooming.
    The Creature Conservancy- A truly unique non-profit organization that offers avariety of educational programs with live exotic animals, summer camps, tours and a variety of animals on display.       Dogwood Veterinary Referral Center - a full service imaging and surgery centerthat provides exceptional care for pets with neurological problems.   
         4940 Ann Arbor-Saline RD Ann Arbor MI 48103                        
    Thank you!

    Try zeroing out the padding as well.
    body{
    margin:0;
    padding:0;
    If that doesn't work, you could try adding:
    html{
    margin:0;
    padding:0;
    It's difficult to know exactly without the URL and/or updated code.

  • I have no blinking curser where I type in. When I do start to type the entire area to type in moves to the top of the page. It works but not the way it is supposed. Help

    ''dupe 0f https://support.mozilla.org/en-US/questions/910811''
    There is no blinking curser in the rectangle where you type in what you want to search for. If you begin to type, the entire rectangle will move from the center of the page to the top. You can continue to type what you want to, and it will work. How do I get the curser back and stop the rectangle from moving to the top of the page.
    Thank you

    Given you were having issues that prompted you to try to re-install the OS, I'm wondering if the HD has actually died.
    Have you tried re-installing using the Recovery HD (restart holding down Command+r) or via Internet Recovery (Command+Alt+r - whilst connected to the internet)?
    OS X: About OS X Recovery - Apple Support

  • I'm not techinal so please bear with me. I don't have the bar that allows me to type in a website. I did have a few minutes ago. When I make the page full screen and move my cursor to the top of the page, the bar drops down and I can use it.  help

    I'm not techinal so please bear with me. I don't have the bar that allows me to type in a website. I did have a few minutes ago. When I make the page full screen and move my cursor to the top of the page, the bar drops down and I can use it. I've tried restarting my computer, didn't work. Help!

    Well I figured it out, right click the arrow that makes the screen bigger and unclick the Hide Toolbar. I knew it couldn't be that hard.

  • Before the recent updates to Firefox, clicking on the back button always brought me back to the same place on the page where I had been, but now it brings me to the top of the page. How do I restore the previous feature?

    Before the recent updates to Firefox, when I would go to another page in the same window and then clickon the back button, Firefox used to bring me back to the same place on the page where I had been, but now it brings me to the top of the page, meaning that I have to laboriously scroll down to the old place. How do I restore the previous feature?

    That change was made in Firefox 4, 6 months ago.
    Click-hold the unified Back / Forward button <br />
    or <br />
    right-click it to get the Back / Forward history for that tab.
    Or install this extension to get the old "drop-marker" button restored. <br />
    https://addons.mozilla.org/en-US/firefox/addon/backforedrop/

  • How to get page numbers in top of the page

    Hi Experts,
      I need the page no's in top of the page, in the below logic how to put it. Could u please help me out for this.
    With best regards
    Sreedhar.
    *&      Form  COMMENT_BUILD
          text
         -->P_GT_LIST_TOP_OF_PAGE[]  text
    FORM COMMENT_BUILD USING LT_TOP_OF_PAGE TYPE
                           SLIS_T_LISTHEADER.
    DATA: LS_LINE TYPE SLIS_LISTHEADER.
    CLEAR LS_LINE.
      LS_LINE-TYP  = 'H'.
      LS_LINE-INFO = TEXT-001.
      APPEND LS_LINE TO LT_TOP_OF_PAGE.
      CLEAR LS_LINE.
      LS_LINE-TYP  = 'A'.
      SELECT SINGLE * FROM T001W WHERE
                      WERKS IN WERKS.
      CONCATENATE 'Name Of The Plant ' '-'  T001W-NAME1 INTO
                            TXT SEPARATED BY SPACE.
      LS_LINE-INFO = TXT.
      APPEND LS_LINE TO LT_TOP_OF_PAGE.
      CLEAR:TXT, LS_LINE.
      LS_LINE-TYP  = 'H'.
      LS_LINE-INFO = TEXT-002.
      APPEND LS_LINE TO LT_TOP_OF_PAGE.
      CLEAR LS_LINE.
    IF WERKS-HIGH EQ SPACE.
      CONCATENATE 'Plant :  ' WERKS-LOW INTO TXT.
      ELSE.
      CONCATENATE 'FROM PLANT : ' WERKS-LOW 'TO PLANT : ' WERKS-HIGH INTO TXT
    SEPARATED  BY SPACE.
      ENDIF.
      LS_LINE-TYP  = 'H'.
      LS_LINE-INFO = TXT.
      APPEND LS_LINE TO LT_TOP_OF_PAGE.
    IF BUDAT-HIGH EQ SPACE.
    BUDAT-HIGH = BUDAT-LOW.
    ENDIF.
    CONCATENATE 'Date : From ' BUDAT-LOW6(2) '-' BUDAT-LOW4(2) '-'
                          BUDAT-LOW0(4) 'to' BUDAT-HIGH6(2) '-'
                          BUDAT-HIGH4(2) '-' BUDAT-HIGH0(4) INTO
                          TXT SEPARATED BY SPACE.
    CLEAR LS_LINE.
      LS_LINE-TYP  = 'A'.
      LS_LINE-INFO = TXT.
      APPEND LS_LINE TO  LT_TOP_OF_PAGE.
    ENDFORM.

    Hi,
    You can use Sy-pagno or sy-cpage to display the page number.
    Add the following sample code:
    CLEAR LS_LINE.
       LS_LINE-TYP  = 'A'.
       LS_LINE-INFO = sy-pagno.
       APPEND LS_LINE TO  LT_TOP_OF_PAGE.

  • When I do a search, the search terms are no longer available at the top of the page to click on so i can go directly to that term on that page - how do I get that back?

    It used to be if you did a search for "monsters" and selected a web page from the results list, the term "monsters" would be highlighted at the top of the page. You could then click on "monsters" and you would jump to the place on the web page where that term first occured.
    Its not that way any more and it was a great search function.
    How do I get it back?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    *Tools > Options > Advanced > Network > Cached Web Content: "Clear Now"
    "Remove Cookies" from sites causing problems (google):
    *Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • How to print from top of the page?

    Hi all,
    This is Narendra.
    I am facing following problem in report.
    My report contains 4 groups in datamodal.
    All groups have same parameters.
    In report out put when second group goes to second page it is printed
    from middle of the second page,insted of printing from top of the page.
    What should i do to print from top of the page.
    Plz suggest me a solution.
    Regards,
    Narendra.
    [email protected]

    Hello,
    Most of the times, these problem are solved by "enclosing" the "Repeating frames" in frames with "Vertical Eleasticity" set to "Variable"
    Regards

  • My emails are appearing along the top of the page in the tool bar area? how do i get rid of this and back to the regular email page

    I opened my Mozilla yesterday and noticed my email page format was different then after a second, I noticed all my emails were now appearing along the top of the page in the tool bar area below "Fine Edit View Go ...etc" I'm not sure what happened. PLEASE help me I'm sure it's probably an easy fix, however I don't know how to fix it :)~ Also they are oldest email first, and since I normally save them for 45 days before deleting, I cant seem to get to the most recent email first. Ugh.
    Truly appreciate your help.

    This is what happens when you continually open messages in tabs but never close them. Pretty soon all you have are message tabs showing and you have pushed the Inbox off the screen.
    Get in the habit of closing message tabs after you read them.
    To get out of your situation now, right click one of the tabs and select Close Other Tabs. Then use the x to close the last one.

  • How do I get my content all the way up to the top of the page?

    My content div seems to be about 10 pixels down from the top of the page displayed. I want it to go all the way to the top. I am new to web page design and cannot figure out why/where in the code this is controlled.  Have found a web site that I would like to mimic, but can't without fixing this problem. Help!

    Not sure I understand what you want. I just started with a template that was in Dreamweaver & have barely started entering any content.
    I will send the code for the entire page, I guess.
    <!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></title>
    <style type="text/css">
    <!--
    -->
    </style>
    <link href="css/gartech.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    body {
    background-image: url(images/page-bkgd2.gif);
    </style>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="180" height="90" id="Insert_logo" style="background: #C6D580; display:block;" /></a>
        <!-- end .header --></div>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Link one</a></li>
          <li><a href="#">Link two</a></li>
          <li><a href="#">Link three</a></li>
          <li><a href="#">Link four</a></li>
        </ul>
        <p><!-- end .sidebar1 --></p>
      </div>
      <div class="content">
        <h1><strong><img src="images/microscope.jpg" alt="Microscope" width="310" height="210" align="left" class="contentimage" /></strong></h1>
        <h1><strong>Company Profile</strong></h1>
        <p>GarTech is an electronics technical contracting  company specializing in all aspects of electronic product development. From new product design and prototyping to mid-volume production, GarTech has a reputation for providing  high quality solutions and quick turnaround - made possible by their extensive knowledge of the industry. GarTech has expertise in developing OEM harnessing, control  panels, test equipment, and other heavy duty industrial, marine, and automotive  engine related electronic  hardware.<br />
        </p>
        <h3> </h3>
        <h3>GarTech offers  engineering and design services in the following areas: </h3>
        <ul>
          <li>OEM harnessing </li>
          <li>Embedded Controller Design </li>
          <li>Electronic Vehicle System Integration </li>
          <li>Local and Remote engine  monitoring systems </li>
        </ul>
        <h3>GarTech can also  create completely custom PC applications utilizing Windows or Linux: </h3>
        <ul>
          <li>USB/CAN/Serial communications </li>
          <li>Firmware download can be supported </li>
          <li>Any type of user control can be configured </li>
          <li>Data collection, Database interfacing </li>
          <li>Automated scripting </li>
          <li>Any user defined feature...</li>
        </ul>
        <!-- end .content --></div>
      <div class="footer">
        <p>Copyright 2011 </p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

  • How to show a success message in a dialogue at the top of the page

    Hi,
    Can someone please tell me how to show the dialogue message at the top of the page on successfully inserting a record in the database. Current I have 2 pages from first page user navigates to the second page where the information entered on the page is saved in the database on successful commit I am forwarding back to the first page where I need to show a message a record saved successfully. Can someone tell me how to do that. Currently in my second page I have the following
    OAException confirmMessage = new OAException("Record has been added successfully.",
                                                           OAException.CONFIRMATION);
              pageContext.putDialogMessage(confirmMessage);
              pageContext.forwardImmediately("OA.jsp?page=<back_to_first_page>",
                                  null,
                                  OAWebBeanConstants.KEEP_MENU_CONTEXT,
                                  null,
                                  null,
                                  true, // Retain AM
                                  OAWebBeanConstants.ADD_BREAD_CRUMB_NO);but I don't see a message at the top of the first page. Any help is appreciated.
    Thanks

    Hi guru,
    forwardImmediately or setForwardURL would not swallow any messages.
    The folllowing code works in create page of toolbox tutorials.
    MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName),
    new MessageToken("EMP_NUMBER", employeeNum) };
    OAException confirmMessage = new OAException("AK", "FWK_TBX_T_EMP_CREATE_CONFIRM", tokens,
    OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(confirmMessage);
    pageContext.forwardImmediately("OA.jsp?page=/<yourname>/oracle/apps/ak/employee/webui/EmpSearchPG",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    true, // retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO);
    --Prasanna                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Hardware accelerated scaling on external display not smooth since 11.0

    Hi, When running 1280x800 app in fullscreen mode with hardware accelerated scaling (fullScreenSourceRect) from a laptop on the second screen (extented desktop etc)  hardware scaling seems to fail to smooth the image on certain cases. flash version sc

  • OS 9 unable to boot after running classic in OS X Tiger fro first time

    I have this problem with dual boot on an iMac 400 after upgrading the OS X to Tiger. After I install the Tiger, I tried to boot up from OS 9 is OK.I restarted in OS X and launch the classic environment, it performs some update to the System Folder an

  • CF perform word search on PDF files?

    Can CF MX (6.1 or 7) perform a word search of PDF documents? What I would like to do, at the minimum, is have CF search PDF files located in a directory for a specific word, and return a list of files that have that word (or phrase) in them. am I ask

  • Allow others to order iPhoto calendar via Apple Photos Services (or other)

    I thought I saw this option somewhere, but I have an iPhoto calendar that I've printed through Apple Photo Services for myself. I now want to make that cal available for others to print without having to be involved in placing the order for them. Is

  • Ace module dropping assymetric layer 2 connections

    Hi we had a situation in where the ACE would randomly drop certain tcp connections, and all ICMP packets from a certain windows server.  The server in question was using Transmit Load Balancing with Fault Tolerance. The server has one Nic connected t