Weird Preview, Help!!!

I accidently hit a button and now its in this werid preview where only the image is lit up. Its really annoying and I need to know what button to push to get it back.
Thank you!!

Hit the "L" button until it looks normal again

Similar Messages

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • Using iWeb to publish my mobileme photo gallery -really weird bugs help plz

    I have a really weird problem and have tried searching the forums already with no luck.
    I'm using iWeb09 to put mobileme photo album on my website. When I initially add the widget onto my page, the widgets will show a "preview" of what pictures are in the gallery if you hover your mouse over it. Later during the day, I'm not sure if I did anything to mess it up but that "preview" is no longer there. It's just a black box. It still works however if you click on it because it takes you to the mobile gallery.
    The only way for me to fix it was to delete the mobile me album and create a new one. Then re-add the widget onto my iWeb.
    This has happened twice to me already and I cannot figure out why it happens. I'm sorry if my description is vague. Please help.

    There is no point in re-installing iWeb, because after you have published it really is not an iWeb problem - if there is something not working on uploading the files, then it is really nothing to do with iWeb after html pages have been created.
    If you are using Fetch to upload, then you have obviously published your site to a local folder? If so, are the photos there when you look at your local site? If they are there when you publish to a local site, then it is an error in uploading and if photos do not show, it means that some things are not being uploaded to your server correctly.
    Have you tried using Cyberduck instead of Fetch? Cyberduck or Transmit are two of the better ftp programmes to try.

  • Mavericks 10.9.1. Freezes or trackpad becomes slow and unresponsive when viewing downloaded PDF files in Preview.Help!

    The earlier post was my first attempt at posting and had some typos. Repeated with typos corrected.
    I have a Macbook Pro Retina 13" Late 2013 with preinstalled Mavericks.I now have the 10.9.1 update. Almost from the time of purchase in Nov '13, I have been experiencing freezes and slow & unresponsive trackpad. I have more or less narrowed this symptom as happening when viewing downloaded PDF files. The only option is to force eject, if available or shut down. I spoke to Support as I thought it was a RAM issue and they told me that in Mavericks RAM showing almost full was normal as it uses RAM differently. They took me through some resets and cleaning up which has helped a little but freezing stll happens. This never happened with my Macbook AIr running Lion. Any suggestions?
    Shankar9
    Macbook Pro Retina 13" Late '13-Mavericks 10.9.1
    Macbook Air 13" Mid '11-Lion
    Macbook Aluminium 13" Late '08-Snow Leopard

    So a PDF file that you can view in Preview on your MBA causes your new MBP to lock up and/or slow down. Is this right? Also you say more or less narrowed down to PDFs with Preview but does the computer exhibit this behavior with other programs and if so under what conditions? And how much free hard drive space do you have?
    Viewing memory use in Mavericks is different than with previous versions of the OS. Today it looks like we need to pay attention to what Apple calls Memory Pressure which is gauged by the bar graph in Activity Monitor and to the Virtual Memory being used. When the memory pressure graph bar gets too high it turns red and that's bad news. Looking at how much memory is being used doesn't help - I have a 16GB computer and with almost nothing running it still shows something like 15.79GB used but the memory pressure graph is just a think green line. So unless you see the memory pressure bar turning red lets not worry about memory usage at the moment.
    If among the things AppleCare had you do was reinstall Mavericks then I recommend a trip to the Apple store - and take a problem PDF file with you to demonstrate.

  • Images Problem in Firefox -- very weird -- please help!

    Hi all, I need your help here with ideas...
    I have built a site that is 100% Flex, full size.  It uses images in two different ways: Image controls and HTML text.  Both are populated dynamiccally from XML resources.
    In IE, these all work perfectly.  But I get some very weird behavior in Firefox.
    I have a list with a custom item renderer using Images.  When the user clicks on the list, a pop-up Canvas is displayed with the same image and an Text area with htmlText in-line Images. In Firefox, these images do not populate -- neither the table nor inside the text -- but the text shows perfectly, even spaced around where the image would be.
    But elsewhere in the application, I have an Image control populated the same way, except driven by a datagrid selection, and that one WORKS FINE.  I also have other Text areas using htmlText, populated the same way, and the in-line Images work great there in Firefox. 
    What is going on???

    I think I figured it out.
    The slashes in the image paths went the wrong direction. \ in stead of /
    Apparently, this is no problem for IE, but chokes Firefox.  Keep an eye out.

  • Preview Help Section.

    How to easily merge PDF documents
    This desperately needs to be included in the Help Section for Preview
    If you have lots of pdfs to merge.
    From “Finder”, select and click all the pdf’s you want to assemble.
    This will open them all at once in “Preview”.
    Pick the “File” dropdown menu .
    Pick the “Print” dropdown menu.
    In the lower left hand corner, click the arrow next to “PDF”.
    Click “Save to PDF”.
    This will save all the separate pdf files into one pdf document.

    Talking to the choir here. This is a volunteer community.
    Best posted to: apple.com/feedback

  • After Effects Ram Preview Help

    Hello. I have recently got into after effects, and haven't had this problem until i deleted and then re downloaded AE (I was having a problem with creative cloud) So, I usually I want to render a 10 second clip, which isn't much, but when I try and render it with RAM Preview, it only renders about one second. I looked at other forum posts, and they suggested to upgrade your ram, but I have 12GB's of RAM dedicated to after effects, and my computer ONLY has 12, so I'm really stuck here. if someone could help me, that would be great as I really can't do anything in AE without a full RAM preview. Thank you.

    12 GB RAM isn't much for After Effects.  You also need to allow for some RAM usage by the system for it to work properly.

  • Pixelated preview - Help!!!

    I'm using color with a variety of codecs. With every one of them, the preview is pixelated. I'm using a second monitor (23" Apple HD Display) for my preview monitor). I don't notice the pixelation when I render out SD footage, BUT when I render out DVCPRO HD footage it is still there (even converted the footage to Apples Pro Res first to see if that helps-it didn't).
    I would be happy if I could just see the image without pixelation in parked mode (while grading) and be able to render out HD footage without the pixelation.
    I have changed the Proxy settings - that didn't help either.
    Anyone?

    Once you have your footage back into FCP Under your sequence settings make sure to choose upper field on the interlaced settings even if you are viewing progressive footage see if that helps, in my many hours experience using Color the preview is poor (slightly pixelated)as it doesn't handle footage properly (in my personal experience) possibly due to it been sourced from dvcpro hd given it only seems to display one field on a normal monitor regardless of settings in Color or whether or not it was progressive dvcpro hd footage to start with.
    Iverbrain

  • RAM preview HELP!!!

    Why whenever I want to RAM preview always goes full screen even when the full screen (off) uncheck?
    HELP!!!!

    It sounds like it's time to delete your preference file and rebuild. Carl/cmnd + alt/option + shift held down while opening the option to delete preferences and start over. Just make sure you have the keys held down before you click the program icon.

  • Preview Doesn't Load Preview Help

    Greetings:
    Since upgrading to 10.4.7, I'm unable to bring up Preview's "Help" feature. Other apps do show Help, and oddly enough, in other new user accounts, Preview's "Help" does pop up. Unsure whether this is indicative a subtler problem which is my greater concern now. I used Onyx to no avail. Any hints much appreciated!
    Thanks!
    James Greenidge
    1.25 gig eMac and Performa 6320   Mac OS X (10.4.7)  

    Can you get it to launch by going to Help Viewer's
    Library menu?
    No, it doesn't even show up. I'm perplexed as to why Preview's help does pop up in any other user account but not my original.
    Thanks for caring and the rapid response!
    James Greenidge

  • Safari movies and preview help

    When I go to a website that has a movie preview or something of that kind I am not able to watch the movie. i have QuickTime Player but that doesnt help. I was wondering if anyone knows anything that i can do to fix this problem.

    i have the same problem so i use firefox and that runs fine :s not sure what the problem could be, have tried a reset and computer and router reset, no help

  • ITunes having a weird language help apple!

    i have been asking around the internet about my problem with iTunes 9, i am a sony vaio windows vista user but i don't think this is a factor. My iTunes 9 is displaying weird characters/language when i am in the iTunes Store.
    http://i358.photobucket.com/albums/oo24/OWNAGEU/ryu-1.jpg
    http://i358.photobucket.com/albums/oo24/OWNAGEU/ryu.jpg
    its the top 10 songs and WAY MORE that look like that.
    PLEASE HELP!
    Thank You

    hmm, something happened with that above post. The problem that I am having is that when I have itunes playing music and the monitors go into sleep mode or the screensaver is up and I "wake" the computer back up, itunes cuts immediately (closes abruptly). Upon re-opening the program, (it opens immediately) there are no error messages or issues at all. This happens about 90% of the time. The rest of the time I will "wake" the monitors or interrupt the screen saver and itunes will function as normal.
    This was supposed to appear in the above post, but I guess it was cut out when I started listing all of the sys. info and sotware info.
    Any advice would be greatly appreciated as I will be DJ'ing a few parties this year and do not want the happening (the music cutting out).

  • Dock acting really weird - Please help!

    After installing the Mobile ME update and iTunes 7.7, my dock has been acting really weird.
    1. I usually set the default dock size at the smallest possible. However, now when you left click on the separator of folders and applications, it allows the dock to become smaller than possible when setting from the Preference Pane
    2. The dock automatically becomes smaller over time until the icons are really tiny.
    Is this a bug encountered by anyone else? It really bugs me that I have to keep pulling the dock to a standard size. Can someone please help me out of this mess?

    Hey VK
    Thanks for the quick response.
    I did just that. Deleted the com.apple.dock.plist under my user home directory/Library/Preferences.
    While it reset the dock, the problem still remains. You can view the problem by
    1. Setting the dock to the smallest possible size via the Preference Pane
    2. Turn on magnification and bring it closer to the left side of the adjustable bar
    3. Now, use your mouse to drag the dock by the separator
    Observation: The dock will become smaller than is "set" by the bar in Preference Pane
    4. Click on the bar in the preference pane, set at small, the dock will resize itself again
    5. Choose the dock to be set on the right
    6. Choose it to be set at bottom
    Observation: The dock is a LOT smaller than it could ever have been.
    7. Click on the smallest possible size in the preference pane, the dock resizes itself
    8. The dock keeps getting smaller over time still. =(!

  • Upgrade Problems - Worst is Choppy Capture Preview - Help!

    I must have done an auto update recently because I'm having a whole bunch of problems with FCP since my last project. One of them is the "preview disabled" issue that a lot of people seem to be having. I did something to Quick Time, as suggested by this wonderful forum, and it seemed to help. I was also having dropped frames, so I just changed the settings rather than solving it the complicated way as suggested by this forum. That seems to help. But I have a final problem which I can't fix. Please help!
    When I log and capture, the video I'm trying to capture appears choppy on the log and capture window. However, when I'm done capturing the clip and I look at it in the preview window, it seems to be fine. Many posts on this forum suggest that this isn't a big deal b/c you should worry only about how the final clip looks on an external monitor. But for me it's a problem because it makes editing very difficult. Plus, I'm worried that it will have other reprecussions that I'm not aware of at this moment.
    Can somebody help?

    If you are referring to the actual Capture Window inside FC, that shows you footage as you are capturing, it is what it is. Don't use that to monitor the quality of your footage as you capture. As you noted, that window really has nothing to do with the quality of the video coming into your puter.
    Use your external video monitor/TV to judge the quality of the incoming video as you use it to monitor of the vid once in the puter

  • Adding a signature to a document in Preview - HELP!

    I'm trying to add a signature to a document. I've discovered that I can do this in Preview. I've used the FaceTime camera to scan my signature, saved it and I can see it when I click on Tools > Annotate > Signature. I can't add it to my document though. I've read that I need Preview to Show Edit Toolbar but this option is greyed out. The Edit button on the toolbar is also greyed out. I created the document in Word.
    Please help me!

    Thank you Jeffrey. I converted the file to PDF and it worked! Very happy.

Maybe you are looking for

  • How do i get my sim to work with this phone?

    I just bought a used iphone, when i put my sim card in, it says it is lock. I have done this before and been able to use instantly, but this time it wont come on. HOw do i get my sim to work with this phone?

  • I can't download itunes on windows 7

    Itunes offered a "new version" update and it won't install on my PC. What's the problem?

  • Asset under costruction

    hi, can any body pls send me configuration steps for asset under costruction in detail.pls i am i need of it. points will be awarded swathi

  • How do you play games on the iTouch?

    I downloaded 2 games for my iTouch but they don't show up after I synch it to my itunes. Are they under some other icons? There doesn't seem to be any evidence that I have any games loaded.

  • Dreamweaver won't open

    I was using dreamweaver today when it randomly failed and I received a "search for a solution online" or "close program" option. Now when I try to open it again the dreamweaver window opens up for about 2 seconds and appears to be working, but then i