Image Shifted

I have created a background image and loaded in dreamweaver 8
which I used to create my website. The background appeared fine and
looks great. Now, I have a swf flash file I need to place at the
center of the page. First, I added a layer where I want my movie to
be, then I draw a table to hold the file. On the design mode, i
looks perfect, everything lines up. Yet, when I view it on IE, the
flash file shifted to left or right. I tried many different ways
such as CSS, but I'm not an experienced web designer. I'm doing
this is for my hobby.
Can someone help me, please. Thank you.

Don't use layers or absolutely positioned divisions. Build
your page from
top to bottom in a logical sequence in standard mode.
http://apptools.com/examples/pagelayout101.php
For more meaningful answers, you'll have to upload your page
to a server and
post a link so we can see your page.
Nancy O.
Alt-Web Design & Publishing
www.alt-web.com

Similar Messages

  • LaserJet Pro 200 color MFP M276nw prints image shifted 1/2" from top of page.

    When printing any report, diagnostic or form from the machine system I get printed image shift approx. 1/2" from the top.
    Is there any adjustment that can be made to the MFP to center image?

    Hi @patrick22152, 
    I understand that when printing documents or a printer hardware self test, it shifts 1/2" from the top of the page. I can help you with this.
    Make sure the printer is connected directly to a wall outlet. (don't use a power hub or a surge protector) This ensures the printer is receiving full power and may help this situation.
    It sounds like the paper isn't feeding properly. Since you are having this issue with the hardware tests and printing from the computer. If it was just the computer, I would check the paper type selected in the print driver, to make sure it isn't set on the proper paper type and not the default unspecified paper.
    Try another type of paper to see if you get the same results.
    I have provided a document with some steps to try to see if that will resolve the issue.
    'Load Paper' Error Message Displays and the Printer Does Not Pick Up or Feed Paper.
    Disregard the title.
    Here is a example of how the Configuration Report should look like.
    Printing a Configuration Report.
    Run a cleaning page:
    From the Home screen, touch the Setup button.
    Touch the Service menu.
    Touch the Cleaning Page button.
    Load plain letter or A4 paper when you are prompted.
    Touch the OK button to begin the cleaning process.
    What size and kind of paper are you using?
    What operating system are you using? How to Find the Windows Edition and Version on Your Computer.
    How is the printer connected? (USB/Ethernet/Wireless)
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Fiery features : image shift not available

    my office recently changed printers to a canon imagepress C1+ and i upgraded to a new computer running 10.6.3. we have downloaded and installed the latest driver from canon.
    the "full properties" glitch is mentioned at [url="http://discussions.info.apple.com/thread.jspa?threadID=2190095&tstart=180 "]in this forum thread[/url], as is a workaround. however, for some reason *image shift* is NOT in the list of features i can add to the +quick access+ pane.
    this is an important feature from the user end, as we need to print double-sided and this corrects the placement of the second side. any suggestions welcome.

    There are two EFI (Fiery) RIPS available for the imagePRESS C1+. There is the imagePRESS-T1/T2 and the imagePRESS-Q1/Q2. The 1 indicates that the RIP is using system v1.x while the 2 indicates the RIP is running system v2.x. For the imagePRESS-Q2 and imagePRESS-T2, there is a now a 10.6 driver available that does not suffer the same restrictions as the 10.5 driver. You can download this driver via the following link...
    http://www.usa.canon.com/opd/controller?act=OPDSoftwareAct&fcategoryid=2478&mode lid=17921
    If you are using a T1, then you can download the 10.6 driver via the following link...
    http://www.usa.canon.com/opd/controller?act=OPDSoftwareAct&fcategoryid=2478&mode lid=14778
    Note that if you have a Q1 or T1, ie it is running system v1.x, then you will need to get the firmware on the RIP updated by a service technician to v2.x so that you can use this driver.
    Pahu

  • Placing  a 4x3 QT onto a 16 x 9 sequence without image shift /or RH crop

    Hi, I am building a new 16x9 sequence with fresh background, and when I import a older 4x3 QT to place onto it, the 4x3 image shows up cropped on the right side, cutting off the ends of logos, etc. I am not trying to stretch the older 4x3 to 16x9. Just the actual placement onto the timeline causes the crop to show up. When viewed straight from desktop, the 4x3 QT looks fine, only when placed in the 16x9 sequence does the image shift / crop.
    Any ideas?
    Thanks.

    Right click on the clip in the timeline and select 'remove attributes'
    Has FCP added distort or crop? If so remove them and see if that corrects the problem

  • Image Shifted (Link attached)

    I posted this message two days ago and I also read the
    article about the layers. The background with the buttons was
    created in photoshop then I put it in the middle of the page. Then,
    I draw a layer to hold the swf file. When I view it in the IE, the
    image shifted. I want to line it up with the four buttons. But,
    when my husband view it on his computer, it lines up just fine. I
    don't know what else can i do. Please help.
    http://www.purcaro.net/development/index.html

    > also know that the world "layer" was dropped out in CS4
    Actually it was CS3.
    > I read the "Page layout 101" and it said layer can help
    you position page
    > element.
    No. It says to not be seduced by the apparent ease of
    positioning.
    > When you design a page, don't you want your content stay
    in one
    > position or area instead of shrinking or stretching
    according to the
    > browser's
    > size?
    Usually, yes. And it is quite possible (even normal) to do
    that without the
    use of absolute positioning.
    > I found it if I don't use layer, the image shrinks or
    stretches
    You are mistaken here. Images do not shrink or stretch on a
    web page
    (UNLESS you have made their height/width a percentage -
    that's pretty rare
    and requires special intervention by you).
    > I don't know
    > if I have the right concept about layer.
    I'm confident you do not. Let's look at your code -
    1. You have no doctype (that's very bad). Please add this to
    the top of
    the page -
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
    Transitional//EN"
    http://www.w3.org/TR/html4/loose.dtd">
    2. You also have no <html>, <title>, or
    <head> tags. Please add this
    directly under the doctype -
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8">
    <title>Untitled Document</title>
    </head>
    3. You have no <body> tags. Please add this directly
    under the markup
    added in #2 -
    <body>
    and this directly below the last markup on your current page
    </body>
    </html>
    4. Then change this -
    #Layer1 {
    position:relative;
    left:136px;
    top:18px;
    width:768px;
    height:481px;
    z-index:1;
    #Layer2 {
    position:absolute;
    left:207px;
    top:54px;
    width:652px;
    height:420px;
    z-index:1;
    #Layer3 {
    position:absolute;
    left:270;
    top:auto;
    width:499px;
    height:405px;
    z-index:1;
    visibility: inherit;
    #Layer4 {
    position:relative;
    left:250px;
    top:50px;
    width:552px;
    height:399px;
    z-index:1;
    #Layer5 {
    position:static;
    left:251px;
    top:75px;
    width:549px;
    height:402px;
    z-index:1;
    #Layer6 {
    position:absolute;
    left:252px;
    top:40px;
    width:551px;
    height:402px;
    z-index:1;
    to this -
    #wrapper {
    width:792px;
    margin:0 auto;
    position:relative;
    #Layer6 {
    position:absolute;
    left:252px;
    top:40px;
    width:551px;
    height:402px;
    z-index:1;
    (that's right - delete the rest)
    Finally, change this -
    <div id="Layer6">
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','550','height','400','src','Flash/FrontPage','quality','high','pluginspage','http://ww w.macromedia.com/go/getflashplayer','movie','Flash/FrontPage'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="550" height="400">
    <param name="movie" value="Flash/FrontPage.swf" />
    <param name="quality" value="high" />
    <embed src="Flash/FrontPage.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="550"
    height="400"></embed>
    </object>
    </noscript>
    </div>
    <div align="center"><img src="Photos/Background.jpg"
    width="792"
    height="576" border="0" align="absmiddle" usemap="#Map">
    <map name="Map"><area shape="rect"
    coords="203,496,399,555"
    href="OurAlbum.html">
    </map></div>
    to this -
    <div id="wrapper"><div id="Layer6">
    <script type="text/javascript">
    AC_FL_RunContent(
    'codebase','
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','wid th','550','height','400','src','Flash/FrontPage','quality','high','pluginspage','http://ww w.macromedia.com/go/getflashplayer','movie',Flash/FrontPage'
    ); //end AC code
    </script>
    <noscript>
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
    width="550" height="400">
    <param name="movie" value="Flash/FrontPage.swf" />
    <param name="quality" value="high" />
    <embed src="Flash/FrontPage.swf" quality="high"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash" width="550"
    height="400"></embed>
    </object>
    </noscript>
    </div>
    <div align="center"><img src="Photos/Background.jpg"
    width="792"
    height="576" border="0" align="absmiddle" usemap="#Map">
    <map name="Map"><area shape="rect"
    coords="203,496,399,555"
    href="OurAlbum.html">
    </map></div></div>
    and see what happens.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "missmsia" <[email protected]> wrote in
    message
    news:[email protected]...
    > Yes, you are right! I was told that it will be very
    frustrated to use
    > layer. I
    > also know that the world "layer" was dropped out in CS4.
    But, I would
    > still
    > like to use the world layer.
    > I read the "Page layout 101" and it said layer can help
    you position page
    > element. It will also allow you to move freely. See,
    this is what I don't
    > understand. When you design a page, don't you want your
    content stay in
    > one
    > position or area instead of shrinking or stretching
    according to the
    > browser's
    > size?
    > I found it if I don't use layer, the image shrinks or
    stretches. I don't
    > know
    > if I have the right concept about layer. Please help.
    Thanks.
    >

  • .MOV to .PSD image shift...HELP!!!!!!

    I have a .MOV and a .PSD file of the same image, the .MOV is of the .PSD image animating into its place on the .PSD. However when the track (.MOV) jumps to the Layered Menu (.PSD). there is an image shift. How do I prep the files so that the uncompressed quicktime movie and the photoshop file will line up seamlessley?
    Any help appreciated!
    Bill

    I don't know enough about how you applied the motion to tell you exactly why this happends, but I have clue:
    If you are animating the motion in FCP in an uncompressed sequence, the frame size will actually be 720x486. When this gets encoded to mpeg, it gets cropped to 720x480, 4 lines top and 2 bottom, to keep the field order the same.
    I start with a 720x486 file in photoshop, and then manually crop it 4 top and 2 bottom to prepare the version of the still file for the DVDSP menu.
    I might also recommend simply extending your motion quicktime to include the still at the end. It should only add a minute of video to your disc. You can even set the menu in DVDSP to a stilll at the end, as opposed to looping.
    Another thing that can effect positioning of photoshop layers in FCP or DVDSP is if there are any pixels on the layer outside the bounds of the canvas. A quick "select all-image:crop" will eliminate this.

  • Images shift when jumping to anchors

    I have a file using manual menus connected to anchors. In the browser when I click on any menu item one of my images shifts. It's a patterned wall paper that must meet fairly close to look right. The shift of about 3/8" spoils the effect. I've deleted and reset the anchors but the shift persists. This errors previousy didn't occur in this file. I've made some change it seems which has created this shift. I deleted my broswer cache hoping that  might fix the problem but it didn't help. I've checked where my images are pinned to and how they are set to fit in their space and it appears correct.(I am using tiling) As an aside I've begun to wonder if anchors are really a work in progress, I've noticed other issues with them that didn't seem to make sense.
    CharlesSchutz

    Aish,
    I'm not able to provide a URL. All access to the site is under an NDA and
    is hosted on a private server with encrypted access other than my local
    machine. If you could tell me if this is a known issue then I can hand it
    off to one of their developers to look into, It would be helpful to have
    some ideas about what component could be the issue and if its possible to
    get access to fix it?
    I don't know the steps I took that created the error. The file did work but
    began appearing I believe after I began fine tuning the anchors and moving
    some of the content. That's all I know. As I mentioned it all looks
    correct. The settings match another copy of this same file I have. The copy
    with my new edits has this error of shifting images and at the level I am
    able to understand it all appears correct.
    Cordially,
    Chuck Schutz
    On Wed, Dec 18, 2013 at 11:41 AM, Aishvarya Raj Rastogi <

  • Template Images Shift

    Help-I'm new at dreamweaver...I was given a template to work
    with. There was already an editable region in the template. The
    problem is when I add text and images to the editable region, the
    template images shift. Is there a way I should be entering the text
    so that this does not occur? How can I fix?
    Please visit
    http://St.MarysOrthodoxChurch.com
    for a correct page then
    http://StMarysOrthodoxChurch.com/orthodoxy.html
    as an example of the shifting.
    thanks in advance for any help!

    Server Not Found
    Jo
    "Krishendra" <[email protected]> wrote in
    message
    news:epm7ts$806$[email protected]..
    > Help-I'm new at dreamweaver...I was given a template to
    work with. There
    > was
    > already an editable region in the template. The problem
    is when I add text
    > and
    > images to the editable region, the template images
    shift. Is there a way I
    > should be entering the text so that this does not occur?
    How can I fix?
    > Please visit
    http://St.MarysOrthodoxChurch.com
    for a correct page then
    >
    http://St.MarysOrthodoxChurch.com/orthodoxy.html
    as an example of the
    > shifting.
    > thanks in advance for any help!
    >

  • Print image shifted?

    I own an HP Photosmart A524 photo printer. Before you tell me that HP has no info on this printer on their website, let me explain that I bought it as a kit (called HP Photosmart Compact Photo Studio) with a camera (HP Photosmart M447) from WalMart. HP has no info on this printer on their website that I could find, but there are similar models like the A525.
    The problem I am having is that when I print via USB, the image is shifted. Printing via uploading a pic to the SD card and using the onboard card reader prints perfectly fine, but uploading the image, putting the card in the printer, and finding each image (which is buried deep among other pictures from my camera) is a hassle. When I print from the picture, instead of printing correctly the image is shifted to the left ~1cm and down ~1cm (diagonally, sometimes it's the opposite if I print from Picasa instead of Windows Photo Viewer) and never correctly; a "half" margin is always present, half because it is always on 2 sides. I downloaded the Windows 7 fix on HP's website for the A525, which didn't correct the problem, and I also tried installing the full installation avalible for Vista for that printer. The full installation was incompatible, and when I ran it compatible with Vista SP1 and with elevated admin rights, it said I needed to run as admin, even though I already was.
    Does anyone have any ideas? I really want to get this fixed, especially since I have this printer networked and want to be able to print photos from another computer without walking upstairs, getting the SD card, transfering photos, etc. The SD card method works, but. . . you know, it shouldn't be doing this.
    Thanks,
    Ryan

    @Marshall-
    I tried your solution by switching from the Photo Printing-Borderless setting to Photo Printing-with white borders. A suprising changed occured; though the image was  a very little bit distorted, sort of rotated, the print image was not shifted. This boosted my previous theory that distortion happened after the image was sent to que and before the printer recieved it, indicating a driver issue. That's where I think the issue is.
    Thanks,
    Ryan

  • Background image shifts when scrolling

    I have a background image on my pages but whenever I hard
    return several times, the image mysteriously shifts over by itself
    here are two different pages. The bg image can be found here:
    http:www.logicorehsv.com/img/bg.png
    PAGE A
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
    background-color: #E8F1FA;
    background-image: url(img/bg.png);
    background-repeat: repeat-y;
    background-position: center;
    </style>
    </head>
    <body>
    </body>
    </html>
    PAGE B
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    <title>Untitled Document</title>
    <style type="text/css">
    body {
    background-color: #E8F1FA;
    background-image: url(img/bg.png);
    background-repeat: repeat-y;
    background-position: center;
    </style>
    </head>
    <body>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    <p> </p>
    </body>
    </html>
    WHAT IN THE NAME OF GREAT CAESAR'S GHOST IS GOING ON HERE??
    The background image on the second page SHIFTS over a few
    pixels simply because I hard returned several times. The completion
    of my entire site has been resting on this simple little headache.
    Please help....

    >>whenever I hard return several times
    Stop doing that. There is never a valid reason in a properly
    designed/constructed page to add empty paragraphs.
    Probably... after adding content, even empty paragraphs, the
    display window
    in DW design view drops a vertical scroll bar thereby
    changing the
    horizontal location of the page's middle. Your bg image is
    aligned middle so
    it moves.
    IOW there is no problem. Just build your page.
    Walt
    "logicore" <[email protected]> wrote in
    message
    news:[email protected]...
    >I have a background image on my pages but whenever I hard
    return several
    >times,
    > the image mysteriously shifts over by itself here are
    two different pages.
    > The
    > bg image can be found here:
    http:www.logicorehsv.com/img/bg.png
    >
    >
    PAGE A
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    >
    >
    > <style type="text/css">
    > body {
    > background-color: #E8F1FA;
    > background-image: url(img/bg.png);
    > background-repeat: repeat-y;
    > background-position: center;
    > }
    > </style>
    > </head>
    >
    > <body>
    >
    > </body>
    > </html>
    >
    >
    >
    >
    PAGE B
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    > <html xmlns="
    http://www.w3.org/1999/xhtml">
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=utf-8" />
    > <title>Untitled Document</title>
    >
    >
    > <style type="text/css">
    > body {
    > background-color: #E8F1FA;
    > background-image: url(img/bg.png);
    > background-repeat: repeat-y;
    > background-position: center;
    > }
    > </style>
    > </head>
    >
    > <body>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > <p> </p>
    > </body>
    > </html>
    >
    > WHAT IN THE NAME OF GREAT CAESAR'S GHOST IS GOING ON
    HERE??
    >
    > The background image on the second page SHIFTS over a
    few pixels simply
    > because I hard returned several times. The completion of
    my entire site
    > has
    > been resting on this simple little headache.
    >
    > Please help....
    >

  • Epson R1900 Print Problem - Image shift/Cropping

    When Printing 13x19 files in Photoshop, the image always prints centered in an 8.5 x 11 area at the lower right corner of the page as it comes out of the printer. The image is cropped into this letter sized area at its correct size and is not scaled. My best guess is that the printer is thinning the paper size is set to LETTER, not Super B. I have checked all the settings multiple times but see no place where the paper is not set correctly or that the printer is not set to Epson R1900 (i.e. it is not set to "Any Printer"). I have had this printer for several years (and have been using Macs & Epson printers professionally for 20 years), and it has worked properly in the past with this sized image. I have not needed to print this size image for a while so not sure what might have changed in the mean time.
    This ONLY happens in Photoshop (CC and CS5 tested). It will print correct from InDesign and Illustrator, but the color is shifting too much. I have always gotten my best color when printing directly from Photoshop and this particular project requires accurate color.
    Happens on 2 different computers (newer iMac and older MacBook Pro) and on different photoshop files. Drivers are currently up to date according to Apple's Software update.
    Any thoughts or help would be greatly appreciated.
    Roger
    Mac OSX 10.8.5 on iMac (less than 2 years old)
    Printing from Photoshop with the following settings:
    Printer: Epson Sylus Photo R1900
    Print Settings:
    Printer: Epson Sylus Photo R1900
    paper Size: Super B (13 x 19 in)
    Color Management:
    Color Handling: Photoshop Manages Color
    Printer Profile: SPR Ultra Premium Presentation matte
    Normal Printing
    Perceptual
    Position & Size
    CENTERED=ON (-0.118 / -0.152)
    Scale 100%
    Height 19
    Width 13
    Scale to Media=OFF
    Print Resolution: 300ppi
    ALL OTHER SETTINGS ARE OFF
    Document size is 13x9 at 300ppi

    To further clarify, the dialog box that I refer to DOES come up if the printer chosen is the $100 HP printer I have for office
    work.  The choice between "best photo" quality, etc is right there in the dialog window - like I assume that it
    should be for the Epson.
    This dialog box is definitely shown in the User Guide of the Epson printer????

  • Image shifted slightly to the left in the monitor[Solved]

    Hi,
    This is my video-card:
    01:05.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RS880 [Radeon HD 4250]
    My monitor is a Samsung sa1000 , the image is shifted to the left in the monitor,
    Can you help me?
    Thanks
    EDIT: I have just pressed power button for 5 seconds and immediately there was an auto synchronization!
    bye
    Last edited by edge07 (2012-08-03 09:01:43)

    jmdennis wrote:The OK is where I now expect it to be
    Interesting. Looking at wine-1.1.38-1.1.src.rpm, they're not patching wine for that. So I dunno where their change is.

  • Image shifting back and forth

    Is anyone experiencing strange shifts back and forth of images while they are working with them?
    The image moves about 1mm diagonally, sometimes a couple of times.
    Also scrolling of galleries seems to be much less smooth than before, sometimes locking up for many seconds, or the screen going completely white and then coming back.
    Everything seems to have started happening after upgrading to LR1.3 (I am on 1.3.1)
    I am also experiencing strange flickers on my screen even when using other programs as long as LR is loaded.
    Windows XP 4GB / ATI Radeon 256MB
    (So it is not an Nvidia issue)
    I'm starting to think that a downgrade to LR1.2 may be a good thing.

    Don,
    The image is supposed to dance around on it own?
    I took a closer look, and I think that I know what's causing it. It needs to be fixed, because it is reaaaaaly annoying.
    If you are in any mode, and the image is enlarged (not grid), you will notice a small drop shadow going down to the right. Well, what is happening is that the drop shadow is changing to visible / not visible, and when the drop shadow is not there, the image moves down and to the right to the spot where the drop shadow was, and when the shadow reappears the image moves back up to make room for the drop shadow. So the image just dances diagonally a few times for no apparent reason. But the reason is a drop shadow YES/NO fast toggle.

  • Sliced images shift

    Hi all,
    I am new to dreamweaver, but have been reading books and
    checking out online tutorials. I created a design in photoshop and
    created layer based slices where appropriate then saved for the web
    as html with images. I brought that html page into dreamweaver and
    tried to link one of my buttons to another page. As soon as I link
    it all of my sliced images are shifted leaving me little white gaps
    between them. I have no clue whats causing this. Any suggestions
    are greatly appreciated! I tried just creating a CSS template and
    making links and they don't cause any shifting at all. So I am
    obviously doing something incorrect with my PS template.
    I noticed it show up when I preview with firefox and not
    safari.
    Thanks in advance.

    The problem is that you used a graphics application to create
    your html. The html created by Photoshop and other graphics apps is
    fragile and subject to break anytime you make changes to it, or if
    the user changes things like the text size. The real solution is to
    use PS for images, and create your layout in Dreamweaver. Of
    course, you will need to have an understanding of html, css and
    page layout techniques.

  • Visualizer image shifted to left

    When I run the visualizer the image is shifted about an inch or so to the left so I have a black bar at the right of the monitor and the song titles on the left are cut off. I apologize in advance, I have seen the solution here before but I forgot and I've been searching for half an hour and have not found it again.
    Many thanks.

    Read this thread. What's your screen resolution set at?
    http://www.avsforum.com/avs-vb/archive/index.php/t-517529.html
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
    ITMS: MacOSG Podcast
     An Apple User Group 

Maybe you are looking for