Problems caused by Editable areas when scrolling in ie6

Hi,
Not sure whether this is a problem in ie6 but think its more
likely me being thick with using templates and editable regions!
I have a site here which uses 2 templates that are very
similar. Everything works fine in FF, however in ie6 I have noticed
that when the page first loads it displays OK, but if you scoll
down so that the top of the "content area" is off the screen and
then back again, the design seems to break and introduce a white
line at the point where the editable region is.
I have tried for a frustrating few hours editing the template
but moving the editable region seems to throw the rest of the
design out. Is there a way to control the regions? should they be
affecting the way a page renders?
You can see the page here (remember to view in ie6 and resize
window so you can scroll sufficiently to cause the problem)
http://uk.geocities.com/sidavis21/library_test/web_search01.html
Apologies for the ads on the geocities site; it's just close
to hand! Any pointers greatly appreciated, thanks in advance.
Si

http://validator.w3.org/check?uri=http%3A%2F%2***.geocities.com%2Fsidavis21%2Flibrary_test %2Fweb_search01.html&charset=%28detect+automatically%29&doctype=Inline&group=0
HTH
"sidavis" <[email protected]> wrote in
message
news:g47gum$1k1$[email protected]..
> Hi,
>
> Not sure whether this is a problem in ie6 but think its
more likely me
> being
> thick with using templates and editable regions!
>
> I have a site here which uses 2 templates that are very
similar.
> Everything
> works fine in FF, however in ie6 I have noticed that
when the page first
> loads
> it displays OK, but if you scoll down so that the top of
the "content
> area" is
> off the screen and then back again, the design seems to
break and
> introduce a
> white line at the point where the editable region is.
>
> I have tried for a frustrating few hours editing the
template but moving
> the
> editable region seems to throw the rest of the design
out. Is there a way
> to
> control the regions? should they be affecting the way a
page renders?
>
> You can see the page here (remember to view in ie6 and
resize window so
> you
> can scroll sufficiently to cause the problem)
>
>
http://uk.geocities.com/sidavis21/library_test/web_search01.html
>
> Apologies for the ads on the geocities site; it's just
close to hand! Any
> pointers greatly appreciated, thanks in advance.
>
> Si
>
>

