Problem with SpryMenuBarHorizontal on IE any version

I have a problem with SpryMenuBarHorizontal, you do not see the SubMenu on IE.
It's ok on Firefox, Safari, Opera, but on any version of IE don't work.
I tried to fix the CSS, but nothing.
Thank you for your help
Margherita

This is the URL http://www.datapress.it/hemodec/index.html
and this is the CSS. Thank you for the help
@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
list-style-type: none;
font-size: 100%;
cursor: default;
padding: 0;
margin: 0;
/* 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
padding: 0px;
z-index: 1000;
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
list-style-type: none;
font-size: 15px;
position: relative;
cursor: pointer;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
line-height: normal;
font-weight: bold;
text-decoration: none;
top: 5px;
padding: 0px;
float: left;
width: 15em;
/* 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: 223px;
position: absolute;
left: -1000em;
border-bottom-width: thin;
border-bottom-style: dotted;
border-bottom-color: #FFF;
top: 25px;
height: 85px;
/* 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: 22px;
/* 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
margin: -5% 0 0 95%;
position: absolute;
/* 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
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
display: block;
cursor: pointer;
color: #7C4C25;
text-decoration: none;
padding-top: 0.5em;
padding-right: 0.75em;
padding-bottom: 0.5em;
padding-left: 0.75em;
width: 120px;
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
color: #F90;
/* 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
color: #F90;
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.MenuBarItemSubmenu1
background-repeat: no-repeat;
background-position: 95% 50%;
top: 5px;
padding-left: 60px;
width: 200px;
text-align: left;
ul.MenuBarHorizontal a.MenuBarItemSubmenu2 {
background-repeat: no-repeat;
background-position: 95% 50%;
padding-left: 130px;
ul.MenuBarHorizontal a.MenuBarItemSubmenu3 {
background-repeat: no-repeat;
background-position: 95% 50%;
margin-left: 120px;
ul.MenuBarHorizontal a.MenuBarItemSubmenu4 {
background-repeat: no-repeat;
background-position: 95% 50%;
margin-left: 150px;
/* 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(../SpryAssets/SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
background-color: #EDE8DF;
width: 213px;
border-bottom-width: medium;
border-bottom-style: double;
border-bottom-color: #FFF;
margin-right: 15px;
font-family: Arial, Helvetica, sans-serif;
font-weight: lighter;
font-size: 14px;
font-style: normal;
line-height: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
z-index: auto;
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu2 {
background-image: url(../SpryAssets/SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
background-color: #EDE8DF;
width: 204px;
border-bottom-width: medium;
border-bottom-style: double;
border-bottom-color: #FFF;
margin-left: 17px;
padding-left: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: lighter;
font-variant: normal;
text-transform: none;
text-decoration: none;
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu3 {
background-image: url(../SpryAssets/SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
background-color: #EDE8DF;
width: 204px;
border-bottom-width: medium;
border-bottom-style: double;
border-bottom-color: #FFF;
margin-left: 34px;
padding-left: 20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: lighter;
font-variant: normal;
text-transform: none;
text-decoration: none;
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu4 {
background-image: url(../SpryAssets/SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
background-color: #EDE8DF;
width: 213px;
border-bottom-width: medium;
border-bottom-style: double;
margin-left: 52px;
left: 80px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-style: normal;
line-height: normal;
font-weight: lighter;
font-variant: normal;
text-transform: none;
text-decoration: none;
border-bottom-color: #FFF;
#ul.MenuBarHorizontal ul a.MenuBarItemSubmenu a:hover{
background-position:center right;
padding-right:40px;
color: #F90;
#ul.MenuBarHorizontal ul a.MenuBarItemSubmenu a.selezionato{
background-color:#D4CCB3;
background-position:bottom right;
padding-right:40px;
/* 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(../SpryAssets/SpryMenuBarDownHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
top: 145px;
/* 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(../../SpryAssets/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;

Similar Messages

  • Hey, I had met a problem with installation. Can any one help me?

    Hi everyone, I'm an user of Windows 7(64 bit),
    I had just download "Master Collection CS5.5"
    Everything are fine but Adobe Acrobat Professional can't install on my computer.
    There are the details..:
    Exit Code: 6
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 4 error(s), 1 warning(s)
    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005}
    ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------
    ERROR: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: Install MSI payload failed with error: 1603 - 安裝時發生嚴重錯誤。
    MSI Error message: Error 1324.The path R嶰up廨er un document num廨is?sur un multifonction.sequ or the volume is invalid. Please enter it again.
    ERROR: DW050: The following payload errors were found during install:
    ERROR: DW050:  - Acrobat Professional: Install failed
    Thanks

    Re: Hey, I had met a problem with installation. Can any one help me?
    This worked for an English version and the concept should work with all Adobe programs - new or old (hopefully in any language). My guess is that you have/had an older version of Acrobat/Reader on your computer hard drive that needs to be *completely* removed first. Uninstall the new (and any old) Acrobat; then try using the "kb2..." guideline link below before reinstalling the new Acrobat. I am including the lengthy instructions in order to help others with more extensive installation problems. Good luck!
    I live on a fixed income and use CS for a hobby. I had problem installing Adobe Creative Suite (CS1) to Windows 7 64-bit Pro on my new computer. Also installed Adobe Photoshop LR3. What I learned: All Adobe products (Flash, Acrobat/Reader, Photoshop, Creative Suites, etc.) leave a VERY pervasive footprint on your hard drive. Logic finally worked for me.... think of building a house; there is an order you have to do things in. First, you have to clean the area before laying the foundation; then you have to build the framework before you put the roof on. You cannot install an older program over ANY newer program; and you will sometimes have a problem installing a newer program containing Flash, Reader, etc. unless you "erase" the older versions of Flash, Reader beforehand. If installing older programs, do a Custom/Manual install; do not install older versions of Flash, Reader, etc.  packaged with your Adobe software.
    SOLUTION (not easy, but it works):
    I first tried this; it did not solve my problem (but, if applicable, may help others).  http://windows.microsoft.com/en-us/windows7/Make-older-programs-run-in-this-version-of-Win dows
    Before doing anything, make document and any database/presets/cache back-ups beforehand (keep notes on their designated location*); manually create a System Restore point. (Be prepared to reinstall Windows if necessary - I didn't have to.)
    Completely and meticulously eradicate (clean) your hard drive of ALL Adobe programs [uninstall, remove remaining folders, and remove only the registry entries that have the Adobe name attached (unless you are an expert and fully understand the other entries)]. Use this as a guideline  http://kb2.adobe.com/cps/400/kb400769.html
    Do a Custom/Manual reinstall of all your Adobe products *in order of release dates* (OLDEST first).... do not include Reader, Flash, etc. If your CD will not automatically run at this point, click "Open folder to view files" (use Computer/Windows Explorer, if necessary). Click "Adobe Creative Suite (or your desired program) ==> Setup.exe" (IMPORTANT: Make sure that Reader, Flash, etc. are unchecked.)
    After each of your desired Adobe programs are installed, test to insure they boot up. Then download the latest Reader, Flash, etc. apps and install them (I did this in order of release date - oldest first). Do test boot(s) again.
    Copy/Paste your document and any database/presets/cache back-ups into the appropriate folders (*this will vary depending on your programs and your filing system).
    It has been four weeks and all my Adobe programs work flawlessly - system is stable, no problems!

  • Problems with Airport setup after buying Version 7 models, (older ones will not upgrade)

    Problems with Airport setup after buying Version 7 models, (older ones will not upgrade)
    I re set up my Airport network , having had 4 expresses for years doing a good job. I bought another and an express, but then a time capsule after my external drive died. .Problems with Airport setup after buying Version 7 models, (older ones will not upgrade)
    I moved house and have fibre network so 38mb/s - they all look ok on the utility, but its not till I saw the App version that they are not compatible as mac will not upgrade the version 6 ones, leaving me with 2 disjointed networks and 7 appliances, 4 of the old , 3 of the new.
    my new house is expansive so i wanted the extended range and airplay in each room.
    This is not told to customers, and utility doesnt show any issues.
    I do not seem to get any range from either network now, - and I'm quite experienced with airport (6 yrs of setting up & using & extending)
    Any advice ?
    LJx
    Message was edited by: LJLDN
    Message was edited by: LJLDN

    Sorry couldn't change the detonations to Airport and am new so cant delete!

  • Problem with Vsearch malware. Any updated information on how to remove?

    Hello, I have a problem with Vsearch malware. Any updated information on how to remove?
    I've tried some of the suggestions but it's still there and very annoying
    I have a MacBook Pro OS X Version 10.9.4 and my using Firefox.
    Many thanks

    Identify and remove adware
    http://www.thesafemac.com/arg/
    or
    use Adware Removal Tool.
    http://www.thesafemac.com/art/

  • Hi, recently purchased macbook 13", I have problem with sound when connect to my LG Smart tv with sound system. When i change sounds effect on my sound system also LG its all go quiet didn't have this problem with my laptop. Any advise ?

    Hi, recently purchased macbook 13", I have problem with sound when connect to my LG Smart tv with sound system. When i change sounds effect on my sound system also LG its all go quiet didn't have this problem with my laptop. Any advise ?

    Some progess I see. To be honest, i would not waste your time with trying to connect using wireless.
    You are likely to get poor connections and dropping out.
    If its working using a cable, then there is no need to bother with giving me the network settings, bu see how it goes, because sometimes giving the TV a static IP address can give better results.
    There is an example of a couple of powerline adapters on the diagram below. Just ignore the network switch unless you want to connect other devices which are near to the TV.
    http://forumhelp.dyndns.info/networking/powerline3.jpg
    I will monitor the subject line of this thread, should you want to post any more information.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Problems with the iOS 5.1 version, HELP!

    I just upgraded to the latest version - iOS 5.1 on my iPhone 4, but now the screen is freezing all the time, and the phone shuts down. Is this a problem with the new 5.1 version? What can I do to fix it?

    Try to restore it... I'm hating this iOS 5.1, everything was working much better before it was released. I shouldn't have upgraded...

  • TS3899 I just installed the latest software update on my iPhone this weekend (9/22/12), and now I can't get email. I've restarted and closed all my apps to no avail. I'm able to get email on my laptop, so it's not a problem with my provider. Any ideas?

    I just installed the latest software update on my iPhone this weekend (9/22/12), and now I can't get email. I've restarted and closed all my apps to no avail. I'm able to get email on my laptop, so it's not a problem with my provider. Any ideas?

    Originally we were getting the error that the phone could not connect. Then, after deleting the account multiple times and re-adding it again, the error message CHANGED to having to log in to Yahoo and authorize.
    When we went to Yahoo in a regular browser and logged in there was an alert telling us about connection attempts so it disabled mobile/iphone connectivity. It required that we change our password FIRST.
    Then, we went in to Manage Apps and Webpages and saw that iPhone was not there but Facebook was.
    After all of this went back to the phone and deleted then re-added the account again and SUCCESS!
    It now also shows up on the Yahoo Manage Apps and Webpages.
    Hope this helps someone else. Please consider giving me points if it does or like the post.
    Fred

  • I just bought an iphone4 and is connected to my wifi at home but I can't bring anything up in the app store, itunes, etc. My husband has a droid 2 and he has no problems with the wifi? Any ideas?

    I just bought an iphone4 and is connected to my wifi at home but I can't bring anything up in the app store, itunes, etc. My husband has a droid 2 and he has no problems with the wifi? Any ideas?

    If you look at the top left of your screen you will either see a 3G (or 4G if you have AT&T) or you will see the wi-fi symbol.  If you don't see the wi-fi symbol you are connecting to Gmail through your cellular data plan, not via wi-fi.
    To answer your question, it doesn't happen often but when it does the steps I mentioned above will normally resolve it.  Hopefully you won't have any further problem with this.

  • Oxc000007b problem with audition cc download-any ideas?

    Hi, had the same problem when downloading Lightroom 5 from the creative cloud desktop - dll package for lightroom solved the problem here.
    I am on Windows 7 Ultimate 64 bit.
    (I uninstalled audition cc and installed it again with the same result)
    Thanks for your help
    Best Bee

    SteveG, thanks for the link again. I tried before to extract both (msvcr80.dll and msvcr100.dll)  to audition cc like I did with the lightroom 5 problem and I failed.
    This time I only extracted msvcr100.dll to audition cc and it worked!
    Thanks for your encouragement . . .
    Best, Bee
    Date: Sat, 8 Feb 2014 15:58:27 -0800
    From: [email protected]
    To: [email protected]
    Subject: Oxc000007b problem with audition cc download-any ideas?
        Re: Oxc000007b problem with audition cc download-any ideas?
        created by SteveG(AudioMasters) in Audition CS5.5, CS6 & CC - View the full discussion
    Well it's those .dlls that are the only reason that I'm aware of for this failing. Can I suggest downloading and installing them again? I presume that it's the information in this thread that you are referring to?
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/6101356#6101356
         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/6101356#6101356
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/6101356#6101356. In the Actions box on the right, click the Stop Email Notifications link.
               Start a new discussion in Audition CS5.5, CS6 & CC at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Problem with windows not liking any files named prn

    I recently found a problem with windows not liking any files
    called prn.html, prn.cfm etc etc. If you try and create a file like
    prn.html then it will say "File already exists".
    I initially thought it was a Cold Fusion error as I was
    getting some bizarre error messages when trying to write prn.html
    using cffile.
    Does anyone know a work around for it?

    Hi,
    Not only "prn" but also for the terms like "AUX", "NUL" you
    can't create any directories or files in Windows because these are
    reserved terms with Windows which is meant for some device
    drivers...

  • Problems with reverting to an earlier version

    The update with Flash Player was causing problems, so I uninstalled Flash Player 11 and then installed Flash Player 10. But I now have Flash Player 10 Plugin and FlashPlayer 11 Active X on my computer. I am not sure how this happened, but is this OK or is this going to cause me more problems?
    Have now just checked again in Control and it also says I now have Adobe 11 plug in. So I guess I am back to where I started.
    I saw my original question but could not find out how to attach this question to it. Sorry.
    [email address removed]

    Dear Pat,
    Thank you. I have received the exact same reply from Amreso.
    I thank you both for your replies. If the problem occurs again, I shall follow your advice.
    I just need to pluck up the courage. I get so nervous with the computer when it plays up.
    Regards
    Anthony
    Date: Fri, 19 Apr 2013 02:11:29 -0700
    From: [email protected]
    To: [email protected]
    Subject: Problems with reverting to an earlier version
        Re: Problems with reverting to an earlier version
        created by Pat Willener in Installing Flash Player - View the full discussion
    This is a public forum; please do not post your email address (by sending the entire forum notification message with all its headers back to the forum).
         Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5250122#5250122
         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/5250122#5250122
         To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5250122#5250122. In the Actions box on the right, click the Stop Email Notifications link.
         Start a new discussion in Installing Flash Player by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I'm Having Problems With My iPod, Is any one else?

    Hi, I was given a 5th Gen. iPod for Christmas which replaced my 3rd Gen. one. I loved my 3rd gen. and had not one problem with it. At first My new ipod was great until I started back at Uni after Christmas hols. which was the point at which i started using it very regularly and i started having some problems which are actually starting to ruin my enjoyment of my music.
    I'll list them here. What i want to know is are other people having the same probs or am I an unlucky one and should try and get it exchanged/fixed as its still under warranty, or is there something else i can do? I've already restored twice to factory settings with no joy. And I have the latest iPod Software (1.1)
    The Problems are as as such:
    1. Often when watching videos the video will freeze but I still get sound and I can't get the video to unfreeze unless i totally restart the vid. from scratch.
    2. The Battery Life meter is very intermittent it will jumps from almost empty to half full and back so i have no real idea what the battery life is like (this hasn't happened that often).
    3. I often get the Warning triangle on start up and no matter how many time I do the reset (Hold off-on then select-menu) it wont reset properly (it does eventually work but after a combination of many tries, plugging it in etc. very frustrating this one)
    4. Freezes on updates numerous times. Esp. If I do an iSync to my calendar etc. as well (Btw it doenst freeze necessarily on the iSync part just seems to happen more often if i have iSync setup).
    5. Freezes on start-up at the apple symbol and again resets often don't work.
    plus various other odd problems. At the moment I'm very disappointed with it. First time I've said that about an Apple product For a long time. Is there something i can do or are a lot of other people having similar problems, is this a send back issue or try and wait for the next firm/software to fix the problem?
    Any Ideas would be much appreciated,
    Thanks You
    Paul (aka. Hyper Nova )

    1) This is because of software version 1.1. See this
    thread for some options as to how to go back to 1.0,
    which will correct the problem...
    http://discussions.apple.com/thread.jspa?threadID=3754
    59&tstart=0
    2) This tends to happen after videos. Give the iPod a
    minute or two to readjust. It should now be more
    accurate.
    3) This?
    iPod shows a folder icon with exclamation
    point
    4) Restore the iPod
    5) Try these...
    iPod Only Shows An Apple Logo and Will Not Start
    Up
    iPod Only Shows An Apple Logo
    I think 3,4, and 5 are related. Try the options I
    posted for each one.
    btabz
    I just noticed that one of the restore methods you posted was to put it into Disk Mode First rather than just use the resstore straight off, I Have tried that and seems to have solved the problem, If it has thank you. previously I have only tried just restoring it skipping this extra step. Hope my iPod stays healthy, if it doesnt its a warrenty job me thinks any way thanks again

  • Problem with Adobe Acrobat Pro Extended version 9.3.4 reading Inventor 2009

    I would like to be able to generate 3D PDF files from Autodesk Inventor CAD models (e.g. .iam files) using Adobe Acrobat Pro Extended.  I am constrained to use Inventor 2009.  When I originally installed Acrobat Pro Extended, I was able to make this work after installing the IMPORT3D update at:
    http://www.adobe.com/support/downloads/detail.jsp?ftpID=4073
    Recently (9/5/2010), I updated Acrobat Pro Extended to version 9.3.4.  I believe that following that update, I lost the ability to read in Inventor 2009 files.  Acrobat Pro Extended now gives the error messages:
    "Exception has been raised" followed by:
    "Acrobat could not open 'file' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).  To create an Adobe PDF document, go to the source application. Then print the document to Adobe PDF."
    This is exactly what happened when I first installed Acrobat Pro extended and before I installed the IMPORT3D update mentioned above.  I tried re-installing that update but now the installer gives the error message:
    "No qualifying products found to apply this update."
    Note that Inventor 2009 does allow one to "Save Copy As" to PDF format, but this just creates a 2D PDF snapshot of the current model view -- same for print to pdf.
    I suppose one thing to try is removing Acrobat Pro Extended and then re-installing without the 9.3.4 update, but with the IMPORT3D update -- but if that is necessary, then I won't be able to take advantage of any further updates (e.g. security updates) to Acrobat, which seems like a bad situation.
    Has anyone else had this problem? Or is it just me?

    I may have figured out what was causing my problem with conversion of Inventor 2009 to 3D PDF.  After playing around with a number of inventor files, I discovered that the conversion worked fine when there were no references to external files.  For example a .ipt file (part file) seemed to convert fine.  I believe the problem was that on the form one obtains with Edit->Preferences->Convert to PDF->Autodesk Inventor->Edit Settings->Import->Assembly, the check box for "use root file directory" was NOT checked.  Oddly, this is the default and I'm pretty sure I tried setting the conversion options to the default.  In any case, I now seem to be able to perform the conversion of Inventor 2009 to 3D PDF so this problem is solved I guess.

  • Sync problem with Outlook 2007 and BDS version 7.1

    I upgraded from 6 to 7,1 on Blackberry Desktop Software and now get the following error when trying to USB sync.  I use homail account through outlook connector.
     "Unable to access local folders. If your Outlook profile uses Hotmail connector, you must create a local data store (PST) and set it as the default delivery location for the profile."
    I have had no problems syncing until I upgraded to version 7.1.  Is there a fix for this or how do I reinstal version 6.
    Thanks in advance

    Hi and Welcome to the Community!
    Here is a KB that discusses that error:
    KB32597 A Hotmail connector error appears when attempting to synchronize with Microsoft Outlook using the BlackBerry Desktop Software
    Hopefully it contains something useful! There also are multiple existing threads on this site that discuss that exact error...your review of those might prove useful, and a search of this site, using the error message, error code, or symptom, should reveal all applicable existing threads to you.
    As an alternative, I suggest this thread:
    http://supportforums.blackberry.com/t5/Desktop-Sof​tware-for-PC/Cleanly-quot-Starting-Over-quot-with-​...
    It starts with a process for cleanly starting over, and there is some discussion, and there is also a post (15) with links to older Desktop Software versions, if those are needed. Note that this is not, by any means, guaranteed to work...but it has worked for many to resolve issues they are having.
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Motion 3 won't open citing problems with "Ozone plug-in" - Any suggestions?

    Motion 3 won't open citing problems with "Ozone plug-in" - Anybody ever experienced this? I tried dumping all motion app's and reloading but same thing happens. Any ideas? Thanks.

    Motion 3 is part of Final Cut Studio 2. There are many threads on these boards about trying to get those apps to install properly on OS versions above 10.6.8. Here's one such thread. A search will bring up additional ones.
    Russ

Maybe you are looking for