Drop-Down Hot Spot Images

Hi,
When I generate a SSL Print out of topics that use Drop-down
Hot Spots with images in them, the images print out. I do not want
them to print out. I have tried the Advanced Options and unchecked
"Include drop-down text" and they still print.
If there isn't a easy way to stop them from printing, is
there a way to stop the text from getting messed up by wraping to
the right of the image, it would be better to have it start at the
bottom.

You could try adding a conditional build tag against them and
excluding this from your printed output single source layout. I
haven't tried this so can't say it would work for definite but it's
worth a go.

Similar Messages

  • How do I tone down hot spots in CS5?

    How do I tone down hot spots in CS5?

    Here's an example I just worked up:
    Original image with too-hot sun on face:
    Results from careful use of Burn Tool:
    Original image with Shadows and Highlights application:
    Original image with HDR Toning application:
    Just to give you some ideas what you can accomplish.
    -Noel

  • Drop Down Menu with images in Muse and Animate

    Hello,
    i am trying to create a drop down menu with images as you can see on this website:
    http://www.kadewe.de/
    In Adobe Muse the menu with all pages in it doesn't let me insert pictures.
    With the empty composition widget i archived something similar but when once activated the action it doesn't close.
    My last try was to build a menu in Edge Animate. The Problem i had was that when i used the action click, open URL.
    Inserted in Muse the new page opens in the created animation and not on the same page fullscreen.
    What have i done wrong?
    Thank you for your answers.

    I am having a similar problem. I have multiple widgets on a page -- menus, accordions, tooltips, slideshows. As soon as I 'activate' a widget (eg: expand an accordion or play a slideshow) it disables all the triggers below it, as well as all the hyperlinks. This seems like a bug... I hope there's a workaround?

  • Image as drop-down text link -- image doesn't appear

    (Using Robohelp X5)
    Wondering if anybody has had anything like this happen before
    and can explain it for me???
    First line of topic is type <h1>. At the end of the
    line I have an icon that is a link to drop-down text.
    Here's where it gets weird. I compiled the help and displayed
    the .chm. Looked at the topic, the image doesn't appear, but is
    clickable (and works properly). Used the 'print' option from the
    .chm to print to .pdf. The image appears in the .pdf.
    Looked at the code, can't see anything wrong with it.
    Back in the wysiwyg editor, selected the last character of
    normal text plus the clickable icon, copied and pasted in place (so
    now have
    <text2><dropdown2><text><dropdown>)
    Removed <text><dropdown> (the original content),
    edited the code to use the proper 'name' attribute (because it was
    modified on the paste), recompiled, ran the .chm, everything
    displays properly (the image is there).
    Note: I was having similar problems with it earlier, think I
    fixed it the same way, and everything was okay for a few compiles,
    then started having the problems again.
    At this point, as far as I can see, the .html is the *same*
    as it was before, but now the image appears in the .chm. Colour me
    totally confused :-)
    Anybody have any insights as to why this could be happening?
    Thanks!

    Change what you have now:
    a:link {
        color: #4E8E98;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #4E8E98;
    a:hover {
        text-decoration: none;
        color: black;
    a.dark:active {
        text-decoration: none;
        color: #FFF;
    a.light:link {
        color: #DCDBE1;
        text-decoration: none;
    a.light:visited {
        text-decoration: none;
        color: #DCDBE1;
    a.light:hover {
        text-decoration: none;
        color: #776153;
    a.light:active {
        text-decoration: none;
        color: #FFF;
    a.dark:link {
        color: #4E8E98;
        text-decoration: none;
    a.dark:visited {
        text-decoration: none;
        color: #4E8E98;
    a.dark:hover {
        text-decoration: none;
        color: black;
    a.dark:active {
        text-decoration: none;
        color: #FFF;
    To this:
    /**MAIN LINKS**/
    a {text-decoration: none}
    a:link { color: #4E8E98;}
    a:visited {color: #4E8E98;}
    a:hover { color: #000;}
    a:active, a:focus {color: #FFF;}
    /**SPECIAL LINKS**/
    .light a:link {color: #DCDBE1;}
    .light a:visited {color: #DCDBE1;}
    .light a:hover {color: #776153;}
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Drop down menus and image loading

    Hi there,
    I have an idea on my site to display photos for consumers to purchase. What I have is 2 drop down menus, the first one has a list of the galleries, the second has a list of the photos. When you select a gallery a corresponding list of photos for that gallery appears in the second drop down menu. That part I've got under control. After that, the user is supposed to press a "Check Picture" button and the picture they have selected is supposed to come up in another small window so they can double check that they the photo they want is the one they are ordering. Firstly I wanted the photo to appear in an applet that I had at the top of the screen but that seemed WAY too difficult so I decided on just having it load up in a new window scaled down to just fit the pic.
    The code for the "Check Picture" button is this:
    <input type="button" name="Button1" value="Check Picture" onclick="WinOpen()">
    but I'm having trouble with the WinOpen() function.
    Because of the two drop down menus I've had to put this code in:
    var groups=document.doublecombo.example.options.length
    var group=new Array(groups)
    for (i=0; i<groups; i++)
    group=new Array()
    group[0][0]=new Option("-Select A Picture-")
    group[0][1]=new Option("")
    group[0][2]=new Option("")
    group[1][0]=new Option("Barrel Shed","photos/gallery1/barrelshed.jpg")
    group[1][1]=new Option("Cafe Jojo","photos/gallery1/cafejojo.jpg")
    group[1][2]=new Option("Close Up","../photos/gallery1/closeup.jpg")
    ...that I got from a tutorial (but of course I don't really understand it.)
    Is there a way that in the WinOpen function I can have something like...
    window.open("../photos/gallery1/"PicValue".jpg","DisplayImage","menubar=no");
    and then down with the options part I can include a value that corresponds to each picture.
    ...or am I going in the completely wrong direction and there is a much easier way that somebody knows of.
    Any help would be greatly appreciated.
    Regards
    Peter

    Not too sure as this is a JavaScript question but I'll give it a shot.
    You should try to get the value (which appears to contain a URL) from the second drop-down form element. Not sure what it's called but if you look at the second select element it should have a name associated with it (I've assumed it's called example2).
    url = document.doublecombo.example2.value;
    window.open(url, "Display Image", "menubar=no");But as I said, I'm not sure.

  • Drop down menu with image swap

    I have a drop down menu that I need some help with.  The page is here: http://www.healthquestpt.com/lwh/
    The default menu as you see it is the way I want it: gray tab background, white text that is centered on the image.  What I want to make happen with it is when you mouseover the link to have the image swap from:  to: and I want the text in this "tab" to remain centered and change to blue
    For the dropped down links I just want a plain white background, the links to be aligned left and the default color to be blue.  I want the text hover color to be gray.
    Ive tried various things and I cant seem to figure how to get style attributes assigned correctly.
    All help is GREATLY appreciated!!!
    My css file is here:  http://www.healthquestpt.com/lwh/styles.css
    and the dropdownmenu.js file is here:  http://www.healthquestpt.com/lwh/scripts/dropdownmenu.js
    P.S. I'm using DW CS6

    You might want to try out the Spry menus which ship with Dreamweaver.
    Below is the code for the menu BUT you'll have to make sure the SpryMenuBar.js file is in your site folder for the sub-menus to work.
    Best way of doing that is to open a blank page. Go to Insert>Spry>Spry Menu Bar>Horizontal>save page which will create a folder named SpryAssets into your site folder. Open up the SpryAssets folder and delete the file - SpryMenuBarHorizontal.css
    Copy and save code below into a new Dreamweaver document and save it to your side folder. Run it via a browser.
    <!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>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <style>
    ul.MenuBarHorizontal
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 13px;
        cursor: default;
        width: auto;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
    ul.MenuBarActive
        z-index: 1000;
    ul.MenuBarHorizontal li
        margin: 0;
        padding: 0;
        list-style-type: none;
        position: relative;
        width: 140px;
        float: left;
        margin-right: 4px;
    ul.MenuBarHorizontal ul
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        position: absolute;
        left: -1000em;
    ul.MenuBarHorizontal a
        display: block;
        background-color: #666;
        text-decoration: none;
        text-align: center;
        padding: 4px 0;
        color: #fff;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        border-left: 1px solid #666;
        -moz-border-radius: 10px 10px 0 0;
        -webkit-border-radius: 10px 10px 0 0;
        -khtml-border-radius: 10px 10px 0 0;
        border-radius: 10px 10px 0 0;
    ul.MenuBarHorizontal a:hover
        background-color: #fff;
        color: #39C;
        border-top: 1px solid #666;
        border-right: 1px solid #666;
        border-left: 1px solid #666;
    /* 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
        left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
        width: 140px;
    ul.MenuBarHorizontal ul li a
        background-color: #FFF;
        color: #666;
        border: none;
        text-align: left;
    ul.MenuBarHorizontal ul li a:hover
        border: none;
        color: #39C;
    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
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* 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;
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarHorizontal">
    <li><a class="MenuBarItemSubmenu" href="#">Office Supplies</a>
    <ul>
    <li><a href="#">Item 1.1</a></li>
    <li><a href="#">Item 1.2</a></li>
    <li><a href="#">Item 1.3</a></li>
    </ul>
    </li>
    <ul>
    <li><a href="#">Item 1.1</a></li>
    <li><a href="#">Item 1.2</a></li>
    <li><a href="#">Item 1.3</a></li>
    </ul>
    <li><a href="#">Paper &amp; Printing</a>
    <ul>
    <li><a href="#">Item 3.1.1</a></li>
    <li><a href="#">Item 3.1.2</a></li>
    <li><a href="#">Item 3.1.2</a></li>
    </ul>
    </li>
    <li><a class="MenuBarItemSubmenu" href="#">Filing</a>
    <ul>
    <li><a href="#">Item 3.1.1</a></li>
    <li><a href="#">Item 3.1.2</a></li>
    <li><a href="#">Item 3.1.2</a></li>
    </ul>
    </li>
    <li><a href="#">Mailing &amp; Shipping</a>
    <ul>
    <li><a href="#">Item 1.1</a></li>
    <li><a href="#">Item 1.2</a></li>
    <li><a href="#">Item 1.3</a></li>
    </ul>
    </li>
    <li><a href="#">Furniture</a>
    <ul>
    <li><a href="#">Item 1.1</a></li>
    <li><a href="#">Item 1.2</a></li>
    <li><a href="#">Item 1.3</a></li>
    </ul>
    </li>
    <li><a href="#">Audio Visual</a>
    <ul>
    <li><a href="#">Item 1.1</a></li>
    <li><a href="#">Item 1.2</a></li>
    <li><a href="#">Item 1.3</a></li>
    </ul>
    </li>
    </ul>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

  • How to use images in drop down list ...

    Hi, i am making a form, which have to include drop down menu with images, for example when you push the drop down list the choices must be small images with vegetables, is it possible to make this with livecycle or with some of adobe products

    See if this will help. There's quite a bit going on in each button, and the settings to make it look right is pretty important. Also, there is a global variable for tracking whether or not the "drop down" is open. There is a good bit of functionality missing from this that would be in a drop down menu, but I think it might suffice as a starting point. Some kind of "scroll bar" would be needed if the list you're using gets too big.
    https://workspaces.acrobat.com/?d=YPkSSODN761QxdnJOO4g7g

  • Spry Vertical Drop Down Menu- Links Moving about!

    Hi Everyone.
    I wondered whether anyone might be able to tell me what I am doing wrong?
    When I go to create a spry vertical drop down menu using images instead of text as the links - all of my links jump slightly to the right. Or, in the case of sub-menus - slightly down.
    I have put together a dodgy example below. I don't understand why it is moving the images around.. What am I doing wrong?
    Apart from removing the original text and pressing insert > image object > rollover image - I have not changed any significant settings on the spry menu.
    Edit: I have also tried adding "position: absolute;" tags to the spry coding, but it hasn't made any difference.

    Please let me know how you can post code?
    -jrntmd8r88

  • Responsive Drop Down Menu Issues

    I'm having a few issues with my responsive drop down menu.  I'm trying to make one row with 2 separate menus that show up next to each other.  The left side is general a menu and the right side is social media links.  I have them functioning with 2 major issues.  First, I can't seem to get my background (black) go across the entire page.  It stops between the 2 menus.  Second, When I shrink down to a phone size browser and replace the menu with a drop down menu, my images (I'm using images instead of text so that I can use a specific font) expand to fit the space.  I want them all to show up as the proper size and want the drop down menu to be right next to the social media links.  Here's a link to the page so you can see what I am talking about.  My HTML and CSS are below.  Thanks.
    HTML
    <!DOCTYPE HTML>
    <html>
    <head>
    <meta charset="UTF-8">
    <title>J.Rad</title>
    <link type="text/css" rel="stylesheet" href="main.css" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    </head>
    <body>
    <header><img src="Background-Images/Sick-Fantasy-Banner.png" alt="Banner Image"></header>
    <div id="menus">
    <nav id="nav" role="navigation">
        <a href="#nav" title="Show navigation"><img src="Background-Images/Menu.png" alt="Menu"></a>
        <a href="#" title="Hide navigation"><img src="Background-Images/Menu.png" alt="Menu"></a>
        <ul>
            <li><a href="/"><img src="Background-Images/News.png" alt="News"></a></li>
            <li><a href="/"><img src="Background-Images/Bio.png" alt="Bio"></a></li>
            <li><a href="/"><img src="Background-Images/Tour.png" alt="Tour"></a></li>
            <li><a href="/"><img src="Background-Images/Store.png" alt="Store"></a></li>
            <li>
                <a href="/" aria-haspopup="true"><img src="Background-Images/Media.png" alt="Media"></a>
                <ul>
                    <li><a href="/"><img src="Background-Images/Music.png" alt="Music"></a></li>
                    <li><a href="/"><img src="Background-Images/Photos.png" alt="Photos"></a></li>
                    <li><a href="/"><img src="Background-Images/Videos.png" alt="Videos"></a></li>
                </ul>
            </li>
            <li><a href="/"><img src="Background-Images/Contact.png" alt="Contact"></a></li>
        </ul>
    </nav>
    <nav id="social" role="navigation">
        <ul>
            <li><a href="/"><img src="Background-Images/Instagram.png" alt="Instagram"></a></li>
            <li><a href="/"><img src="Background-Images/YouTube.png" alt="YouTube"></a></li>
            <li><a href="/"><img src="Background-Images/Twitter.png" alt="Twitter"></a></li>
            <li><a href="/"><img src="Background-Images/Facebook.png" alt="Facebook"></a></li>
        </ul>
    </nav>
    </div>
    <div class="clearfix"></div>
    <div id="container">
    <section id="left-column">
      This is the left column session for main content
    </section>
    <aside id="right-column">
    <div class="widget_iframe" style="display:inline-block;width:100%;height:185px;margin:0;padding:0;border:0;"><iframe class="widget_iframe" src="http://www.reverbnation.com/widget_code/html_widget/artist_420387?widget_id=54&amp;posted_ by=artist_420387&pwc[design]=customized&pwc[background_color]=%23000000&pwc[size]=fit" width="100%" height="100%" frameborder="0" scrolling="no"></iframe><div class="footer_branding" style="margin-top:-5px;font-size:10px;font-family:Arial;"></div></div><br />
    <div class="widget_iframe" style="display:inline-block;width:100%;height:185px;margin:0;padding:0;border:0;"><iframe class="widget_iframe" src="http://www.reverbnation.com/widget_code/html_widget/artist_420387?widget_id=53&amp;posted_ by=artist_420387&pwc[design]=customized&pwc[background_color]=%23000000&pwc[size]=fit" width="100%" height="100%" frameborder="0" scrolling="no"></iframe><div class="footer_branding" style="margin-top:-5px;font-size:10px;font-family:Arial;"></div></div>
    </aside>
    </div>
    <footer>
    </footer>
    </body>
    </html>
    CSS
    @charset "UTF-8";
    /* CSS Document */
        margin: 0; 
        padding: 0; 
    body {
      height:100%;
      background-attachment: fixed;
      background-image: url(Background-Images/Sick-Fantasy-Background.png);
      background-position: center top;
      background-size:cover;
    header {
      overflow:auto;
      background-size:cover;
      background-image: url(Background-Images/Rust-and-Foamy-Blood-Texture.png);
      background-position: center;
    header img { 
        display: block; 
        margin: auto; 
    img {
      max-width:100%;
    div {
      width:100%;
      background-color:#000000;
      background-size:cover;
    #nav
      width: 70%; /* 1000 */
      position: absolute;
      background-color:#000000;
      background-size:cover;
      #nav > a
      display: none;
      #nav li
      position: relative;
      #nav li a
      display: block;
      #nav li a:active
      background-color: #996600 !important;
      #nav span:after
      display: inline-block;
      position: relative;
      /* first level */
      #nav > ul
      background-color: #000000;
      margin-left:25px;
      #nav > ul > li
      float: left;
      list-style:none;
      #nav > ul > li > a
      height: 100%;
      #nav > ul > li:hover > a,
      #nav > ul:not( :hover ) > li.active > a
      background-color: #996600;
      /* second level */
      #nav li ul
      background-color: #e15a1f;
      display: none;
      position: absolute;
      #nav li:hover ul
      display: block;
      #nav li:not( :first-child ):hover ul
      left: -1px;
      #nav li ul a
      #nav li ul li a:hover,
      #nav li ul:not( :hover ) li.active a
      background-color: #996600;
    #social
      float:right;
      background-color:#000000;
      background-size:cover;
      #social > a
      display: none;
      #social li
      position: relative;
      #social li a
      display: block;
      #social li a:active
      background-color: #996600 !important;
      #social span:after
      display: inline-block;
      position: relative;
      /* first level */
      #social > ul
      background-color: #000000;
      margin-right:25px;
      #social > ul > li
      float: right;
      list-style:none;
      #social > ul > li > a
      height: 100%;
      #social > ul > li:hover > a,
      #social > ul:not( :hover ) > li.active > a
      background-color: #996600;
    .clearfix {
        clear:both;
        display:block;
    #container {
      max-width:960px;
      width:960px;
      margin-top:10px;
      margin-left:auto;
      margin-right:auto;
      margin-bottom:auto;
    #left-column {
      width:590px;
      float:left;
      background:#0000FF;
      padding:5px;
      margin:auto;
    #right-column {
      width:350px;
      float:left;
      padding:5px;
      margin:auto;
    .clearfix {
        clear:both;
        display:block;
    footer {
      background-color: #000;
      background-size:cover;
    @media screen and (max-width:959px) {
      #body {
         width:100%;
      #header {
         width:100%;
      #container {
      width:100%;
      #left-column {
      width:60%;
      #right-column {
      width:30%;
      img {
      width:100%;
    @media screen and (max-width:640px) {
      #nav
            width:50%;
      position: relative;
            #nav > a
            #nav:not( :target ) > a:first-of-type,
            #nav:target > a:last-of-type
                display: block;
        /* first level */
        #nav > ul
            display: none;
            position: absolute;
            #nav:target > ul
                display: block;
            #nav > ul > li
      float: none;
      list-style:none;
        /* second level */
        #nav li ul
            position: static;
      #left-column {
      width:100%;
      margin:0;
      padding:0;
      #right-column {
      width:100%;
      margin:0;
      padding:0;
    @media screen and (max-width:300px) {
      #header {
         width:100%;
      background-size:cover;
      #container {
      width:100%;

    #nav {
        <!--width: 70%;--> /* 1000 */
        width: 100%;
        position: absolute;
        background-color: #000;
        background-size:cover;

  • Hot spots pushing image down

    This is probably a noob question but when I inset hot spots
    into an image it pushes the image that is placed directly next to
    it down to the next line. I'm not sure why it is doing this and is
    there anyway to have hot spots and not bump the image down below
    the one that is being editied? Thanks

    Show us your page, please.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Web Dev Articles, Photography, and more:
    http://sourtea.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "helpthanks" <[email protected]> wrote in
    message
    news:ed4jfl$bf2$[email protected]..
    > This is probably a noob question but when I inset hot
    spots into an image
    > it
    > pushes the image that is placed directly next to it down
    to the next line.
    > I'm
    > not sure why it is doing this and is there anyway to
    have hot spots and
    > not
    > bump the image down below the one that is being editied?
    Thanks
    >

  • Using Roll Over Images for Hots Spots in DW CS 5

    Ok  I had this sort of working .. but
    what i am trying to do is have pictures pop up when the mouse rollovers a hot spot.   I do this with two layers and using the behavior window
    The full project is at http://www.kasdivi.com/pages/map.html...  ( thought that might be better then posting code)   The issue is in the left hand top of the map wjere you see malmok  (Col H Row 2)or Boka Bartol (also Col H Row )
    you have to move down the page before the image will show  
    I though there might be something in that area mapping as if you leave map in topmost position and mouse over Boka Onima (Column M row 5) the image pops up fine
    I tried to restart with a simpler test www.kasdivi.com/testmap.html
    the supposedly live hot spots are at Malmok (H2 ) and Boka Onima (M5)  but it this test nothing works
    I think I am doing something baically wrong
    any guidance will be appreciated
    Jasom

    You have some code errors that could be causing issues.
    Things like missing quote marks around the alt attribute on line 91, your links near that line are also malformed to both your images and webpages.
    Run your page through the validator here and repair your errors:
    http://validator.w3.org/
    If it's still not funtioning correctly after you have taken care of the problems, post back and we can take a closer look...

  • TS3276 the images (attachments) are automatically resized (smaller) when I send them to a customer. My email screen does not show a drop down menu box where you can leave as actual size. Is there a setting elsewhere that can be set.

    Any suggestions on problem I have. I receive images, say a file that is 3 mgs through email on Safari mail and when I try to resend it or forward it or any other larger file, when it sends the file is reduced by about 1/3. My screen does not show and drop down menu with a feature to keep actual size or reduce that is suggested when I looked up solutions to the problem.  I can't find a setting anywhere in mail that I can change to make sure my files are kept at actual size. I figure a setting got changed -don't know how - but it happened about a month ago. Caused problems as I work in graphics can't send files to clients as they come out too small. Any suggestions on how to fix.
    Thanks

    What email program are you using? And what do you mean by "Safari mail"?

  • How can I display images in drop down.

    Hi All,
    How can I display images in drop down.
    <select><option>image here</option></select>
    please reply soon.
    anser please
    Thanks

    I have not found html forum..That's just incredible.
    where can i find it ?Sorry, I'm still recovering from that remark.
    please reply soonEvery time you end a post with this, or "urgent" or other such keywords, the forum automatically introduces a 5 minute delay so that will actually make the whole process slower (not faster).

  • My 27 inch imac has just started acting weird, the thumbnail images and folder on the desktop have disappeared although the titles are still visible. When I open a programme the programme windows are all black and the drop down menus just show random

    When I tried to open the web browser the browser flashed black and white at start up, then all the applications when i open a new window are completely black, I am unable to view the drop down menus as the come out as random pixels. This happens to all new applications i have been able to open. The document window opens as plain white but if you click on it  it opens a document even though you cant see any thumb nails. Some of the documents are open as normal images/files. Having been a mac user for 10 years i have never seen anything like this before, any ideas or suggestions

    I have started running a virus check.
    There are no viruses for OSX.  Uninstall the software, repair permissions and restart your computer.  Especially if it's Norton's.  It's known to cause problems.
    To rule out a hardware problem, run the hardware test:  http://support.apple.com/kb/PH11342 OS X Mountain Lion: Use Apple Hardware Test and zapp the PRAM:  http://support.apple.com/kb/PH11342 OS X Mountain Lion: Use Apple Hardware Test.
    In the end you may need to lug your iMac down to your local AASP or an AS.  Diagnostic testing is FREE!
    i have had a mac in fact it is 17 years.
    You got me beat by 3 yrs.

  • How do you  "image correction" in PREVIEW in a macbook pro? I have an iBook G4 that gives it as an option in the tools drop down window.

    how do you  "image correction" in PREVIEW in a macbook pro? I have an iBook G4 that gives it as an option in the tools drop down window.

    From preview:
    Tools-> Adjust Color-> Auto Levels
    Or you can import the image into iPhoto:
    Edit-> Enhance

Maybe you are looking for

  • Creation of inbound shipments with reference to GR

    Hi Gurus, Is it possible to create a shipment document with reference to GR made from the PO's? I understand that there is a procedure to create inbound shipment from inbound deliveries. I would like to know if inbound delivery is mandatory to create

  • Generating a Price based on 2 Fields. Multipart Arrays?

    I'm working on a pricing form for a print company that carries about 50 different papers in 5 different sizes. I would like LiveCycle Designer to populate a drop-down list based on the company's current paper offerings. I would also like for the user

  • Need to play a runtime shared sound in AS3

    I am having a hard time playing a sound that was imported from a shared library of a second SWF file. On the shared library FLA, I have my sound's linkage properties set to: Linkage Identifier: MySound Export for Actionscript Export in Frame 1 export

  • How to do keyframing in GarageBand ?

    Hi there, Is it possible to do keyframing in GarageBand ? If yes, how to do it ? I want to keyframe the Left & Right Panning. Say at Time=10secs, I want the Panning to be at L=-48 and at T=22secs, the Panning is R=48, that means within the 12 secs th

  • Help Required on Cross Referencing with Oracle Stored Procedure

    Hi Experts,    I have a requirement which is having the requirements as follow, Web Application initially sends a request number to SAP ECC to fetch the response details through SAP PI (HTTP to RFC u2013 Synchronous). While fetching the response from