file navigation links to 2 lines for the size of the phone

Hi everyone, Happy Thursday (or brain dead Thursday for me)!

I'm working on a new project "sensitive."  As a new project, I am starting with the smallest width and work my way up.

I have a simple navigation at the top of the page with links to "roll-over" six texts.

On the smaller size (smart phone - 320px), I need to "Pack" 2-line text links, then a line for each of the large sizes.  I also need to move a chart which is directly below the links down to account for the additional line, and then back up again when the size of the window changes.  For some reason, I can't understand how to do this.  In addition, the navigation will be added to an existing HTML page when finished.

My question is:

How can I tell Edge to move the NAV of two lines of text on a single line (and move the chart) when I hit a specific window size (application)?

I have questions for the media established in the CSS for the HTML part of the page.  Could I simply "show/hide" a div in particular, one with two lines for the nav and the other with a single line using CSS, or is there a better way?

If it is possible to do so at the idea of div "show/hide", it would be better (or even possible) to make animations of different navigation for each media queries (if necessary)?

Sorry for my temporary (I hope!) "brain dead" condition :-)

James

Hi, James.

You could go about it like that, but I wanted to point you to EdgeCommons (http://www.edgecommons.org), maintained by Simon Widjaja.  It has a great video that explains how it works:

DGE-animate-and-the-edge-Commons-Library/ http://TV.adobe.com/watch/Create-Like-Crazy-with-Adobe-Edge/flexible-layouts-using-Adobe-e

Hope this is useful!

-Elaine

Tags: Edge Animate

Similar Questions

  • Error message: "the file names would be too long for the destination folder.

    I move the files from internal hard drive to external hard drive using cut and paste.  I get a message "the file name would be too long for the destination folder.  You can shorten the file name and try again, or try a location with a shorter path. "I then gives me choices to skip or cancel.  What happens to files that are ignored?  Are they deleted?  I don't want to lose all the data, but there are more 2 000 files with this problem, so passing by and rename each one really isn't a viable solution.  I don't really understand how the file names were originally created/saved about a problem that is only now that I want to move them.  The disc source and destination are NTFS.  Is there a solution for this?  It is imperative that no data is lost.  Thanks for any help you can offer.

    On Wednesday, 10 April 2013, 12:16:23 + 0000, MADinIowa wrote:

    I move the files from internal hard drive to external hard drive using cut and paste.  I get a message "the file name would be too long for the destination folder.  You can shorten the file name and try again, or try a location with a shorter path. "I then gives me choices to skip or cancel.  What happens to files that are ignored?  Are they deleted?

    N ° to check that what I say is correct, create a new folder
    for the purposes of the trial and to make a copy of some files. To ensure that
    one of them has a long name (rename if necessary), and then try to copy
    These files on the external drive. When you get the message, choose
    'jump' and see what happens.

  • When I save the Image, the file has an extra white line on the right edge. How can I stop this artifact occurs?

    When I save the Image, the file has an extra white line on the right edge. How can I stop this artifact occurs?

    Nevermind, I've updated the app and the problem was solved.

  • I allowed to CS2, I contact Adobe support for new link and new key for the new facility for the computer updated. In the installation, I have inserted the key from ADobe that I got Adobe support, but when I open programms CS2 it will not work and gives me

    I allowed to CS2, I contact Adobe support for new link and new key for the new facility for the computer updated. In the installation, I have inserted the key from ADobe that I got Adobe support, but when I opened any CS2 program it will not work and gives me the invalid key error. What should do?

    CS2: Error: unavailable activation server | CS2, Acrobat 7, hearing 3 -.

    l http://helpx.adobe.com/x-productkb/Policy-Pricing/Creative-Suite-2-activation-end-Life.htm

    https://helpx.Adobe.com/Creative-Suite/KB/CS2-product-downloads.html

  • How can I get the lines for the date between 2 different days

    Hi all,

    How can I get the lines for the date between 2 different days.

    Sample data:
    Table name: Articles
    Title start_date end_date
    Heading1 08-22-2011 2011-09-11
    2011-08-01-2011-09-01 Title2
    Title 3 2011-08-21 08-21-2011
    title4 2011-08-28 2011-09-11

    Result will be:
    Title start_date end_date
    Heading1 08-22-2011 2011-09-11
    2011-08-01-2011-09-01 Title2
    title4 2011-08-28 2011-09-11

    This is my example query:
    SELECT * FROM items WHERE trunc (es.date_start) > = TO_DATE('2011-08-22', 'YYYY-MM-DD') AND trunc (es.date_end) < = TO_DATE ('2011-08-28', 'YYYY-MM-DD')

    but I can not get the expected results. Any help would be much appreciated.

    Thanks in advance

    not read your question properly before...

    Please try this

    Select * FROM items
    WHERE (TO_DATE ('2011-08-22', 'YYYY-MM-DD') between TRUNC (es.date_start))
    AND TRUNC (es.date_end)) OR
    (TO_DATE ('2011-08-28', 'YYYY-MM-DD') between TRUNC (es.date_start))
    AND TRUNC (es.date_end))

  • Identify the missing lines for the hierarchy

    Oracle 10.2.0.1
    Windows XP

    create table vill (identification number (5), area varchar2 (20), subarea1 varchar2 (20), subarea2 varchar2 (20), location varchar2 (20));
    Insert in the vill values(1,'AREA1','SUBAREA1','SUBAREA2','AREA1');
    Insert in the vill values(2,'AREA1','SUBAREA1','SUBAREA2','SUBAREA1');
    Insert in the vill values(3,'AREA1','SUBAREA1','SUBAREA2','SUBAREA2');
    Insert in the vill values(4,'AREA1','SUBAREA1','SUBAREA2','VILL1');
    Insert in the vill values(5,'AREA1','SUBAREA1','SUBAREA2','VILL2');
    Insert in the vill values(6,'AREA1','SUBAREA1','SUBAREA2','VILL3');
    Insert in the vill values(7,'AREA1','SUBAREA1','SUBAREA2','VILL4');
    -Before is a perfect set of lines because it has all the lines in the area, subarea1 and subarea2.
    Insert in the vill values(8,'AREA2','SUBAREA1','SUBAREA2','AREA2');
    Insert in the vill values(9,'AREA2','SUBAREA1','SUBAREA2','SUBAREA1');
    Insert in the vill values(10,'AREA2','SUBAREA1','SUBAREA2','VILL5');
    Insert in the vill values(11,'AREA2','SUBAREA1','SUBAREA2','VILL6');
    Insert in the vill values(12,'AREA2','SUBAREA1','SUBAREA2','VILL7');
    Insert in the vill values(13,'AREA2','SUBAREA1','SUBAREA2','VILL8');

    Insert in the vill values(14,'AREA3','SUBAREA1','SUBAREA2','AREA3');
    Insert in the vill values(15,'AREA3','SUBAREA1','SUBAREA2','SUBAREA2');
    Insert in the vill values(16,'AREA3','SUBAREA1','SUBAREA2','VILL9');
    Insert in the vill values(17,'AREA3','SUBAREA1','SUBAREA2','VILL10');
    Insert in the vill values(18,'AREA3','SUBAREA1','SUBAREA2','VILL11');
    Insert in the vill values(19,'AREA3','SUBAREA1','SUBAREA2','VILL12');

    Insert in the vill values(20,'AREA4','SUBAREA1','SUBAREA2','SUBAREA1');
    Insert in the vill values(21,'AREA4','SUBAREA1','SUBAREA2','SUBAREA2');
    Insert in the vill values(22,'AREA4','SUBAREA1','SUBAREA2','VILL13');
    Insert in the vill values(23,'AREA4','SUBAREA1','SUBAREA2','VILL14');
    Insert in the vill values(24,'AREA4','SUBAREA1','SUBAREA2','VILL15');
    Insert in the vill values(25,'AREA4','SUBAREA1','SUBAREA2','VILL16');
    commit;
    Select * from city;
            ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
             1 AREA1                SUBAREA1             SUBAREA2             AREA1
             2 AREA1                SUBAREA1             SUBAREA2             SUBAREA1
             3 AREA1                SUBAREA1             SUBAREA2             SUBAREA2
             4 AREA1                SUBAREA1             SUBAREA2             VILL1
             5 AREA1                SUBAREA1             SUBAREA2             VILL2
             6 AREA1                SUBAREA1             SUBAREA2             VILL3
             7 AREA1                SUBAREA1             SUBAREA2             VILL4
             8 AREA2                SUBAREA1             SUBAREA2             AREA2
             9 AREA2                SUBAREA1             SUBAREA2             SUBAREA1
            10 AREA2                SUBAREA1             SUBAREA2             VILL5
            11 AREA2                SUBAREA1             SUBAREA2             VILL6
            12 AREA2                SUBAREA1             SUBAREA2             VILL7
            13 AREA2                SUBAREA1             SUBAREA2             VILL8
            14 AREA3                SUBAREA1             SUBAREA2             AREA3
            15 AREA3                SUBAREA1             SUBAREA2             SUBAREA2
            16 AREA3                SUBAREA1             SUBAREA2             VILL9
            17 AREA3                SUBAREA1             SUBAREA2             VILL10
            18 AREA3                SUBAREA1             SUBAREA2             VILL11
            19 AREA3                SUBAREA1             SUBAREA2             VILL12
            20 AREA4                SUBAREA1             SUBAREA2             SUBAREA1
            21 AREA4                SUBAREA1             SUBAREA2             SUBAREA2
            22 AREA4                SUBAREA1             SUBAREA2             VILL13
            23 AREA4                SUBAREA1             SUBAREA2             VILL14
            24 AREA4                SUBAREA1             SUBAREA2             VILL15
            25 AREA4                SUBAREA1             SUBAREA2             VILL16
    
    25 rows selected.
    Power required:
            ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
            26 AREA2                SUBAREA1             SUBAREA2             SUBAREA2
            27 AREA3                SUBAREA1             SUBAREA2             SUBAREA1
            28 AREA4                SUBAREA1             SUBAREA2             AREA4
    Why?

    Because as I said above that rowset for the euro1 area is perfect because in the location column there are lines for the euro1, SUBAREA1 and SUBAREA2 area. is exists, whereas if we see that there are no lines for AREA2 with the value SUBAREA2 in the place, even regarding the Domain3, there is no line that has the value of the SUBAREA1 location and even for AREA4, there is no line as location = AREA4. It is a table which is having all the names of place with nested values; for example, we can see that vill7 is exist in zone2 including SUBAREA1 (COLUMN NAME) = "SUBAREA1" AND SUBAREA2 (COLUMN NAME) = "SUBAREA2", but I would like to know location = SUBAREA2 then it will say no line, I want to generate all the lines that is to have no value in the column location for said AREA/SUBAREA1/SUBAREA2 column. Table is sorted by ID. Total column lines are 45800.
    SQL> select * from vill where area='AREA1' and location='SUBAREA1';
    
            ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
             2 AREA1                SUBAREA1             SUBAREA2             SUBAREA1
    Ok
    SQL> select * from vill where area='AREA2' and location='SUBAREA1';
    
            ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
             9 AREA2                SUBAREA1             SUBAREA2             SUBAREA1
    It is also ok, but if said
    SQL> select * from vill where area='AREA2' and location='SUBAREA2';
    
    no rows selected 
    < <-Yes, this line I want to generate, because there should be a line whose location = "SBUAREA2" but why? Because otherwise how do I know what is the hierarchy of the SUBAREA2; While vill 5,6,7 and 8 were SUBAREA2 as "SUBAREA2".

    I'm not sure how I am clear in my question, please let me know if I need to provide more details.

    Thank you.

    user12050217 wrote:
    ... query should return:

    ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
    131 my state             my city              my city              street 2
    

    Sorry, I don't understand that one line. Was it a mistake? I think I understand all the other lines that you want to, but I do not understand why you want the one above. Did you mean

    ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
    131 my state             my city              street 2             street 2
    

    ?

    If this is not the case, why you don't want the row immediately above? Why don't you also:

    `       ID AREA                 SUBAREA1             SUBAREA2             LOCATION
    ---------- -------------------- -------------------- -------------------- --------------------
           131 my state             new city             new city             street 2
    

    ?

    Assuming it was just a mistake, the following Gets the results you want

    WITH     rows_needed     AS
    (
         SELECT     area
         ,     area          AS subarea1
         ,     area          AS subarea2
         ,     area          AS location
         FROM     vill
         WHERE     area           != subarea1
         OR     area          != subarea2
         OR     area          != location
        UNION
         SELECT     area
         ,     subarea1
         ,     subarea1     AS subarea2
         ,     subarea1     AS location
         FROM     vill
         WHERE     subarea1     != subarea2
         OR     subarea1     != location
        UNION
         SELECT     area
         ,     subarea1
         ,     subarea2
         ,     subarea2     AS location
         FROM     vill
    )
    SELECT     (
              SELECT     MAX (id)
              FROM     vill
         ) + ROWNUM          AS id
    ,     area, subarea1, subarea2, location
    FROM     rows_needed
    WHERE     (area, subarea1, subarea2, location)
               NOT IN (
                       SELECT  area, subarea1, subarea2, location
                       FROM    vill
                     )
    ;
    

    except that it is for an indefinite period including the ID will assign to what line. I guess that doesn't matter, as long as 130 to 137 numbers are used (or 131 to 138, if that is what you really want).

    When I run your code on the table he returned me the desired output, but when I run it on my actual table that is having 45800 lines, then he messed up some results, because I think that in your code, I should mention the clause ORDER BY ID somewhere... Therefore, in this example I mention different IDS while inserting the lines. Your code worked very well because it is having only 25 rows with ID Ordered, while my actual table is to have 45800 lines in the table, there is no guarantee of ID ordered... so I think that its a problem with the order by clause, ID... but I don't know where I should put this clause

    What is the significance of id? Is this just a unique key? That's, I guess that each line must have an id and two rows can have the same id, but, aside from that, it doesn't matter what line has which id.
    The query I posted yesterday assumes that subarea1 and subarea2 were functionally dependent on the area. as in the example of data you posted yesterday. I see your last post that's not true, and which explains erroneous results.

    As I said yesterday, if you are actually setting up new lines in the table, you must use a sequence to generate identifiers.

  • iPhone Sync with PCI trying to sync my iphone to my computer via i-tunes soft ware.  It does give me an option for the phone device. How can I get the phone icon in the menu bar?

    I am trying to sync my iphone to my computer via i-tunes soft ware.  It does give me an option for the phone device. How can I get the phone icon in the menu bar?

    Mac or Windows?

  • BlackBerry Smartphones too small for the phone battery?

    Hello! I need help.

    My sister has a curve (8520). She overcharge the battery, so of course, it is inflated. We got him a new battery, which now seems to be too small for the phone. The only thing I can think is that the phone has somehow expanded, but that seems very unlikely to me. I don't understand how that would have happened?

    Could someone help me on this, because I spent twice that the phone is a value, over a period of time, trying to get this fixed up for her, and I have neither the time nor the inclination to deal with service providers.

    Thanks in advance.

    First of all, a swollen battery does not mean that the battery has been overloaded. It does not mean it probably needs to be replaced but I saw him slightly swollen batteries work fine.

    If the new battery is 'too small', then it is likely, that you have the bad battery. The device did not inflate with battery.

  • Icons for .docx files are rectangles with black lines on the inside

    I recently increased the size of the font on my computer for the icons (via the Customize option in the context menu in the office) one size higher (I think it's 10 now). I don't know if it's related, but now when I see the .docx files on my desktop and in folders in my documents instead of a rectangle with blue lines and a blue w, score in the corner, I see is a rectangle with a large number of black lines. It's not what I'm used to, and it's distracting. When I make the folders in my documents score show list view or small icons, I think the traditional icon. But when I do the plus icon (either medium or large size), I get this black rectangle. I don't know if Windows tries to give me a thumbnail of the file (or the first page of it) or not, but I'd rather widely by the icon traditional .docx.

    How can I get that back?

    I use Office 2010 on Windows 7.

    I agree, it sounds like it is trying to display a thumbnail.  To turn off power, click on organize up to left and go in options of records, then on the display, the first box tab, according to me, must "always show icons, not thumbnails.

    Unfortunately it also means that you will not see your thumbnails of photo either, just an endless sea of identical icons to 'image file '.

    You can also delete the thumbnail of the file itself.  Open the file in Word, choose "Save as" and uncheck the "save thumbnail" option until you press save (and confirm the replacement of the same file, save on top of itself with the non-thumbnail version).

  • How to pass the line for the delimited file type?

    Hi, I want to ask you how to jump (example: the line of the first two) for delimited file type?
    Thank you...


    Here's my script
    Int NY_Skip06Center [strField, strRecord]
    '------------------------------------------------------------------
    "Script to Import DataPump FDM:
    "Created by: FDM_Admin"
    "Creation date: 28/02/2006.
    '------------------------------------------------------------------
    Dim strEntity
    'Check the first two characters of the entity.
    StrEntity = 1 to 6
    "Line break
    Res.PblnSKip = True
    Next StrEntity
    End if
    End Function

    But he returns this error when importing
    Error: An error occurred importing the file.
    Detail: Object Variable or With block variable not set

    Anyone know what is the problem

    Published by: user649207 on March 19, 2010 02:15

    Published by: user649207 on March 19, 2010 03:04

    You're overloading it.

    Your script can be this:

    Function SkipBlankAcc (strField, strRecord)

    If Trim (strField) = "" then
    Res.pblnSkip = True
    End if

    SkipBlankAcc = strField

    End Function

    If it works for you, please mark the answer as being correct others to take advantage.

  • Show Microsoft Excel files in the download, but only empty software opens. You must then click on the link a second time for the file to open. ? Exchange

    By clicking on the links to files that Excel, used to work. In the last weeks of 2 (?) files are not open. I want to talk of the basic old .xls files.

    Clicking once, opens the Excel software only.
    Double click on open two windows with empty Excel software.
    By clicking on one to open the software. And then to go back to click a second time open the actual file.

    On all clicks, download popup box indicates the file to download. And no it does not appear on my desktop or in any other file.

    What you have in the following list - mine are all set to "always ask":

    Orange Firefox button or classic menu Tools > Options > Applications

    In the search above the list box, type or paste Excel to filter the list.

    You have additional modules related to the registration or downloading files that may affect the .xls files? You can review your modules here:

    Orange Firefox button or classic menu Tools > Modules

    Check the Extensions and Plugins categories.

  • path of the image file that links do not correctly in the executable file

    I have a jpeg file in a project that I'm building which is not loading when run as an executable file.  The executable seems to be looking in the same directory that the image file was originally instead of the support folder where the image is deployed.  On another machine, the exe will look for the image in the directory, that were found on my machine.  When I drag the image file of the project on the block diagram Explorer, it creates a constant path of file indicates where the file is located on my machine.  This does not seem to update when I build the exe.  The image file is included in the source files.  Any help is appreciated!

    A constant path is... Yes indeed constant! It's not automatically change whenever someone might move the file too, whatever his imagination made her do. He does not maintain a link to the actual file it could use later to detect that the file has been moved elsewhere. In fact Windows has quite such a mechanism.

    So if you want to access an external file to your executable application to first do a correct path when running. My approach is to put in a directory from a VI file that I put in my application. Then in this VI use the way of getting current VI, band name the VI of it and add the location relative to the other file to it.

    If you do something like this:

    The project directory

    Directory of the utility

    My Location.vi

    Data directory

    MyResource.jpg

    in system development, then:

    The application directory

    MyApplication.exe

    Data directory

    MyResource.jpg

    in the application of the construction.

    With this provision, it doesn't matter even if you use the old format of executable LabVIEW 8.x or the new default format since LabVIEW 2009.

    My Location.vi is just a VI that takes a relative path in the entry (in this case "... / directory/MyResource.jpg data" called the "Current path to VI" node, use 'Band path' to remove the name of VI, then build to add this entry path, and this is!.)

  • XP does not start, unable to run the command line for the clean boot

    Hello

    For the last two weeks, I've been unable to boot XP, caused by a virus, I think. I can get into safe mode, but stopped to run antivirus software because I said that I don't have the appropriate privileges. There is no system restore points available, and I think that my computer is too old for me to ask the manufacturer (HP) for an OEM drive.

    Now that I found this forum, I decided to try the suggestion of the thread stickied for a clean boot, but I can't even click on RUN and load the command prompt. I click, but nothing happens. Many programs in safe mode did the same thing for me.

    Is there another way to enter the guest so I can try to get a clean boot? Is there another way to access msconfig? I read here that I can click on F10 to try HP and XP 'factory re - install', but the HP splash screen is no longer, perhaps due to a new card mother MSI, I put a few months ago. Any help?

    If all else fails, I buy a Windows 7 Upgrade disk and which will still work? Or would I need to buy the complete installation of W7 to "clean up" my system?

    Thank you.

    Jacob S.,.
    Thanks for posting with us.  Have you tried to run MSConfig from safe mode?  If the immediate window does not work, you can right click on your taskbar and start the Task Manager.  From there, you can select file > new task > and then type msconfig in the window.

    With respect to obtaining OEM disc, you may be able to buy them from HP, but since you have replaced the motherboard and then the OEM disc probably does not work.  You should check with HP on this one.

    If you buy the upgrade to Windows 7 you can do a clean install, but it should be started from Windows.  You insert the DVD in the drive so that the desktop, and then select the custom Setup to perform a clean installation.  It will validate your XP before you start the installation.

    Now if you think that your PC has a virus (which it sounds like it might) then you can try using a free online virus scan.  You should be able to run one of them without blocking.  Also, make sure that you log on with an administrator account.  Here is a link to a scan online, that you can try, or you can search bing for others that are out there.
    http://OneCare.live.com/site/en-us/default.htm Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Problems with the navigation links in EDIT mode in the Business Catalyst Muse sites.

    Has anyone else had problems with the navigation links / EDIT mode in sites Business Catalyst Muse?

    In EDIT mode, I can't use the list drop DOWN the SELECT DIRECTLY to go to another page or a link. The drafting of the text or label works, but to actually go to a /visit link a hard link is broken.

    Screen Shot 2015-08-15 at 3.39.42 PM.png

    Others have this problem as well.

    No work around?

    Thank you!

    I have the same problem! Contact BusinessCatalyst today taught me that it is a known bug and have Adobe Muse to fix! LiveChat ticket No. #159685

    When I launched the Web site in may 2015 everything worked well, but since the update of CC, this problem occurred.

    The tip of solution, I received the BC is to always use the navigation menu bar. This does not work for me because my client wants a menu of polaroid...

  • I am using captivate 8. The clarity of the published files are poor with black lines on the screen. Is there a way to fix this?

    Hello

    I use 8 Captivate. The clarity of the published files are very poor. It has black lines on the published file. Please suggest if there is a solution for this issue.

    Thank you

    Saida

    Hmm, Milot, why change the top instead of optimized to drag a quality which is the default setting in CP8? And why to substitute the quality of the blade in the preferences, if it is already set to high? I would like to know the reason, always eager to learn. I know that sometimes high leads to reduce the size of the file, but did not know that there has been better.

    My advice would have been to uncheck all the Compression settings in the preferences, size and quality. And I would like to know if the project has been recalibrated, if images have been resized.

Maybe you are looking for

  • Supported versions

    I work in a corporate environment that has various web functions used for features of daily work. Regarding updates and security vulnerabilities, I need to keep a browser supported on their desktop computers at any time. I find a master list of curre

  • How can I control the concurrency in my VI?

    We will study "the time". is attributed to a string of time "Format of the string" VI. Its value is given to another "Format of the string" VI with the format string ' where r_time = %s. Given that the two screws "Format of the string" are performed

  • All trying to download um windons original appears um cavalo e troya

    Microsoft mostrou o meu Windons e pirata, mostrou um lembrete para buscar um of the original site, muito bem fled ago but all trying me appears um downloads para download e um cavalo troya

  • Touchpad is not in harmony with my orders.

    When you use the touch pad on my laptop cursor does not move in harmony with my orders. The cursor changes into that little bar, which I think is intended for scrolling and it scrolls WAY by far to what I am Commander do. Is it possible to not have t

  • Update graphics and photos during playback from the timeline

    This problem appeared all of a sudden, and I can't understand why or how to fix it. Here's the situation:I have a video clip on track 1 and a graphic or a photo on track 2 (the problem occurs with any kind of graphic file or photo).The graphic or pho