New 64 bit CS4 installation

I have a new laptop arriving today and will download Creative Suite Design Premium CS4 for installation. The operating system is 64 bit Vista Ultimate. My other machines are all 32 bit XP Pro, so I have zero experience with this operating system and installing CS4. Are there any precautions I need to take or pitfalls lurking?
Thanks in advance,
Joe

If you are running Vista 64-bit, hopefully you have more than 4 gigabytes of memory. 6 to 8 as a minimum is recommended simply because the 64-bit OS has a much higher threshold of resources needed to boot and run.
Turn off UAC ("user account control"). It will get in the way of all program installation and most rational file operations you need to perform.
Strip your system of all "shovelware" that may have been installed by your system manufacturer including all "trial software" and added value crap.
Make sure you are updated to at least Vista SP1 if not SP2.
          - Dov

Similar Messages

  • My CS4 PS no longer recognised the iPhoto library since a new video card was installes a few days ago. How do i fix this? I can drag and drop but then I can't use camera raw feature.Tks

    My CS4 PS no longer recognised the iPhoto library since a new video card was installes a few days ago. How do i fix this? I can drag and drop but then I can't use camera raw feature.Tks

    When I use find file http://www.macupdate.com/app/mac/30073/find-file (which does tend to find files that "Finder" can't), it's not coming up with any other itunes library files that have been modified in the past week, which I know it would have been - unfortunately, I don't have a very recent backup of the hard drive.  It would be a few months old so it wouldn't have the complete library on it....any ideas?  I'm wondering if restarting the computer might help but have been afraid to do so in case it would make it harder to recover anything...I was looking at this thread https://discussions.apple.com/thread/4211589?start=0&tstart=0 in the hopes that it might have a helpful suggestion but it's definitely a different scenario.

  • How to install After Effects CS5.5(64-bit) with After Effects CS4 installer(32bit)?

    I have purchased After Effects CS5.5 unknowingly it is only for 64 bit system.My system is 32 bit.When I read a Adobe help page I got to knew that 32 bit users can install AE CS5 and above with help of a AE CS4 installer.Please help me how to do this.My system specs are:
    Windows 7 32-bit
    Intel Core i3 3.2 Ghz processor
    2 GB ram

    In this page: http://helpx.adobe.com/creative-suite/kb/cs6-32bit.html they tells that:"The support package installs CS4 versions of the Adobe applications to assist users who were transitioning to a 64-bit OS.If you currently have the CS4 32-bit installer and serial number, you can deploy without any additional steps." I didn't understand properly. Plz refer the page and tell me what it means.

  • CS4 installation failure on a new macbook pro version 10.9.5

    Hello,
    I got a new macbook pro and was trying to install my CS4 to my new macbook (OS version 10.9.5). However, I was not able to install it, it just stop during checking system profile on the CS4 installer. Could you help me out for this issue? Anything you have would be greatly appreciated.
    Thank you.

    Thank a lot for your suggestion. It worked great! I was able to install the CS4 in safe boot mode.
    http://helpx.adobe.com/x-productkb/global/start-safe-boot-mode-mac.html

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • CS4 Installation on Windows 8.1 Setup error

    So, after getting quite quite annoyed at this, I am asking the question:
    How do i fix the "Setup has encountered an error and cannot continue" error on installation with windows 8.1
    Details of things i have tried and know
    So, New install of Windows 8.1
    Windows CS4 Production Premium
    No previous version of Adobe has been installed (CCCleaner therefore doesn't work)
    Compatability mode, set to Windows 7, or Windows vista service pack 1, brings up same result.
    I am a student, and therefore can't afford to sign up to a 1 year contract for £185.88 (nor the "cheaper" one off £185.90)
    As i am not a subscriber, i can't gain access to the Adobe Live Chat.
    Please, someone help.

    Okay,
    I have solved this. Thank you kindly, Kartikay.
    Problem: Account's Documents Location had been moved from original location.
    Solution: Move documents back to original location
    If top solution doesn't work then:
    Create new admin account.
    Install from that account.
    Once installed, you are free to delete account and all files from new account.
    CS4 works perfectly

  • Premiere Pro CS4 Installation Failed - Again!

    Hi all
    We are currently using an old version of Adobe Premiere which I would like to upgrade to the latest version.  I want to show everyone in the company how good the latest version is and get them to pay for an upgrade/full version.
    I then noticed a free trial download for Adobe Premiere Pro CS4 and thought great idea. Well done Adobe I can now show everyone how good the latest CS4 version is.
    5 days later I still can not get the damn thing to install and work!! :-(
    In a desperate move I even tried it on a new Windows XP Pro SP3 - 3Gb RAM - Quad Core - 1Tb HD etc.. and when I try and install the Premiere windows 1.3Gb trial installation it eventually says at the end of the installation process (which takes for ever) "Installation Failed - One or more required components of Adobe Premiere Pro CS4 failed to install correctly." and it shows the following error log:
    Adobe Dynamiclink Support
    Error:
    Error 2.
    Adobe Media Encoder CS4
    Error:
    Error 2.
    Adobe Media Encoder CS4 Additional Exporter
    Error:
    Error 2.
    Adobe Media Encoder CS4 Dolby
    Error:
    Error 2.
    Adobe Premiere Pro CS4
    Error:
    Error 2.
    Adobe Premiere Pro CS4 LangPack (en_US)
    Error:
    Over the last 5 days I have looked through this forum site and tried every recommendation it suggests to fix the problem including:
    1) Uninstalling / Re-installing serveral times the Adobe Premiere Pro CS4 which eventually comes up with the above error.
    2) Turned off all Anti-Virus applications and disabled all running windows applications.
    3) I have also tried the WinCS4Cleanupscript process
    4) Manually deleted and removed the premiere folders
    5) I even rang up adobes technical support line and they said use the forums to solve the problem. Cushy job they have...
    None of the above fix the problem...
    So here I am. Has anyone got any ideas how to make it run up in trial mode ?
    Your help and advice would be greatly appreciated as I suspect im not the only one having this problem.

    Day 8 - OK I have finally fixed the problem.  I got fed up and purchased the full Adobe Premiere Pro CS4 product and it installed and worked 1st time!!!
    I must admit im very annoyed that the Trial version failed but the full product works.  The 2 x Premiere Pro CS4 installation CDs went through the installation process without a hitch and I did not get any installation error messages at all.
    So my no 1 question is why does the online Adobe Premiere CS4 Trial version fail to install but the full product can ?
    For what its worth, here are my final observations from this whole saga:
    1) The first thing I noticed on the Full Product CD Installation is it defaulted to and installed the "en_International" version and not the "en_US" language version. For some reason the online trial version defaulted to "en_US" language and I used this option during the trial installations. Maybe this language option upsets the installation process on my UK PC.
    Now I have it working im not going to risk re-installing it all again. But if your a UK user and you encounter problems during the trial installation process then try selecting the "en_International" language option. You never know.
    2) Another obvious observation is the trial version has numerous features removed and hacked out of it  So did the Adobe engineer get carried away with the hacking process and also remove some important installation code and procedures.
    After several days of trying to get the trial version to work there is obviously a problem with the trial installation process and it needs looking at.  I must of installed and reinstalled it 15+ times and during this time it upset my Dreamweaver CS4 app so forcing me to re-install this application as well.
    Please Adobe just give the online users the option of 2 x CD ISO Images to download and burn onto a CD as this could save other users the same frustrating time I have had and maybe give you more revenue.

  • Issues With CS4 Installation on Win 8?

    I purchased CS4 (Web Premium) on  disc several years ago, and it has been working fine on my  Win XP computer ever since. The Adobe software has all the current  updates, though I am using the CS4 version of Acrobat Pro (9.xx) rather  than a more recent (free) version of Reader.,
    Unfortunately,  my computer's hard drive has fried, and I just purchased a new Windows 8  machine, which will arrive shortly.  I am trying to determine:
    1. Are there any general issues with CS4 installation on Win 8 that I should know about in advance?
    2. Are there specific procedures (de-activation?) that I need to follow BEFORE attempting the installation on the new computer?
    3. Other than specific user issues, are there problems with CS4 versus Windows 8 that I would not encounter with Windows 7.
    I  enhance photos and create web sites for a living, so the CS4  installation is mission-critical. I am hoping I did not make a mistake  in ordering a Win 8 machine...
    Thanks for any and all insights.

    OK, fair enough. Maybe someone who has actually experienced this situation (CS4 --> Win 8 machine) might see this and offer some tips to avoid hassles. But I will try the install as soon as I get the new machine and post any ensuing issues/problems here.
    As for de-activation of the previous installation on the XP machine, that is now impossible, as the hard-drive is fried. Unless there is a way to de-activate an installation some other way (without actually opening the programs).  That said, I AM able to access files on the fried harddrive, so if there is a specific file that controls de-activation, I could access it on the old machine.  However, I may not be able to actually RUN said file on that machine, but can copy it to a stick and move it elsewhere. So, any thoughts on deactivation of an installation on a deceased computer?

  • "Application Not Found" CS4 installation error

    Problem: "Application Not Found" CS4 installation error
    Some Adobe Creative Suite CS4 Production Premium distribution disks issue an "Application not found" error while loading Disk 2 due to an error in the Autorun.inf file.
    Does your Autorun.inf for Disk 2, 3, or 4 contain
    [autorun]
    open=Autoplay.exe -auto
    icon=\csppdvd.ico
    Autorun.inf should instead only say
    [autorun]
    icon=\csppdvd.ico
    There should not be the line
    open=Autoplay.exe auto
    Only Disk 1 should have this line.
    On Disk 1, Adobe has a file called Autoplay.exe which starts the installation.
    "open=Autoplay.exe auto" runs the Autoplay application.
    Autoplay.exe is not on Disk 2, 3, or 4 so having the open line generates the error.
    Since you cannot edit the DVD, the trick is to turn off autorun so Windows doesn't run Autorun.inf upon loading Disk 2. Look at the Wikipedia description of "Autorun" for details. Wikipedia describes how to disable Autorun using
    Start -> Run -> gpedit.msc
    You will need to do this for XP. Vista has a Control Panel which allows you to "Take no action" for "Software and games". If this does not work, use gpedit.msc instead. You will know Autorun is off if upon inserting Disk 1, no installation window appears.
    Wikipedia notes that "AutoPlay is the name of a different feature in Microsoft Windows" not to be confused with Autorun starting the Autorun.inf file.
    Now that Autorun is off, manually double click Autoplay.exe on Disk 1 to start the installation. Disk 2 should now load properly.
    By the way, it appears you cannot teach an old dog new tricks. Some Adobe Creative Suite CS3 Production Premium distribution disks had the same problem. Obviously, Adobe did not learn from their past mistake.
    You may want to call Adobe to obtain replacement disks which don't have this error.
    (800) 642-3623 Adobe Technical Support
    (800) 833-6687 Adobe Customer Support

    Petrula,
    Can you look at the DVDs and send me the numbers you find on the inner edge? Also, any numbers on the outer DVD sleeves. This can help us to identify which sets of media are affected and possibly resolve it, or at least more specifically target solution information.
    Thank you!

  • TS1424 has anyone not been able to get the installer to properly load and get a message like: This installer is intended for 32 bit versions of windows. Please download and install 64 bit iTuines installer instead? and even if you uninstall and reinstall

    Has anyone not been able to get the iTunes installer to load properly and get a message like this: This iTunes installer is intended for 32 bit versions of windows. Please download and install 64 bit iTunes installer instead. I have tried repeatedly to get this to load, I have uninstalled iTunes completely and reinstalled and still get the same message. I have windows XP and a brand new ipod touch which I am trying to load.

    Yes, it's come up a number of times. If you look to the right under "more like this", you'll find threads that may offer useful suggestions.
    Regards.

  • Oracle 11G database for 64 bit windows installation error

    Hi,
    I downloaded the 11G 64bit for windows and unzipped the files into one folder and ran the setup.exe as an administrator. It opened up the java screen and I chose, create and configure a database. Next screen I chose, Desktop Class, when I click next it dies. It does not show me teh next screen. I went to the appdata folder and saw this error but not sure what to do EXCEPTION_ACCESS_VIOLATION (0xc0000005). Please help. Thanks for your time and help.

    Adipur wrote:
    Hello, have you tried to create new administrator user, and install using that newly created user...?You found this to be a band-aid solution in your specific instance. (Strange case of installation on windows 7 - unable to complete installation But you have drawn the wrong conclusions and never found the real issue in the cited thread. Under the circumstances, I would not be offering this up as a generalized solution, as you are doing in this thread and in others:
    Re: Oracle 11G database for 64 bit windows installation error
    Re: Trouble installing Oracle Personal in Windows 7 64-bit environment
    I have been doing Oracle DBA work since v 7.3, and have never seen advice like this to be anything more than a work-around the real issue.
    Edited by: EdStevens on May 15, 2013 7:03 AM

  • I am unable to download Photoshop 2 on to my new 64 bit computer

    I am unable to download Adobe Photoshop 2 on the my new 64 bit computer. Is there any way I can acheive this? If not, I cannot afford the latest version, so which version could I buy more reasonably which would be compatible?

    Well, pointless exercise. There is no way to get older versions other than buying used copies from someone else with all the trouble like having to do a Transfer an Adobe product license. The first version to certifiably run on Win 7 64bit is CS4.
    Mylenium

  • Can't create new doc in CS4

    When I try to create a new document in CS4, I get a message, "Can't open the illustration" displayed twice, then the New dialog. When I click 'OK' in this, I get the "Can't open the illustration" message again, followed by a message, "Can't create a new illustration. The command was cancelled." There is no further explanation.
    Exixting AI docs open fine, and I have no trouble creating new docs in Photoshop and InDesign.
    Can anybody help?

    Nevermind.
    I shut down and restarted my computer (Vista 64-bit), and things now work properly.

  • Critical error during PS CS4 installation

    I have just purchased the download version of Photoshop CS4, but unfortunately it won't install...
    After having unpacked to the default location (desktop) and starting setup.exe, the "Adobe Photoshop CS4 Installer: Initializing" dialog appears. When it's just about 90% finished, the "Adobe Photoshop CS4 Install-Loading Setup" screen appears along with the message "Critical errors were found in setup Please see the Setup log file for details" This window is titled "Windows Internet Explorer"
    It does not say where to find the log file or what its exact filename is.
    Windows XP SP3 English version, Intel Core Duo 6600, 2Gb RAM, Ati Radeon X1950XTX.
    I've had trials of Photoshop CS3 and Lightroom 2.1 on this system in the past. These have been uninstalled. I've also ran the
    CS3Clean.exe script.
    I also had Photoshop Elements 3 which I've also uninstalled.
    Any suggestions welcome!
    Martijn

    Hi David,
    [With apologies for straying off-topic]
    Im unaware of any programs or tools installed with Windows that will restore an identical copy of your registry. Besides ERUNT, several of the fix-it or registry cleaning/tweaking programs can back up & restore your entire registry, including the popular CCCleaner, but Ive seen so many folks get into trouble *Cleaning* their registry, I dont feel good recommending any of them. Of course you shouldnt have to use any Cleaning features to backup & restore your Registry, but the temptation is always there. ERUNT on-the-other-hand is a One-trick Pony, & does nothing but backup & (if need be) restore your registry, & for pre-Vista Windows I cant recommend it enough.
    Typing Regedit into the Run box starts the Windows program of the same name, and it works fine exporting backups of individual keys, sub-keys, or even the entire registry, BUT, while merging back individual keys, or importing saved, partial registry backups works fine, you cant restore the entire registry with Windows running... you cant replace any keys/values that Windows is using at the time, so you have to restore the registry outside of Windows.
    This is something many sites get wrong, & Ive seen recently where Adobe has repeated this mis-statement too, advising their users to backup their complete Registry using Regedit. A relatively harmless way to prove the point is to set a Restore Point [out of an abundance of caution ;^) ], backup your entire registry with Regedit, then try to merge the exported .reg file. IMHO its better to find out it doesnt work *before* you really, REALLY, need it to work.
    Backing up & restoring the entire registry is what Windows System Restore is supposed to do, since it changes things during a reboot/restart, before Windows fires up. The problem with System Restore is that it wont always delete every new key or value added, just like it wont delete every file change since the Restore Point was created. Vistas System Restore is better than earlier versions of Windows, keeping a shadow copy of your drives contents in a special format, but its not perfect. [note: just looking at that drive in other operating systems will delete any restore data if they dont understand the special format Shadow Copy uses]
    If a person is experienced with Registry editing, in this case IMHO theres nothing at all wrong with using Regedit to export (save) just the Post Platform keys with sub-keys they plan on deleting. But if someones unsure about Registry editing, or just wants an extra measure of safety, back up the whole thing first using whatever favorite tools - just make sure restoring your backup works, or youve wasted your time.
    Thanks,
    mike

  • CS4 Installation Failed

    I was trying to install Creative Suite Standard (CS4) onto a PowerPC G5 Mac and there was a power cut in the middle of the installation.
    I have since unsuccessfully tried to install the software again on numerous occasions getting the following errors.
    I have tried all of the following steps:
    1. Running the clean script utility (which does find an installation each time to remove)
    2. Installing in safe-mode
    3. Installing on a new user account
    4. Force quitting all unnecessary processes using the Activity Monitor
    Interestingly each time I try to reinstall after the error I don't get prompted for a serial number so it makes me think that there are some installation files floating around even though the clean script has been run.
    I know I can reinstall the system software (OSX 10.4.11) and see if that works but don't want to go down that path if there is something else I can do to solve the problem.
    If anyone has got any thoughts or if there is a method to manually remove all the previous install files I would greatly appreciate any information.
    Regards, Lloyd

    Day 8 - OK I have finally fixed the problem.  I got fed up and purchased the full Adobe Premiere Pro CS4 product and it installed and worked 1st time!!!
    I must admit im very annoyed that the Trial version failed but the full product works.  The 2 x Premiere Pro CS4 installation CDs went through the installation process without a hitch and I did not get any installation error messages at all.
    So my no 1 question is why does the online Adobe Premiere CS4 Trial version fail to install but the full product can ?
    For what its worth, here are my final observations from this whole saga:
    1) The first thing I noticed on the Full Product CD Installation is it defaulted to and installed the "en_International" version and not the "en_US" language version. For some reason the online trial version defaulted to "en_US" language and I used this option during the trial installations. Maybe this language option upsets the installation process on my UK PC.
    Now I have it working im not going to risk re-installing it all again. But if your a UK user and you encounter problems during the trial installation process then try selecting the "en_International" language option. You never know.
    2) Another obvious observation is the trial version has numerous features removed and hacked out of it  So did the Adobe engineer get carried away with the hacking process and also remove some important installation code and procedures.
    After several days of trying to get the trial version to work there is obviously a problem with the trial installation process and it needs looking at.  I must of installed and reinstalled it 15+ times and during this time it upset my Dreamweaver CS4 app so forcing me to re-install this application as well.
    Please Adobe just give the online users the option of 2 x CD ISO Images to download and burn onto a CD as this could save other users the same frustrating time I have had and maybe give you more revenue.