Similar Messages

  • Problem with adding text area in scroll pane

    hi , i have been facing this funny problem , but cant able to get solution.
    the problem is i am trying to add text area in scroll pane , but when i add textarea in scroll pane using scrollpane.add(textarea) that text area remain disable always. i tried making it enable explicility but that code is not working.

    You don't use the add(...) method for JScrollPane. Use:
    a) new JScrollPane( textArea );
    b) scrollPane.getViewport().setView( textArea );

  • Scrambled sound when scrolling through the library

    After I have installed the latest itunes 7 update, I ecnountered some problems with the sound. When scrolling (quickly) through the library, the sound becomes distorted/scrambled. That also happens when typing in names (quickly) in the search function. My system requirements are sufficient and I didn't have problems with the previous version of itunes 7. Did anybody encounter similar problems?

    Hi Barry,
    If you named your rolls it would have the name of the roll and the date of the roll. if you didn't name your rolls it would just be the roll # and the date. Makes it easier to find what you are looking for when scrolling through the library.
    Lori

  • Flickering when scrolling

    I am using the freshly downloaded trial version of Adobe Premiere Elements 13 and am experiencing some problems with the application.
    When scrolling the tracks in expert mode, a very annoying flickering appears, even without having loaded large or heavy video clips.
    I have also encountered multiple hangs/freezes when working with Titles & Text.
    I am running on an iMac 2,5 Ghz i5 with the latest software updates installed, 8gb of memory, SSD drive and an AMD Radeon HD 6750M graphics card with 512MB of memory.
    Suggestions anyone?
    Thanks,
    Jan

    Jan
    That is one strange looking Expert workspace Timeline. Are you seeing the same type of thing in the Quick workspace Filmstrip space?
    Let us start by deletion the Adobe Premiere Elements Prefs file. I believe in Mac it should be found
    Users/Owner/Libraries/ Application Support/Adobe/Premiere Elements/13.0
    If that does not help, then the usual questions
    1. Is your video card/graphics card AMD Radeon HD 6750M driver version up to date according to the web site of the manufacturer of
    the card?
    2. Does the problem exist with or without the antivirus and firewall(s) disabled?
    3. Are you working with pen and tablet device or mouse?
    Let us start here and then decide what next.
    Thank you.
    ATR

  • After installing Snow Leopard on MacPro with 23" HD monitor I have noticed an anomaly when scrolling up or down, a horizontal ripple appears briefly, I have tested other browsers and there is no problem, only in FF 8. What is causing this?

    After installing Snow Leopard on MacPro with 23" HD monitor I have noticed an anomaly when scrolling up or down, a horizontal ripple appears briefly, I have tested other browsers and there is no problem, only in FF 8. What is causing this?

    Hi applecore_eater,
    When Leopard came out, machines were shipping with Tiger for 3-5 months after it's release. So the fact that you bought a machine with Leopard still installed is not uncommon, especially considering we're not even a month into release. Matter of fact, I'd be surprised to see a lot of machines (unless CTO) that are coming with Snow Leopard.
    The battery issue is not specific to Snow Leopard or the MacBook Air. I've deployed SL to about 15-20 MacBook Airs and all of them have been perfectly fine (batteries).

  • How do I get constraints to adjust when scroll bars are shown?

    Hi All,
    I've got the following page setup, with constraints that causes everything (datagrid, content grid, etc.) to grow and shrink when the user adjusts the size of the window.
    Now, the problem is, if there are enough controls on the page to require vertical scrolling (e.g., if I resize the window, or change to another state that has more controls on the page), and it adds vertical scroll bars, the controls are not reduce in size, which means that some of them are now underneath the vertical scrollbar, which causes a horizontal scrollbar to appear.  Like this:
    Right now the constraint on all the controls is right="10", and what I want is for it to be 10 pixels from the right of the usable canvas--so if a scrollbar appears, it should be 10 pixels from the left edge of the scrollbar.  If there is no scrollbar, it should be 10 pixels from the edge of the viewport.
    This is the way the browser treats scrollbars.  How do I get this behavior in Flex?
      -Josh

    You could add a right padding to your controls to cause them to stay 
    away from the scrollbars, remember that scrollbars aren't taken into 
    account during controls layout.
    Sincerely,
    Michael
    El 04/05/2009, a las 9:42, JoshBeall <[email protected]> escribió:
    >
    Hi All,
    >
    I've got the following page setup, with constraints that causes 
    everything (datagrid, content grid, etc.) to grow and shrink when 
    the user adjusts the size of the window.
    >
    http://www.joshbeall.com/personal/flexconstraints1.png
    >
    Now, the problem is, if there are enough controls on the page to 
    require vertical scrolling (e.g., if I resize the window, or change 
    to another state that has more controls on the page), and it adds 
    vertical scroll bars, the controls are not reduce in size, which 
    means that some of them are now underneath the vertical scrollbar, 
    which causes a horizontal scrollbar to appear.  Like this:
    >
    http://www.joshbeall.com/personal/flexconstraints2.png
    >
    Right now the constraint on all the controls is right="10", and 
    what I want is for it to be 10 pixels from the right of the usable 
    canvas--so if a scrollbar appears, it should be 10 pixels from the 
    left edge of the scrollbar.  If there is no scrollbar, it should be 
    10 pixels from the edge of the viewport.
    >
    This is the way the browser treats scrollbars.  How do I get this 
    behavior in Flex?
    >
      -Josh
    >

  • So I download photoshop cc (2014) and when I go to open the program, it gives me an error message and shuts the program down. It says," A problem cause the program to stop working correctly. Windows will close the program." Can someone help me please?

    So I download photoshop cc (2014) and when I go to open the program, it gives me an error message and shuts the program down. It says," A problem cause the program to stop working correctly. Windows will close the program." Can someone help me please?

    I've got the same issue and it affects all my adobe software.  You are not alone as I have seen several postings looking for the answer to this help request.

  • Issue when scrolling a pdf - There was a problem reading this document (135)

    This is when the PDF is created and rendered/previewed from Acrobat Reader and the issue is there for latest acrobat version too.
    When you open the PDF in Acrobat Reader and then when you scroll it and if you have more that one page in the PDF, it gives an error saying "There was a problem reading this document (135)".
    Is this a known issue in Acobat? Any resolution? Reinstalling acrobat version didn't help.
    Thank you in advance...!
    /Manu

    It's hard to tell for me as they are files such bank statement or other document from websites...how can i know?
    Thanks,
    Date: Wed, 9 May 2012 01:29:45 -0600
    From: [email protected]
    To: [email protected]
    Subject: Issue when scrolling a pdf - There was a problem reading this document (135)
        Re: Issue when scrolling a pdf - There was a problem reading this document (135)
        created by Nikhil.Gupta in Adobe Reader - View the full discussion
    Hi Manulak_Tech,
    As you are able to view PDF I had provided, the issue seems to be PDF specific.
    So when you scroll the PDF and reach to a page where Adobe Reader cannot read it, the error comes. I am sure the problem lies the way PDF was created. Can you describe how the PDF was created?
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4390058#4390058
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4390058#4390058. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Adobe Reader by email or at Adobe Forums
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.

    Itunes will no longer work on my Windows 8 PC. When I attempt to start the program a message says: A problem caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available.  I have tried to uninstall iTunes but the Windows uninstaller will not delete the program I get a message that says: A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi.  How do I get iTunes to work again?

    Whentrying to uninstall iTunes (the first program that must be uninstalled per the instructions) I get a message:  A network error occurred while attempting to read file: C:\Windows|Installer|iTunes.msi. I can't even uninstall iTunes?
    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page).
    http://majorgeeks.com/download.php?det=4459
    Here's a screenshot showing the particular links on the page that you should be clicking:
    After clicking one of the circled links, you should be taken to another page, and after a few seconds you should see a download dialog appear for the msicuu2.exe file. Here's a screenshot of what it looks like for me in Firefox:
    Choose to Save the file. If the dialog box does not appear for you, click the link on the page that says "CLICK HERE IF IT DOES NOT". Here's a screenshot of the page with the relevant link circled:
    When the dialog appears, choose to save the file.
    (2) Go to the Downloads area for your Web browser. Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • Error when opening itunes : iTunes has stopped working ''A problem caused the program to stop working correctly''. When I repaired damaged files the problem still exists and also after uninstalling and redownloading and installing itunes. I have windows 8

    Error when opening iTunes : iTunes has stopped working '' A problem caused the program to stop working correctly''.
    When I repaired damaged files the problem still exists and also after uninstalling, redownloading and reinstalling iTunes.
    My pc is working with windos 8.
    Is there a solution?

    Hey there Rodney274,
    It sounds like you are getting an error from iTunes when you launch it. I would try the troubleshooting in this article named:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Start with troubleshooting for 3rd party plug ins section, then the rest of the article if needed:
    Start iTunes in Safe Mode
    Open iTunes in Safe Mode to isolate any interference from plug-ins or scripts not manufactured by Apple.
    Hold down Shift–Control while opening iTunes. You should see a dialog that says "iTunes is running in safe mode" before iTunes finishes starting up.
    Click Continue.
    See if the issue you're experiencing persists in Safe Mode.
    If you have the same issue while iTunes is in Safe Mode, proceed to the "Create a new user account" section. If you don't experience the same issue, follow these steps to remove third-party plug-ins.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • I'm getting the following error message when ever I try to start cs6 and the program gets close. "Adobe Photoshop CS6 has stopped working. A problem caused the program to stop working correctly."

    Hi,
    I’m getting the following error message when ever I try to start cs6 and the program gets close.
    “Adobe Photoshop CS6 has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available”
    Please advise what is the problem? and How to sort this out?
    OS Name
    Microsoft Windows 8.1 Pro
    Version
    6.3.9600 Build 9600
    Other OS Description
    Not Available
    OS Manufacturer
    Microsoft Corporation
    System Name
    JARVIS
    System Manufacturer
    Dell Inc.
    System Model
    Inspiron N5110
    System Type
    x64-based PC
    System SKU
    To be filled by O.E.M.
    Processor
    Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 2501 Mhz, 2 Core(s), 4 Logical Processor(s)
    BIOS Version/Date
    Dell Inc. A11, 8/3/2012
    SMBIOS Version
    2.6
    Embedded Controller Version
    1.01
    BIOS Mode
    Legacy
    BaseBoard Manufacturer
    Dell Inc.
    BaseBoard Model
    Not Available
    BaseBoard Name
    Base Board
    Platform Role
    Mobile
    Secure Boot State
    Unsupported
    PCR7 Configuration
    Binding Not Possible
    Windows Directory
    C:\Windows
    System Directory
    C:\Windows\system32
    Boot Device
    \Device\HarddiskVolume2
    Locale
    United States
    Hardware Abstraction Layer
    Version = "6.3.9600.17196"
    User Name
    Jarvis\JARVIS\Abhishek
    Time Zone
    India Standard Time
    Installed Physical Memory (RAM)
    4.00 GB
    Total Physical Memory
    3.16 GB
    Available Physical Memory
    1.21 GB
    Total Virtual Memory
    3.72 GB
    Available Virtual Memory
    1.55 GB
    Page File Space
    576 MB
    Page File
    C:\pagefile.sys
    Hyper-V - VM Monitor Mode Extensions
    Yes
    Hyper-V - Second Level Address Translation Extensions
    Yes
    Hyper-V - Virtualization Enabled in Firmware
    Yes
    Hyper-V - Data Execution Protection
    Yes
    Display adapters:
      and NVIDIA GeForce GT 525M.

    Without the actual crash logs nobody can say, but chances are that your graphics hardware is to blame, so update the driver...
    Mylenium

  • When i load i tunes, it comes up with error message stating "i tunes has stopped working.A problem caused the program to stop working correctly. Windows will clode the program and notify you if a solution is available". I have no idea to fix

    New laptop, load itunes to find a error message that states, "i tunes has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available". It has me stuffed on such a problem that should be easy to load. Please help!!!!

    Hey there Rodney274,
    It sounds like you are getting an error from iTunes when you launch it. I would try the troubleshooting in this article named:
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Start with troubleshooting for 3rd party plug ins section, then the rest of the article if needed:
    Start iTunes in Safe Mode
    Open iTunes in Safe Mode to isolate any interference from plug-ins or scripts not manufactured by Apple.
    Hold down Shift–Control while opening iTunes. You should see a dialog that says "iTunes is running in safe mode" before iTunes finishes starting up.
    Click Continue.
    See if the issue you're experiencing persists in Safe Mode.
    If you have the same issue while iTunes is in Safe Mode, proceed to the "Create a new user account" section. If you don't experience the same issue, follow these steps to remove third-party plug-ins.
    Thank you for using Apple Support Communities.
    Take care,
    Sterling

  • I have a problem with external editing preferences where Photoshop will not launch when I choose "Edit In"...

    Hi. I have a problem with external editing preferences. If I add Photoshop as an external editor, it won't launch when selected, if I add it as an additional external editor it will. Why? How can I fix this as I need to use Photoshop and another program as the additional external editor.
    I use a Mac running OS X (10.8.5) and PS CS4 and LR 5.7. Any ideas on a fix? Thanks in advance.

    I don't know why Photoshop won't start. However, it's possible to create external editor presets using the additional external editor tools. There are instructions on how to do this in the Lightroom help. You could assign Photoshop and create one preset, and then assign another program and create another preset.
    I don't know if deleting your preferences would fix the problem or not. It can sometimes fix other problems.
    Preference and other file locations in Lightroom 5

  • Reader XI: after opening a pdf I get black areas in the doc when scrolling down

    Hello,
    I have a problem with acrobat reader XI after a new installation of my hdd.
    After opening a pdf, I get black areas in the pdf when I scroll down. The black area disspear when scrolling up. What can I do? Win7 Prof 64bit
    Many thanks in advance
    Michael

    Hello Michael,
    Please make sure that you are using latest version of Reader XI.
    Please Go to Help-> Check for Updates...
    Regards,
    Anoop

  • Problem with Website when scrolling down in IE6

    I just created a website using Dreamweaver 8 which used a
    left and top frame. All the links in the nav bar in the left frame
    open up in the main frame.
    Everything works fine in Firefox and IE7, but in IE6, all the
    pages were opening up on top of one another, making the page
    unreadable. Also, when scrolling down a single page, all the text
    would blur into one another, again ruining the page.
    The website is www.omarjorge.com. You can see the scrolling
    problem by just scrolling down the main page. When I open the file
    from the mainframe individually it doesn't have this problem.
    Any help is greatly appreciated.

    Sorry - I scrolled down in IE6 and didn't see your problem.
    Also, why are you using such an antique method as frames for
    this site? The
    reason for using or not using frames should be based on a)
    your site's
    needs, and b) your willingness to accept the potential
    problems that frames
    can create for you as developer and maintainer of the site
    and for your
    visitors as casual users of the site.
    I am down on frames because I believe that they create many
    more problems
    than they solve.
    Judging from the posts here, and the kinds of problems that
    are described,
    the kind of person most likely to elect to use frames is also
    the kind of
    person most likely ill-prepared fo solve the ensuing problems
    when they
    arise. If you feel a) that you understand the problems and b)
    that you are
    prepared to handle them when they occur, and c) that you have
    a need to use
    frames, then by all means use them.
    As far as I know, the most comprehensive discussions of
    frames and their
    potential problems can be found on these two links -
    http://apptools.com/rants/framesevil.php
    http://www.tjkdesign.com/articles/frames/
    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
    ==================
    "ojorge" <[email protected]> wrote in
    message
    news:[email protected]...
    >I just created a website using Dreamweaver 8 which used a
    left and top
    >frame.
    > All the links in the nav bar in the left frame open up
    in the main frame.
    >
    > Everything works fine in Firefox and IE7, but in IE6,
    all the pages were
    > opening up on top of one another, making the page
    unreadable. Also, when
    > scrolling down a single page, all the text would blur
    into one another,
    > again
    > ruining the page.
    >
    > The website is www.omarjorge.com. You can see the
    scrolling problem by
    > just
    > scrolling down the main page. When I open the file from
    the mainframe
    > individually it doesn't have this problem.
    >
    > Any help is greatly appreciated.
    >

Maybe you are looking for