Drag layers moving sluggish in firefox

Hi, I'm working on a web site here:
http://www.cssdreams.com/sites/searchinfo/homepage.html
And (haven't tested in IE6, but IE7 mind you) for some reason
you can drag the maginfying glass around just fine in IE, but it
moves rather sluggish and choppy in Firefox 1.5.
Any JavaScript experts have a solution?

Unfortunately... I've also noticed another glitch in the
process of trying to fix this. :-(
I didnt want to use that somewhat lengthy script for fixing
the PNG-alpha problem in IE6, and instead I resorted to using this
smaller script which does the same thing:
<img src="images/spacer.gif" style="height:351px;
width:300px; filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mag-glass2.png',
sizingMethod='scale')">
Problem is, when its coded like this:
<!--[if lt IE 7] -->
<img src="images/spacer.gif" style="height:351px;
width:300px; filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mag-glass2.png',
sizingMethod='scale')">
<!--[end if] -->
<!--[if IE 7] -->
<img src="images/mag-glass2.png" height="351" width="300"
alt="" />
<!--[end if] -->
The PNG seems to no longer even render inside of Firefox,
seems like its covered up, or beyond the visible area or something.
http://www.cssdreams.com/sites/searchinfo/homepage.html
But if I reverse the code, like this:
<!--[if IE 7] -->
<img src="images/mag-glass2.png" height="351" width="300"
alt="" />
<!--[end if] -->
<!--[if lt IE 7] -->
<img src="images/spacer.gif" style="height:351px;
width:300px; filter:
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mag-glass2.png',
sizingMethod='scale')">
<!--[end if] -->
then IE7 acts like it still suffers from the peekaboo bug,
and half of the page vanishes!!! >:(

Similar Messages

  • Photoshop CS4 crashes when I drag layers

    I received my brand new Macbook pro just the other day. I installed all of my old applications, including Photoshop, gearing up for a new web project. After working fine for a few days, Photoshop started crashing frequently. I found that the main culprit was when I tried to drag layers within a document. Dragging layers just sends Photoshop into a tizzy and causes a quick crash. Does anybody have any experience with this or know of any fixes?

    It happened with me when I used to use elements 8, from the very 1st day after I got it from adobe website, so I found it was best to just save my work after each step. but not with photoshop

  • Disable info pop-up when dragging layers? (Photoshop CC)

    There's a little box that pops up when dragging layers in Photoshop CC that shows the unit info (pixels/inches/etc.) when dragging a layer. I don't need it and I find it distracting. I can't find any options for disabling it. Are there any?

    Yes there is, but make a note of this in case you need it enabled in the future. It's a HUD (Heads Up Display) that allows you to see the transformation values in front of you while adjusting without having to glance over to the same values in the Info Panel.
    Edit menu > Preferences > Interface > Show Transformation values: Never 
    will turn it off.
    Gene

  • Hotmail Sluggish on Firefox 8

    Hi, I installed Firefox 8.0 a couple of days ago and find that my Hotmail email is quite sluggish. Other websites that I use, including Gmail are fast. I'm using Windows 7 operating system.
    I tried accessing my Hotmail email on Google Chrome and it's fast. I tried disabling some of the add-ons, but no luck. Is there anything I can do to correct this problem?
    Thanks for your help!

    Just providing an update on the issue I had with Hotmail being sluggish in Firefox 8. With the new Firefox 9 released on December 21, 2011 and its improved JavaScript performance, the problem with my sluggish Hotmail has been resolved.
    Also, I'm glad to see that most of my add-ons (at least my main ones) are compatible, especially Norton 360 which I consider my most important Firefox add-on. You can check my [http://www.squidoo.com/firefox-web-browser Firefox Reviews] including Firefox 9.
    I use both, Firefox and Google Chrome for different purposes and ran a [http://www.squidoo.com/firefox-web-browser#module155960335 Peacekeeper Browser Benchmark Test] to compare the performance of the two browsers. Overall, Google Chrome still outperforms Firefox.

  • Animated gif is not moving in the FireFox 3.6.3 ?

    why animated gif is not moving in FireFox 3.6.3 ?
    == This happened ==
    Every time Firefox opened

    Same problem in save mode. An animated gif will not start. No offending plugins or themes are installed.
    But if I right-click on the animation and then on "Grafik-Info anzeigen" (maybe "show grafic info") then as soon as the info window starts the animation, it is also started in the browser!
    And this error does not happen on all machines. My Win7 64bit does it right. My XP 32bit (freshly updated) freezes the animation. Weird world.

  • How to add a hand tool (grab the page and drag) function on Chrome and firefox pdf viewer?

    To clarify, hand tool is a function for user click on the pdf and dragging around , that is used to replace the scroll bar navigating .
    The problem is, by default the Chrome and firefox pdf viewer do not have that function and I would like allow the user to drag the page.
    A workaround is to use a jquery plugin (grab to pan https://github.com/Rob--W/grab-to-pan.js in my case) with an embed object (pdf viewer). When I maximum the size of the pdf and user drag the embed object.
    The problem I have encounter is
    1) When using chrome/ firefox, the pdf content do not fit to the page but auto resize by default even I have set the adobe pdf open parameter , using iframe.
    2) The jquery seems conflict with the firefox pdf viewer, it works smoothly on Chrome but not firefox.
    Here is the source code, you may download the plugin from the link mention above and have a look. Don't forget to put a '1.pdf' along with the source file. Thanks
        <!DOCTYPE html>
        <head>
        <meta charset="utf-8">
        <title>Grab-to-pan.js demo</title>
        <link rel="stylesheet" href="grab-to-pan.css" type="text/css">
        <style>
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        html, body {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        .scrollable {
            overflow: auto;
            width: 100%;
            height: 100%;
            background-color: #EEE;
        #zoomPage {
                  overflow:visible;
            width: 100%;
            height: 150%;
        </style>
        </head>
        <body>
        <label><input type="checkbox" id="activate-g2p" checked> Activate Grab to Pan</label>
        <div class="scrollable" id="scrollable-container">
        <object id = 'zoomPage' type='application/pdf' data= '1.pdf#zoom=page-fit'><p>The PDF can not display</p></object>
        </div>
        <script src="grab-to-pan.js"></script>
        <script>
        document.getElementById('activate-g2p').onchange = function() {
            if (this.checked) g2p.activate();
            else g2p.deactivate();
        var scrollableContainer = document.getElementById('scrollable-container');
        var g2p = new GrabToPan({
            element: scrollableContainer
        g2p.activate();
        </script>
        </body>
        </html>

    This is forum sponsored by Adobe make of Acrobat and Reader. Since Chrome and FireFox web browser have chosen to use their own viewer you might get more help in their forums or customer support.

  • Imported still layers moving in frame when effects applied - CS4

    Hello
    I'm importing still layers from Photoshop into Premiere Pro CS4 as I want to create a depth of field in the stills.  I've opened the still images in Photoshop and created new layers (via Copy, no feathering) of each of the main items in the photographs and saved as a PSD. I've then imported the separate layers into Premiere and have been adding gaussian blur to create a depth of field effect as I pan across the still.
    The issue is that the layers are moving within the frame. When the keyframe is reached where the effect is starting or stopping, the layer moves up or down (depending on if the effect is starting or stopping) in the frame slightly, only a pixel or two, but it is very noticeable on playback. I've checked my motion effects and there is no movement applied there other than a pan. I'm racking my brains to think what it could be that is causing this, and how to fix it. Does anyone have any ideas, please?
    Cheers
    J..

    I've just removed the vertical blur, leaving only the horizontal, and it's fixed the problem. How odd. It makes sense that the layers were moving up and down though, I suppose...

  • Layers show hide in Firefox/Netscape

    Uploaded new page to server with layers hide / show for
    rollovers. Works great in IE the rollovers are excessible. However
    !! The are not working in Firefox or Netscape. The appear when
    rolling over but do not stay showing for me to click on the image
    maps. I am sure there is one little peice of code that needs
    tweeking but cannot find it.
    Please help I have the pages LIVE!!!
    Thanks

    mainplus wrote:
    > I want to show a specific image in a table when I
    roll-over a navigation button
    > image.
    > The navigation button images have been set up with swap
    image restore
    > behaviours and I want to also display a related image
    elsewhere on the page as
    > well as just changing the button image.
    > The obvious solution would seem to be to use layers for
    each of the images I
    > want to display and then show/hide them as appropriate
    on rollover. The
    > problem is that I am running foul of problem of the
    layers being absolute and
    > therefore changing position if the browser window is
    resized etc. I thought of
    > nesting the layers but the site uses a template which is
    preventing me from
    > setting up an overall layer to position within.
    > If I try to use relative layer positioning I get a
    problem getting the layers
    > to "overlay each other" they also disappear from the
    list of layers that
    > Dereamweaver shows as available in the show/hide
    behaviour list.
    > I haven't attached any code as I am really looking for a
    bit of advice as to
    > the best way of approaching the problem as I am hoping
    that there is a far more
    > straight forward way to do this.
    > thanks in advance
    >
    Rather than use layers and as your site appears to be table
    based - you
    could try this tut........
    http://www.dwfaq.com/tutorials/basics/disjointed.asp
    you might find other tuts - just google 'disjointed
    rollovers'
    HTH
    chin chin
    Sinclair

  • While attempting to upgrade to Firefox 4, when prompted to drag icon to Applications, the Firefox icon has a white circle with a line through it, why?

    I'm trying to load updated Firefox 4, when the blue drop down menu with the firefox icon and Applications folder icon (prompt to drag firefox icon to apps folder) the firefox icon has a white circle with a line through (like a "do not enter" symbol)

    Hello puma1552,
    Are you referring to the *Do Not Disconnect* screen display while your iPod is plugged into and syncing with iTunes? Check out this Apple support document for its meaning and why you are receiving this icon. This icon always appears when you are syncing your iPod with iTunes. It's basically a warning message telling you that the iPod is currently in use and should not be removed.
    http://support.apple.com/kb/HT1378
    B-rock

  • When will drag n' drop toolbars for firefox 4 be available?

    Drag n' drop does not work with firefox 4.0.
    When will Mozilla FIX this?

    I have 4 toolbars in my browser. I want to rearrange the order in which they appear. How is this done in FireFox 4?
    I can move items around on the toolbars, but I cannot move the positions of the entire toolbars. I have tried dragging them with every imaginable key combination but they just don't move.

  • Drag layers from layers panel to document tab

    On this page http://www.photoshopuser.com/cs5/cs5-features I have read that Adobe finally have implemented "Drag a layer from Layers panel to another open document tab". Is this true, cause I can't make it work? I can do that in floated windows interface but in tabed it's not possible (as in CS4).
    Can somebody from Adobe confirm this please?

    I had the same problem when I first got it....called tech support as I was used to minimizing the windows to add a new layer...drag...drop....simple with CS3.....then it seemed they were locked together.
    I did the floating windows thing too....but, that seemed unreasonable on every layer....even though it says "all windows"...it didn't seem to work.  THEN, I found out that all you have to do is drag one layer apart from the other and then drag and drop!  I liked the old way better, but hey...it works!!! 
    Sure hope this helps you!
    Kathi

  • Help with multiple layers moving position

    Hi I am new to After effects so apologies if this is a daft question.
    I have a map as my main layer and I have created a text layer.I want to animate the position of the map which can easily be done.However all other layers move with the map layer.So if I move across the map all other layers moves aswell.When I want them to stay in a fixed position
    I would be grateful for any help
    Thanks

    We can't know anything without knowing the structure of your project, what you animate exactly and so on. Layers don't automatically move in unison, that would only happen if they are pre-composed, parented or linked with expressions or your footage is a flattened file in the first place. Conversely, moving the camera in a 3D scene naturalyl would make all 3D layers respond to that camera, but not 2D layers. anyway, we realyl can't know what's going on without more info. Screenshots of the timeleine might tell a lot....
    Mylenium

  • Layers Moving Off Screen When I click Around

    Hi everyone, I am experiencing an annoying issue with Photoshop CS5 12.0.4. In my normal and quick workflow I notice that at random times when I am in and out of the layers and onto the canvas, sometimes layers go sailing off screen eventhough I am not moving them. Its as if PS is tracking my movements off screen and just blasting the layers all around. I saw the problems last week sometime on the forum, but I can't seem to find the thread again. Anyone have any clue what the heck could be causing this?
    Running windows 7 x64, PS x64, I also have a Logoitech G9X high res mouse.

    Do you mean that the entire image pans out of sight, or further than you wanted it to?    It sounds like the flick pan feature that came in with CS4.  You hold down the space bar to pan, flick the screen with the left mouse button, and it keeps on going.  Is that what you mean? If yes, then left click the screen to stop the pan.
    Hmmm...  Reading your post again, I am getting the impression that you know your way round the app, and it is nothing so simple.

  • Dragging Layers from Photoshop

    I've been LiveTracing a lot of things in illustrator lately, from layers that i prepare in photoshop cs4. for some reason, when i try to drag a layer from PS cs4 into illustrator cs4, nothing happens. this was working yesterday... don't know that i did anything new that might have affected the drag and drop-ness

    I am not certain this is the problem but rather a problem of the limitation of the clip board size you can export from Photoshop.
    Here try this make certain your document is the same color mode I did this in RGB, using the marquis tool I then made a selection of the background layer that was significantly smaller than the overall image and the copy and paste creating a new layer. I select the layer in the layers panel but drag the
    the content of the layer from the document window in Illustrator and that worked.
    Try to drag the full size  background layer or a duplicate of that layer yields no results. So I think you are trying to drag a ayer that is simply too big.

  • Speedgrade effects layers moving masks in stack

    Any effect I apply, moves all my masks on other layers to the left.....no matter what the layer order or inheritance....
    Basically I cannot add any blurs ect, without upsetting all my mask positions in the stack....
    This may be because of non square anamorphic pixel ratios (i.e 1.5)
    and this is in a direct link from PPRO, so grading layers are unavailable

    Right, I did know about the adjustment layer clip....but this is a 1 hour timeline with a few hundred cuts and 6 layers of video so it's a little much to add adjustment layers per clip, also the effect is intended to be applied on a master clip in this case...which I guess defeats the entire idea of a grading layer.......i just thought a grading layer could fix this issue by breaking the operation into multiple pieces
    yes the mask is physically moved to the left......I would say like 20% of frame size over.....happens with all effects.
    i suspect it is because this is a Ppro square pixel timeline, with some 1440x1080 squeezed footage thrown in as well.....I think for some reason when any shader effect is applied it is breaking the mask aspect ratio relationship.
    the mask polygon/bezier stays in place, but the effect of the mask is moved about 20-25% to the left

Maybe you are looking for