Renders fine in DW8, not CS3

Ok, I've got a site where the pages rendered fine in the
design view in DW8, but with CS3 the navbar on the left shows
shifted to the right. Renders fine in browsers too. That said, I
certainly wouldn't rule out that I've done something that's not
quite right, but I do tend to lean towards possible bug in CS3's
rendering.
Site is
http://www.radiodrone.net/
The navbar that starts with "Events" shows shifted over even
with the right side of the top left logo graphic when I view it in
DW CS3. Any thoughts on my bug vs adobe bug?

Actually, the display problems are much more likely to be in
DW8 than in
DW9. When you see what you want in DW8, you assume that DW9's
display is
wrong, but I've always found it to be the other way around.
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
==================
"warrenP" <[email protected]> wrote in
message
news:f2tps9$nu0$[email protected]..
> This seems to be a new problem for DW9. See my post
>
http://tinyurl.com/2o88rt
> which mentions similar problems. Others have experienced
display problems
> too.
> Adobe tech support have contacted me and are looking
into it.
>

Similar Messages

  • CS4 - can't delete files/folders - doesn't match windows directory but works fine in DW8

    When I delete files/folders in CS4 the deletion is not reflected in my local windows directory.
    And if I exit CSW and reload CS4 all the files and folders are back again.
    I have never used cloaking but ran uncloak all with no result.
    But all this workd fine in DW8.
    Any thoughts?

    Oh... well  this is interesting... disk utility is say that it IS formatted MS-DOS (FAT32). Is that what's causing these errors? This thing has been running with my mac beautifully for years. So do I pull my stuff off, wipe it and reformat it for a mac? Or since it is FAT 32 can I hook it up to a windows computer and fix the problem? Since I had the wrong format, I can delete the files but if I don't fix the format this will keep happening?
    Volume repair reported:
    Verify and Repair volume “750GBEXT”
    ** /dev/disk1s1
    ** Phase 1 - Preparing FAT
    ** Phase 2 - Checking Directories
    /.../SpryAssets/_NOTES has entries after end of directory
    Truncate? yes
    /..../My Work has entries after end of directory
    Truncate? yes
    ** Phase 3 - Checking for Orphan Clusters
    95906 files, 181003968 KiB free (5656374 clusters)
    ***** FILE SYSTEM WAS MODIFIED *****
    Volume repair complete.Updating boot support partitions for the volume as required.
    And thanks!

  • Bug & solution: DW8 not finding stylesheet

    Back on 13th April, 2006, I posted a message below about DW8
    not picking
    up the stylesheet on a site I was managing in it. The same
    problem
    recurred with another site I've just created from scratch, so
    this time I
    set to tracking the bug down. Basically, the problem is with
    DW8's
    stylesheet parsing. It balks at tags within CSS comments. So
    the
    following will generate a problem:
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    /* Background colour commented out to allow Javascript
    background colour changer to work, as it can't overrule the
    stylesheet.
    bgcolor set in page <body> tag.*/
    /* background: #fff;*/
    color: #000;
    Change the above by scratching <body> from inside the
    comments to leave:
    body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    /* Background colour commented out to allow Javascript
    background colour changer to work, as it can't overrule the
    stylesheet.*/
    /* background: #fff;*/
    color: #000;
    and DW8 behaves as it should. This is annoying, as any code
    parser should
    completely ignore anything within comments. Anyway, I report
    the problem
    as a public service, so that the Macroserfs can squash it,
    and the rest
    of youse can be aware of it.
    Cheers
    Fred
    fred DOT riley AT nottingham DOT ac DOT uk
    Message posted 13th April, 2006, subject "DW8 not finding
    stylesheet":
    Ok, here's Dreamweaver doing it again, driving me around the
    bend. On one
    particular site of mine, DW8 has suddenly decided not to see
    the site
    stylesheet, even though:
    a) the files display fine in a browser and on the server
    (www.eurocall-
    languages.org)
    b) the CSS link ref in the template page headers are fine
    (otherwise (a)
    would fail)
    c) all my other sites are ok
    I've just been moved to a new PC, from a previous PC where I
    was using DW
    MX. I exported my site definitions from MX as .ste files. I
    imported them
    into DW8 on the new machine. They're all in the Site Manager,
    and the
    settings haven't changed. The pages in those sites all appear
    fine, apart
    from this one site.
    The HTML is fine. The CSS is fine. What's not fine is that DW
    won't find
    the CSS file. If I open a template, press Shift-F11 and link
    to the CSS
    file, which is sitting in the site root directory, when I
    press Ok I get
    the really helpful error message:
    "An unexpected error occurred while trying to read
    style-sheet
    information"
    If I try to preview the template file in a browser, I get the
    even more
    helpful error:
    "An invalid argument was encountered"
    Searching for either error message in the DW Knowledge Base
    returns
    nothing. The DW installation is fresh as a daisy off the
    disk, and the
    machine is a spanking new XP machine with nothing complicated
    on it.
    If I manually open the template file in a browser, though, it
    displays
    fine. So, there's something in the DW code on the pages in
    this
    particular site that DW8 is rejecting, even though DW MX had
    no problems
    with it at all (hell, the site was created in MX).
    I would be grateful if someone could point me to possible
    solution(s),
    other than doing what I keep threatening to do, which is to
    go back to
    hard-core HTML/CSS coding in a programmer's file editor. The
    only thing
    that keeps me using DW is the site management capabilities
    ;-\. There are
    times, happily not as frequent as they used to be, when the
    perversity of
    DW and its incomprehensible error messages drive me to
    serious mouse and
    keyboard abuse.
    Cheers
    Fred Riley
    Learning Technologist, School of Nursing, University of
    Nottingham, UK

    I put this into a new page -
    body {font-family: Arial, Helvetica, sans-serif;
    font-size: 2.9em;
    /* Background colour commented out to allow Javascript
    background colour changer to work, as it can't overrule the
    stylesheet.
    bgcolor set in page <body> tag.*/
    /* background: #fff;*/
    color: #0F0;
    and text that I enter on that page is huge and green. What's
    the problem?
    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
    ==================
    "Fred Riley" <[email protected]> wrote in message
    news:[email protected]...
    > Back on 13th April, 2006, I posted a message below about
    DW8 not picking
    > up the stylesheet on a site I was managing in it. The
    same problem
    > recurred with another site I've just created from
    scratch, so this time I
    > set to tracking the bug down. Basically, the problem is
    with DW8's
    > stylesheet parsing. It balks at tags within CSS
    comments. So the
    > following will generate a problem:
    >
    > body {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 0.9em;
    > /* Background colour commented out to allow Javascript
    > background colour changer to work, as it can't overrule
    the stylesheet.
    > bgcolor set in page <body> tag.*/
    > /* background: #fff;*/
    > color: #000;
    > }
    >
    > Change the above by scratching <body> from inside
    the comments to leave:
    >
    > body {
    > font-family: Arial, Helvetica, sans-serif;
    > font-size: 0.9em;
    > /* Background colour commented out to allow Javascript
    > background colour changer to work, as it can't overrule
    the stylesheet.*/
    > /* background: #fff;*/
    > color: #000;
    > }
    >
    > and DW8 behaves as it should. This is annoying, as any
    code parser should
    > completely ignore anything within comments. Anyway, I
    report the problem
    > as a public service, so that the Macroserfs can squash
    it, and the rest
    > of youse can be aware of it.
    >
    > Cheers
    >
    > Fred
    > fred DOT riley AT nottingham DOT ac DOT uk
    >
    >
    > ------------------------
    >
    > Message posted 13th April, 2006, subject "DW8 not
    finding stylesheet":
    >
    > Ok, here's Dreamweaver doing it again, driving me around
    the bend. On one
    > particular site of mine, DW8 has suddenly decided not to
    see the site
    > stylesheet, even though:
    >
    > a) the files display fine in a browser and on the server
    (www.eurocall-
    > languages.org)
    > b) the CSS link ref in the template page headers are
    fine (otherwise (a)
    > would fail)
    > c) all my other sites are ok
    >
    > I've just been moved to a new PC, from a previous PC
    where I was using DW
    > MX. I exported my site definitions from MX as .ste
    files. I imported them
    > into DW8 on the new machine. They're all in the Site
    Manager, and the
    > settings haven't changed. The pages in those sites all
    appear fine, apart
    > from this one site.
    >
    > The HTML is fine. The CSS is fine. What's not fine is
    that DW won't find
    > the CSS file. If I open a template, press Shift-F11 and
    link to the CSS
    > file, which is sitting in the site root directory, when
    I press Ok I get
    > the really helpful error message:
    >
    > "An unexpected error occurred while trying to read
    style-sheet
    > information"
    >
    > If I try to preview the template file in a browser, I
    get the even more
    > helpful error:
    >
    > "An invalid argument was encountered"
    >
    > Searching for either error message in the DW Knowledge
    Base returns
    > nothing. The DW installation is fresh as a daisy off the
    disk, and the
    > machine is a spanking new XP machine with nothing
    complicated on it.
    >
    > If I manually open the template file in a browser,
    though, it displays
    > fine. So, there's something in the DW code on the pages
    in this
    > particular site that DW8 is rejecting, even though DW MX
    had no problems
    > with it at all (hell, the site was created in MX).
    >
    > I would be grateful if someone could point me to
    possible solution(s),
    > other than doing what I keep threatening to do, which is
    to go back to
    > hard-core HTML/CSS coding in a programmer's file editor.
    The only thing
    > that keeps me using DW is the site management
    capabilities ;-\. There are
    > times, happily not as frequent as they used to be, when
    the perversity of
    > DW and its incomprehensible error messages drive me to
    serious mouse and
    > keyboard abuse.
    >
    > Cheers
    >
    > Fred Riley
    > Learning Technologist, School of Nursing, University of
    Nottingham, UK
    >
    >
    >
    >

  • DW8 to CS3 Snippets??

    Can CS3 be made to use my DW8 snippets? I see the Snippets
    folder in my DW8
    configuration folder, but CS3 lacks this folder. Is there a
    way to get my
    snippets from DW8 to CS3? I could not find any helpful tech
    notes on the
    subject when I searched the knowledge base. Thanks in
    advance.
    ...Brad

    Yep.... That's the ticket.
    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
    ==================
    "Brad" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks, I just realized that the folder won't exist
    until you actually
    > modify/add a snippet. I couldn't figure out why there
    was no snippets
    > folder and assumed that CS3 did it different somehow
    until I added a new
    > one, and viola, the folder appeared.
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:[email protected]...
    > The snippets are all located in a folder named
    "Snippets" that is in the
    > Configuration folder you will find under Documents and
    Settings/Program
    > Data/Macromedia/Dreamweaver 8 (obviously, Windows). Copy
    that folder and
    > drop it into the corresponding location for DW9/CS3.
    >
    > --
    > 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
    > ==================
    >
    >
    > "Brad" <[email protected]> wrote in
    message
    > news:[email protected]...
    >> Can CS3 be made to use my DW8 snippets? I see the
    Snippets folder in my
    >> DW8
    >> configuration folder, but CS3 lacks this folder. Is
    there a way to get
    >> my
    >> snippets from DW8 to CS3? I could not find any
    helpful tech notes on the
    >> subject when I searched the knowledge base. Thanks
    in advance.
    >>
    >> ...Brad
    >>
    >>
    >
    >
    >

  • HT4995 My iPad 2 Location Service works fine but does not work on my home Airport router. How can I fix the problem?

    My iPad 2 Location Service works fine but does not work on my home Airport router. How can I fix the problem?

    lbryan1987 wrote:
    I dont want the button problem solved i need to know how to restore the phone without using that button or going into settings
    You don't in the condition it's in. You will either have to get the phone replaced by Apple or pay a 3rd party to repair it.
    there seriously should be more than two ways to solve this other wise apple is useless and we will never buy another apple product.
    Seriously? It's physically broken!

  • HT201210 Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is do

    Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is done. I have not done any back ups and obviously dont want to lose any information. Please can anyone help
    Thanks
    Roger

    Hi, I went to update my iphone using my itunes site, halfway through i got a message saying reset, make sure that your network is active and try again, the network connection is fine. it will not allow me acces to my phone unless a recovery is done. I have not done any back ups and obviously dont want to lose any information. Please can anyone help
    Thanks
    Roger
    [email protected]

  • Installed Windows 8 on a late 2011 MacBook Air and was working fine now keyboard not working so cannot enter password? Caplocks key works but I am locked out on my own PC and cannot seem to get it to recognize built in keyboard,bluetooth,generic USB one.

    Installed Windows 8 on a late 2011 MacBook Air and was working fine now keyboard not working so cannot enter password? Caplocks key works but I am locked out on my own PC and cannot seem to get it to recognize built in keyboard,bluetooth,generic USB one.

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • TS3408 why will some websites which loaded fine before now not load - when other favourites load fine, and new searches are fine?  This only affects 2 websites, both of which were bookmarked.  I have removed them as bookmarks and this makes no difference.

    why will some websites which loaded fine before now not load - when other favourites load fine, and new searches are fine?  This only affects 2 websites, both of which were bookmarked.  I have removed them as bookmarks and this makes no difference.

    From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • Latest ABAP trial SAP 7.02    Installs fine BUT Please note  following:

    1) It works fine but DO NOT use  JAVA JRE 1.6  -- installation will fail at about 9 Hours on som esystems  (yes 9 hrs) on the 2nd last step of ABAP IMPORT.
    2) ensure you set the system paging file to at least 8 GB
    3) SAPGUI needs to be installed from the SAP_GUI_FOR_WINDOWS_720_PL3 folder    NOT SAPINSTGUI.exe file.
    4) For getting ABAP WEB DYNPRO to work follow the instructions in the guide on this forum  - I've lost the link but it's a PDF file called STEP BY STEP configuration for running WEBDYNPRO in SAP NETWEAVER  7.01 SR1 SP3 -- it's the same as for this version of the abap trial system. - ENSURE PARTICULARLY the HOST NAME AND HOSTS FILE instructions -- do this AFTER you've installed the system.
    5)  I set mine up on a laptop as a W2K3 Virtual machine having 2 GB of memory  (Main laptop has 4GB RAM).
    Took around 9 Hours to complete so run it overnight.
    Once it's up and running it's not too bad -- my host laptop is running Windows 7 X-64.  (You CAN install on W7 or W8 server -- either the 32 or 64 bit versions). . I prefer this stuff on a Virtual Machine M then I can move it to other computers without any problems.
    For ABAP developers this new version has some good features to test and of course you can play with WEB DYNPRO for ABAP.
    Cheers
    jimbo

    1) It works fine but DO NOT use  JAVA JRE 1.6  -- installation will fail at about 9 Hours on som esystems  (yes 9 hrs) on the 2nd last step of ABAP IMPORT.
    2) ensure you set the system paging file to at least 8 GB
    3) SAPGUI needs to be installed from the SAP_GUI_FOR_WINDOWS_720_PL3 folder    NOT SAPINSTGUI.exe file.
    4) For getting ABAP WEB DYNPRO to work follow the instructions in the guide on this forum  - I've lost the link but it's a PDF file called STEP BY STEP configuration for running WEBDYNPRO in SAP NETWEAVER  7.01 SR1 SP3 -- it's the same as for this version of the abap trial system. - ENSURE PARTICULARLY the HOST NAME AND HOSTS FILE instructions -- do this AFTER you've installed the system.
    5)  I set mine up on a laptop as a W2K3 Virtual machine having 2 GB of memory  (Main laptop has 4GB RAM).
    Took around 9 Hours to complete so run it overnight.
    Once it's up and running it's not too bad -- my host laptop is running Windows 7 X-64.  (You CAN install on W7 or W8 server -- either the 32 or 64 bit versions). . I prefer this stuff on a Virtual Machine M then I can move it to other computers without any problems.
    For ABAP developers this new version has some good features to test and of course you can play with WEB DYNPRO for ABAP.
    Cheers
    jimbo

  • Changing animation frame rate when rendering in photoshop does not change the length of the video?

    I made a walk cycle animation in Photoshop CS6 and want to render it into a quicktime format. I'd like it to be 12 fps, but when I rendered it at 12 fps the video seemed to be missing frames, and the video was 3 seconds long. I have 98 frames to my animation; doing the math, at 12 fps it should be 8 seconds long. Not 3.
    I was confused and for curiosity's sake I rendered the video at 6 fps, trying to really slow it down. The video ended up being STILL 3 seconds long and only maybe 20 frames. I was missing literally 70 frames. I'm so upset with this rendering thing, I could chuck my computer at the wall.
    Does anybody know of a solution to this?
    edit: If it means anything, I've tried rendering it straight from the frame view and the timeline view. Each time I render it I have the timeline frame rate match the rendering frame rate as well.

    floriannaart wrote:
    Changing animation frame rate when rendering in photoshop does not change the length of the video?
    Photoshop CS6 and CC support two types of animation Frame animations and a Video Timeline
    Changing the frame rate should not change the length of a video timeline. It should just change the number of frames that are rendered.  To change the length of a video you need to change the length of the video timeline.  If you increase the length of the timeline and there is audio I'm quite sure there will be a problem with it,  The Video part will most likely be better then the sound. The required number of extra frames can be generated however the video may look like slow motion. If you decrease the length the motion will speed up.  The length of a video is normally done be editing video clips which are trimmed and stitched together to get the desired duration. Not normally done by altering the duration of a clip.
    The duration a of Frame animation is the sum of the times each frame is displayed.  In a frame animation the length of time a frame is displayed can be varied it not a normal motion picture video.  To have a smooth frame animation you need a sufficient number of frames that are different from each other to show smooth motion.  You can use Photoshop Frame animation tween feature to have Photoshop manufacture frames to help with a smoothing the animation.   Once you have a frame animation the length with the motion you want you can have Photoshop convert it to a video timeline and render a normal motion picture video.  It will not have audio but you can add audio to it.

  • I have reinstalled Acrobat Pro 9 following a hard drive re format. It opens just fine but does not recognize my serial number. My computer is running Windows 7 64 bit

    I have reinstalled Acrobat Pro 9 following a hard drive re format. It opens just fine but does not recognize my serial number. My computer is running Windows 7 64 bit

    Hi 12msonti,
    Please try the following:
    Delete the Adobe PCD folder and caps.db file:
    Windows:  \Program Files\Common Files\Adobe\Adobe PCD
                        \Program Files\Common Files\Adobe\caps\caps.db
    Launch Acrobat and enter the serial number and check.
    Regards,
    Rave

  • Photoshop Elements diagog box is frozen and I can't get it to close.  Do I delete and up date to a high version?  I've been getting along fine until yesterday - not sure what happened

    Photoshop Elements 3 dialog box with picture and patent numbers - not sure how to get it fixed.  It's in an infinite loop - have rebooted to no avail.  Should I update to a higher version after deleting this version?

    Tried the resetting options, but can't even get to preferences - nothing 
    will open.  May have to find my Version 3 CD, or delete Photoshop 3 and get 
    a higher version.
    In a message dated 1/4/2015 11:35:36 P.M. Eastern Standard Time, 
    [email protected] writes:
    Photoshop  Elements diagog box is frozen and I can't get it to close.  Do I
    delete and up date to a high version?  I've been getting along fine  until
    yesterday - not sure what happened
    created by RKelly_ (https://forums.adobe.com/people/R_Kelly)  in 
    Photoshop Elements - View the full  discussion
    (https://forums.adobe.com/message/7065312#7065312)

  • I am trying to import my cd's onto itunes on a new macbook pro. i can import the cd fine but can not get track names or album art work. after going into advanced it is just coming up with "CDDB information not available"

    i can import the cd fine but can not get track names or album art work. after going into advanced it is just coming up with "CDDB information not available"
    thank you

    Use the trackpad to scroll, thats what it was designed for. The scroll bars automatically disappear when not being used and will appear if you scroll up or down using the trackpad.
    This is a user-to-user forum and most people will post on here if they have problems. You very rarely get people posting to say there update went smooth. The fact is the vast majority of Mountain Lion users will not be experiencing any major problems with the OS, or maybe with apps which are not compatible, but thats hardly Apple's fault if developers don't update their apps.

  • Where can I get the After Effects CS6 (not CS3) user's guide.

    Where can I get the After Effects CS6 (not CS3) user's guide. I want Adobe's, not a third party.

    Todd,
    Thanks a ton. I've done searches from search engines, and I've looked at this page many times, but I had not seen this link.
    I really apprreciate your help--though you probably think it was a dumb question.
    Gary

  • I paid for XI today but still have no idea how to edit pdfs - the XI worked fine but im not even sure if XI is downloaded correctly

    i paid for XI today but still have no idea how to edit pdfs - the XI worked fine but im not even sure if XI is downloaded correctly@@

    Hello Leo,
    Please look at following videos to learn, How to Edit PDF file:
    http://tv.adobe.com/watch/i-didnt-know-acrobat-xi-could-do-that-tutorials/pdf-editor-edit- text-and-images-in-pdf-file/
    http://tv.adobe.com/watch/learn-acrobat-xi/editing-a-pdf-in-adobe-acrobat-xi/
    Regards,
    Anoop

Maybe you are looking for