Rolling window moves when browser window changes size??

I have added a rolling window into my page and it is in the
correct position when I click to preview, but when the browser
window moves (when I click on my Favourites window panel for
example) the rolling window moves along and out of its position.
Is there anyway to stop this?
Cheers,
Zoe

Change this -
</head>
to this -
<style type="text/css">
<!--
body { text-align:center; color:#CCC; }
#wrapper { text-align:left; width:720px; margin:0
auto;position:relative; }
-->
</style>
</head>
change this -
<body ...>
to this -
<body ...>
<div id="wrapper">
and this -
</body>
to this -
</div><!-- /wrapper -->
</body>
and see if that helps.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"dollecom" <[email protected]> wrote in
message
news:e5ffjv$qa8$[email protected]..
> I have added a rolling window into my page and it is in
the correct
> position
> when I click to preview, but when the browser window
moves (when I click
> on my
> Favourites window panel for example) the rolling window
moves along and
> out of
> its position.
>
> Is there anyway to stop this?
>
> Cheers,
> Zoe
>

Similar Messages

  • Window error when publishing Muse change, can't pubish page update

    Window error when publishing Muse change, can't pubish page update. Any suggestions?
    It happens after I updated my website payment page with a new Paypal html. That html is below with x's put in to the code. Why doesn't Muse or Windows like this code in Muse?
    <script type="text/javascript" data-pp-pubid="9xxxxx6cec" data-pp-placementtype="540x200"> (function (d, t) {
    "use strict";
    var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
    n.src = "//paypal.adtag.where.com/merchant.js";
    s.parentNode.insertBefore(n, s);
    }(document, "script"));
    </script>

    Window error when publishing Muse change, can't pubish page update. Any suggestions?
    It happens after I updated my website payment page with a new Paypal html. That html is below with x's put in to the code. Why doesn't Muse or Windows like this code in Muse?
    <script type="text/javascript" data-pp-pubid="9xxxxx6cec" data-pp-placementtype="540x200"> (function (d, t) {
    "use strict";
    var s = d.getElementsByTagName(t)[0], n = d.createElement(t);
    n.src = "//paypal.adtag.where.com/merchant.js";
    s.parentNode.insertBefore(n, s);
    }(document, "script"));
    </script>

  • Background Image Fixed-Layers Above Move in Browser Window

    Hi,
    I created a table, single column and row. I inserted an image
    (background graphics), then created Layers for my text and
    navigation buttons. See layout online here:
    http://www.tarbeatydesign.com/SG4/index.html
    Why do the layers float around when the browser window
    changes sizes? Is there a fix.
    I'm using DW MX 2004 - v7.0.1
    Thanks, Tar

    First-cousin in my family, and lots of rumors...
    Walt
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > SHE'S HIS COUSIN?
    >
    > --
    > 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
    > ==================
    >
    >
    > "Walt F. Schaefer" <[email protected]> wrote
    in message
    > news:[email protected]...
    >> He's responsible for the memory lapse. Well, him and
    his cousin Mary
    >> Jane.
    >>
    >> --
    >>
    >> Walt
    >>
    >>
    >> "Murray *ACE*"
    <[email protected]> wrote in message
    >> news:[email protected]...
    >>> Just think John Barleycorn.
    >>>
    >>> --
    >>> 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
    >>> ==================
    >>>
    >>>
    >>> "Walt F. Schaefer" <[email protected]>
    wrote in message
    >>> news:[email protected]...
    >>>> Yes, better. Thanks Murray. I was
    momentarily lost for the term
    >>>> "ancestor".
    >>>>
    >>>> --
    >>>>
    >>>> Walt
    >>>>
    >>>>
    >>>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>>> news:[email protected]...
    >>>>>> Because that's how Layers
    (position:absolute) work. They are
    >>>>>> positioned absolutely relative to
    the position of their containing
    >>>>>> element (usually <body>).
    >>>>>
    >>>>> That's confusing. They are positioned
    offset from the position of
    >>>>> their closest positioned ancestor. If
    there is no positioned
    >>>>> ancestor, then the body tag is used,
    hence, upper, left-hand corner of
    >>>>> the page.
    >>>>>
    >>>>> --
    >>>>> 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
    >>>>> ==================
    >>>>>
    >>>>>
    >>>>> "Walt F. Schaefer"
    <[email protected]> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>>> Why do the layers float around
    when the browser window changes
    >>>>>>> sizes?
    >>>>>> Because that's how Layers
    (position:absolute) work. They are
    >>>>>> positioned absolutely relative to
    the position of their containing
    >>>>>> element (usually <body>).
    >>>>>>
    >>>>>>>Is there a fix.
    >>>>>> Stop using Layers. They are not a
    good option for general page layout
    >>>>>> purposes. They should be used
    sparingly in special situations and
    >>>>>> only if you fully understand how
    they will interact with the rest of
    >>>>>> your page. You need to learn and
    understand CSS (+ HTML) if you want
    >>>>>> to build anything but the simplest
    of sites.
    >>>>>>
    >>>>>>
    >>>>>> --
    >>>>>>
    >>>>>> Walt
    >>>>>>
    >>>>>>
    >>>>>> "tarbeaty"
    <[email protected]> wrote in message
    >>>>>>
    news:[email protected]...
    >>>>>>> Hi,
    >>>>>>> I created a table, single column
    and row. I inserted an image
    >>>>>>> (background
    >>>>>>> graphics), then created Layers
    for my text and navigation buttons.
    >>>>>>> See layout
    >>>>>>> online here:
    http://www.tarbeatydesign.com/SG4/index.html
    >>>>>>>
    >>>>>>> Why do the layers float around
    when the browser window changes
    >>>>>>> sizes? Is there
    >>>>>>> a fix.
    >>>>>>> I'm using DW MX 2004 - v7.0.1
    >>>>>>> Thanks, Tar
    >>>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>
    >>
    >

  • How to center flash movie in browser window

    Can anyone explain how to horizontally center my Flash movie in the web browser window after publishing?
    A bit of background:
    I was able to achieve this using <center></center> tags a few years ago. But I have since upgraded to CS5 and I understand that this old method is now obsolete.
    I have found a few threads/forums that address this, but I know nothing about HTML and these threads don't help me because they assume you have more knowledge than I possess. When opening up the index.html file in Dreamweaver I can't find anything that looks vaguely familiar to what is being discussed. I have found some code samples using <div></div> tags but have no idea where to place it.
    So I will need it explained to me in a step by step fashion, including which file I need to fix and what program I should use. Code samples will be very welcome if you can tell me exactly where it goes.
    Thanks in advance...

    Just realized that there is no scrolling functionality with the .swf generated from the new CS5. Can anyone help out by providing revised code for centering and scrolling?
    I found something elsewhere in the forums that worked for both centering and scrolling that worked fine yesterday, but upon visiting my site today for testing, it did not allow the scrolling, and centering did not work in Firefox. Tested both Safari and Firefox on 2 Macs running Snow Leopard.
    Again, much appreciated - nice to visit forums where people are interested in helping instead of screaming at each other. Will visit the Illustrator or Indesign forum to see if I can help out someone there...

  • Some webpages resize the window but when the window opens in a new tab, the entire firefox browser is resized. How do I stop this from happening?

    This usually happens when the window is resized in order to fit the smaller content/intention for a webpage.
    I would like Firefox to ignore the window resizing (down sizing) commands when opening a window in a new tab and just display the window in full size.

    Go into ''Tools > Options > Content'' and next to where it says ''Enable JavaScript'', click ''Advanced...''' and then untick ''Move or resize existing windows''.
    This is the only way to do it. I believe there is a bug filed to prevent all sites (by default) from resizing the window if there are more tabs open, but I don't think it has been fixed.

  • Movie Clip / Browser Window Resize?

    Hello Everyone,
    I was wondering if anyone knew of a way that you could make a
    single movie clip in your .swf react to the current width of the
    browser window, when its loaded.
    I would like to use this specific piece of code to
    dynamically center an "enter" button on a website.
    Thank you in advance

    If you set the properties of your .swf to 100% width and
    height your movie will automatically fill the browser regardless of
    resolution. Note if your using a colored background for your web
    page you will see white striping down each side of your movie. just
    set the param for bgcolor to what ever you need it to be
    Kevin

  • BSP session not dying when browser window closes

    Hi,
    I am having a small problem with the bsp session. I shall explain the prb with an example.
    Lets say i have a bsp application BSP1. I open the application from the Favorites tab in the SAPGUi.
    Initially, i have another browser window open containing google.com(this is imp that i have another browser open all the time containing anything). I now start BSP1, then i close the window by hitting the close button of the browser, as a result the controller sends a exit view back to the frontend which never gets displayed. now i start BSP1 again from SAPGUi, and the browser instead of showing me the logon screen and the start page goes to the exit page of the application. In other words to the last URL that i visited last time in the application. Somehow when the window is closed, the session on the applicaiton server is not dying. This only happens if i have any other browser open all the time containing any thing.
    If i do not have any other browser open, and then i follow the above sequence of events,everything runs smoothly. Also, in the previous case, if i close the google window also and start the application again, everything runs smoothly. In IE settings , in Advanced tab there is a setting for REUSE EXISTING WINDOWS FOR LAUNCHING SHORTCUTS. If i set this option, everything runs smoothly, even if i have a Google(whatever) window open all the time. If i do not set this option, i run into the problem as in the first case. Also, if instead of opening the application through the SAPGui i open another browser from the taskbar and type in the URL , everything runs smoothly inspite of another google window being opened all the time.
    Also this problem is evident in systems with BASIS 640/level 10 and BASIS 620/level 19. It might be present in other versions also but i am working on these two systems with these versions. This problem does not pop up on BASIS 700.
    If on exit, within the controller, i reset the keep_context attribute of RUNTIME  object, everything runs smoothly.
    could you please guide me as to what can be the problem here and how it can be solved. It is important. Any kind of help and guidance would be highly appreciated.
    Looking forward to your response,
    Thanks and best regards,
    Ghufran

    The very first important aspect to understand is that CANCEL kills the session long before the request reaches the ABAP stack. So what ever you want to do, this is not the way to go.
    From reading your first post in this thread through, I have the impression that you might have some confusion between stateful versus authentication. No, I it is not the problem/solution, but just that your very long descriptions without using consistant terminology makes it difficult to understand where we are going.
    Thus, I would recommending read this article for background information:<a href="/people/mark.finnern/blog/2003/09/24/bsp-in-depth-confusion-between-stateless-stateful-and-authentication">BSP In-Depth: Confusion between Stateless, Stateful and Authentication</a>.
    Next, you CAN NOT "redirect it to the browser on the onbeforeunload() event". Well, at least I never have never succeeded.
    Once the closed button is hit, you have not many options. One idea is a window.open, see system application for examples. The other is the image loading trick that Thomas describes in his weblog. Both ideas will actually solve your problems (once you really understand what is happening). This is unfortunately not always perfectly easy.
    brian

  • Windows move when cursor tracks

    This morning after starting my computer I noticed that when the cursor tracks the window moves also.
    If I move the cursor up or down I lose either the top of the title bar or the dock. When moving left or right I lose the close button or the scroll bar. I have rebooted several times and this hasn't cleared up the problem. i've looked in mac help as well as system preferences and cannot find anything remotely
    related to this dilema. Is there anyone out there who can give some constructive input regarding this
    problem>? I am baffeled as heck and would appreciate any help. Thanks
    Tim Emerson

    Open the Universal Access pane of System Preferences, click on the Seeing tab, and turn off Zoom.
    (40758)

  • Windows Movie Maker For Windows 7 Ultimate

    My windows movie maker 2.6 is very slow when I am trying to edit audio/video clip.. How can I fix this? Is there any other version of movie maker for Windows 7Ultimate?

    Hi,
    As the issue is specific with Movie Maker , you may contact Microsoft  Movie Maker forum for further assistance on the issue:
    Contact - Movie Maker Forum:
    http://www.windowsmoviemakers.net/Forums/ShowForum.aspx?ForumID=28
    Please revert for any clarification on this or any Windows issue. We will be glad to help you.
    Roger Lu
    TechNet Community Support

  • New Window Opening Behind Browser Window

    I have produced a page in DW3 for an artist where you click
    on a thumbnail and it opens a new window with an enlargement of
    that image. (I use the DW3 javascript behaviour to do this).
    When I test it on my browsers the windows open in front of
    the main browser window and all is hunky dory.
    When my client does the same, she claims that some of the
    windows open in front of the main browser window but some open
    behind the browser window and are obscured. She says she perceives
    a "flash" if the new window opens behind the browser window. She is
    using Firefox 2.0.9.17
    Has anyone experienced this behaviour and figured out a
    fix?

    .oO(spiro_t)
    >I have produced a page in DW3 for an artist where you
    click on a thumbnail and
    >it opens a new window with an enlargement of that image.
    (I use the DW3
    >javascript behaviour to do this).
    >
    > When I test it on my browsers the windows open in front
    of the main browser
    >window and all is hunky dory.
    >
    > When my client does the same, she claims that some of
    the windows open in
    >front of the main browser window but some open behind the
    browser window and
    >are obscured. She says she perceives a "flash" if the new
    window opens behind
    >the browser window. She is using Firefox 2.0.9.17
    >
    > Has anyone experienced this behaviour and figured out a
    fix?
    Usually the user/browser decides where new windows/tabs will
    be opened.
    But why open a new window at all? Why not use something like
    Litebox?
    Micha

  • Ugh...Windows Movie Maker, Quicktime, Windows and Mac...oh my...

    Alright, so I really need help...
    I made a video for someone using Windows Movie Maker, before I was informed that he uses a Mac.
    I can't figure out HOW ON EARTH to edit video clips and splice them together on Quicktime. He can't download anything, like Flip4Mac that has been suggested before, so I don't know what to do.
    Can anyone help me!? I don't know what else to do! ='(
    --Kourtney

    Go to the QuickTime Help and click on the Editing and Authoring section. That will give you an overview of the process. You can also find some of that information here:
    http://docs.info.apple.com/article.html?artnum=42622
    Regards.

  • CSS Browse Tab When Refresh Page Changes Size and Jumps to Right Size

    I'm styling a site and I must have changed something I shouldn't have. 
    Issue:  When I click on the refresh page, the "Browse" tabe in the ribbon on the home page jumps smaller and then back to right size when the page loads.  Anyone have any ideas what could be the culprit?
    If I click on the tabs the size remains static, this only happens when I refresh the page.
    It's really bugging me, any help much appreciated.

    This could be related to the "caret browsing" feature, which moves the cursor through the page when you scroll with the arrow key. Or maybe in this case skips around things in the page.
    You can turn that using either:
    * F7 key
    * "3-bar" menu button (or Tools menu) > Options > Advanced > General mini-tab > ''uncheck'' the box for "Always use the cursor keys to navigate within pages"
    Any luck?

  • When browser window cuts off content (is too small for the page) scrollbar wont scroll down to cropped content.

    Hey everyone,
    I'm having a new problem with Muse. This is my first Muse site, all my previous web work was HTML CSS, but I'm trying to learn the programs. However, I have a weird problem with my page... When the browser is too small - aka the window showing the site is cropping some of the content, the scroll bar appears, but wont scroll down it... I don't understand why. It seems to be happening in all browsers. Likewise, on some computers my footer is missing or invisible, not sure why, but on my computer in all browsers (firefox, chrome, safari) I don't have the problem. Any advice?
    www.DanielleFeliciano.com
    Also, in site properties I have the minimum height set to what would show the whole page, not sure what is going on. I've also noticed, that the scrollbar appears when the page is cropped, it just won't scroll the page..

    Looks like you have your content pinned on the homepage .... or on a layer that is pinned. Probably the header layer.

  • Immediate window close when trying to change wallpaper

    Hello there, I have been trying to change the wallpaper on my computer for several days but whenever i hit the button for change picture it immediately closes the window and i am stuck on the same picture and i dont know how to fix it. i also dont know how to change the screensaver and it is getting really anoying. Thanks in advance.

    Try deleting the Desktop settings file. First, open Finder, select Go menu > Go to Folder, and type ~/Library/Preferences. Then, delete "com.apple.desktop.plist" and "com.apple.systempreferences.plist", and restart.
    After restarting, open System Preferences > Desktop & Screen Saver, and you should be able to change your wallpaper and screensaver

  • I've having a problem with not being able to move the browser window around on my desktop. My last alternative is to uninstall Firefox and try a reinstall, but I'm afraid I'll loose all of my bookmarks. Any insight would be appreciated. Thanks--

    Vista Home Premium / Service Pack 2
    Intel Core 2 Quad CPU Q 9400 @ 2.66GHz
    3 GB Ram
    32-bit OS

    Did you check what I would consider the first place to look:
    * http://kb.mozillazine.org/Problematic_extensions
    If the site is still down (at least 12 hours) when you read this try [http://webcache.googleusercontent.com/search?q=cache:http%3A//kb.mozillazine.org/Problematic_extensions Google's cache]
    Link or url would make it easier to see which page you tried rather than "your online solution for ...".
    * http://kb.mozillazine.org/Firefox_hangs ([http://webcache.googleusercontent.com/search?q=cache:http%3A//kb.mozillazine.org/Firefox_hangs cached version])
    * http://kb.mozillazine.org/Firefox_crashes ([http://webcache.googleusercontent.com/search?q=cache:http%3A//kb.mozillazine.org/Firefox_crashes cached version])
    * [https://support.mozilla.com/kb/Firefox%20hangs#os=mac&amp;browser=fx4 Firefox hangs | Troubleshooting | Firefox Help]

Maybe you are looking for

  • How to populate data into view object

    Hi all, I am quite new with ViewObject. I have one data table which is binding with view object. I want to populate data into view object from my managed bean. how can i achieve this kind of scenario? actually i try to get view object as in the follo

  • Roles in su01

    in SU01  Which roles we need to give to wokflow developer and workflow admin . Regards ajay.

  • Characteristic Infoobject - Data type TIMS

    Hello , Please let me know in Extract Structure of Source System which data type I select for mapping to characterictic Infoobject with TIMS as data type in general tab . If I need to display time in Hours or Minutes how I need to do that , help me w

  • Mobile Service

    Hi, we are considering implementing Mobile Service for CRM. Does anybody know if anyone in the world has done this yet? If so, any feedback from it? We are currently on CRM 4.0. Thanks, Aidan.

  • Loader cli

    Hi I have problems using the java API of the loader cli. I want to import content from a file into a table in a database of an other host. Connecting to the database is not the problem, but reading from the file. The relevant command looks like IMPOR