Maybe you are looking for

  • Need advice. Is it necessary to put images in folders and subfolders with LR?

    It seems that the concept of spending hours putting files into folders, sub-folders and sub-sub-folders is not needed  with LR. Creating all these folders takes hours, especially if you are like me and need a major reorganization of image organizatio

  • ITunes 11.1 does not connect to iPhone 4 (iOS 7)

    I have updated both the iTunes (11.1, running on WIN XP) and my iPhone 4 (iOS 7) today. Unfortunatelly, the iTunes does not recognize the iPhone since this update. When I connect the phone there is always an errors message saying: "iTunes could not c

  • Blurry Images in new Photos App

    I have noticed a problem with the new Photos app and I am uncertain whether it is unique to my system (iMac 2013 21inch).  Photos taken in a portrait orientation do not display sharp on the screen.  They look a little blurry as if the software hasn't

  • How can I fix Elements 9-Organizer crash at launch?

    Upon launch of Elements 9-Organizer, I immediately get a failure message "Elements 9-Organizer has stopped working. Any suggestions?

  • Unwanted color lines in ie10

    RE: http://www.elportalimaging.com/losbanos.html in ie10.0.11 there are unwanted color lines around two left sidebar rollover cells I just set up.  How do I get rid of them? Chrome and Firefox look fine.  Thank you, John