How can I place an image hot spot on top of a ap div with an image in the background of the ap div?

It won't let me

Right. You can't make an image map out of a background.  You must insert the image directly into the page (HTML markup).  Then apply hotspot tools to the image.
HTML Image Map
http://w3schools.com/html/tryit.asp?filename=tryhtml_areamap
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists 
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • How can I attach an image without the image is in the email body? (using the new mail the Lion)

    How can I attach an image without the image is in the email body? (using the new mail the Lion)
    I want in attachment, not in the body mail.

    I think your only solution is to zip the image files first and then attach them.
    Read this from a site I found:
    Sending Graphical Attachments -- When you attach a graphical image to your message, the recipient of your message sees the image inline (that is, in the body of the message) if her email client supports inline display. ("Take Control of Email with Apple Mail" contains a table listing the capabilities of popular Mac and PC email clients.) If a client does not support inline display (or the recipient has turned off the inline display option), the file appears as an attachment that must be opened in a separate program.
    On the one hand, an inline image is easier for the recipient to see - all she has to do is look at it. On the other hand, inline images can be frustrating to scroll through. If you do not wish to send a graphical image inline, you must compress the file before attaching it - Mail, sadly, lacks a built-in compression option, though fortunately for Panther users, the Finder offers Zip compression without requiring a separate application.
    Note that when you compose a new message, Mail always shows attachments in the body of your message. You can manually drag them somewhere else, but many email clients display all attachments in a separate list, regardless of where you place them in the message body.
    If you paste an image into a message or drag & drop an image from another window (say, a Web browser), Mail converts the raw image data to an attachment in TIFF format. On the other hand, if you drag & drop the icon of an image file (or use the Attach button to locate the file using the file browser), Mail leaves the attached image in its original format. This difference is significant, because although most email clients can display JPEG images just fine, support for TIFF - especially in non-Mac email clients - is less common. If possible, I suggest attaching image files as opposed to pasting or dragging in raw image data.

  • The HOLE filter.  Can I place an image behind the hole created in another image?

    The HOLE filter.  Can I place an image behind the hole created in another image?

    Here's an example of the hole filter composited against a background image. This filter will run in the Pixel Bender Toolkit.
    <languageVersion : 1.0;>
    kernel HoleCompositedAgainstBackground
    <
      namespace: "pb::forums";
         vendor: "spotted chicken";
        version: 1;
    description: "Hole filter composited against a background image. The original 'Hole' filter was written by Jerrynet. See the Pixel Bender Exchange, <http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=1550519#> for more information.";
    >
    //< namespace : "net.Jerry.PixelBender";
    // vendor : "[email protected]";
    // version : 4;
    // description : "A Hole Distortion Effect.";
    //>
    parameter float radius
    <
         minValue:    float(0.0);
         maxValue: float(1000.0);
    defaultValue:  float(100.0);
    aeDisplayName: "Radius";
    >;
    parameter float2 center
    <
         minValue:   float2(-800,-800.0);
         maxValue: float2(1600.0,1600.0);
    defaultValue:   float2(120.0,120.0);
    aeDisplayName: "Center";
    >;
    parameter float EdgeSmooth
    <
         minValue: float(0.0);
         maxValue: float(3.0);
    defaultValue: float(1.0);
    aeDisplayName: "Edge smoothing";
    >;
    input  image4 src;
    input  image4 background;
    output pixel4 dst;
    void
    evaluatePixel()
    float2 Pos_from_cen = outCoord() - center;
    float p_length = length(Pos_from_cen);
    float fun = (radius*radius)/abs(p_length);
    float m = fun/sqrt(Pos_from_cen[0]*Pos_from_cen[0] + Pos_from_cen[1]*Pos_from_cen[1]);
    float2 pp = -float2(m*Pos_from_cen[0], m*Pos_from_cen[1]) + outCoord();
    pixel4 final = sampleLinear(src,pp);
    if (p_length <= (radius+EdgeSmooth/2.0))
    //smooth the circle edge
    if (p_length >= (radius-EdgeSmooth/2.0))
    final *= (p_length-radius+EdgeSmooth/2.0)/EdgeSmooth;
    else
    final = sampleNearest(background, center + Pos_from_cen);
    dst = final;

  • When I try to same an image under the command 'save as' it will only let me save as file types 'firefox document' or 'all files' and when I try to look at them later they dont work. How can I save an image as the same file type it is on the web site?!

    When I try to save an image under the command 'save as' it will only let me save as file types 'firefox document' or 'all files' and when I try to look at them later they dont work. How can I save an image as the same file type it is on the web site?!
    == This happened ==
    Every time Firefox opened
    == I updated to one of the firefox versions (Not sure which one it was)

    Thanks Alex, but sadly I already tried that. Neither .docx or .xlsx files show up in the content list. They both show as a Chrome HTML document so changing how Firefox addresses those doesn't help since it thinks its the same type of file. I don't think I can manually add files into the "Content Type" left side nav.

  • In Windows 8, how can I see an image of the psd file instead of the Photoshop icon?

    In Windows 8, how can I see an image of the psd file instead of the Photoshop icon?

    There are a number of third party solutions for this.  I just use Bridge, so can't recommend one in particular.

  • How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    How can I get an image from the screen? Like screen printer in PC to pasting after in word or other program.

    If you do Cmd+Shift+3 you'll get a full screen image saved to your desktop as a jpg file.
    Also, you can use Cmd+Shift+4 and you'll get a cursor which you click+drag to draw a box. When you release the drag the boxed in area will be saved to the Desktop as a jpg file.

  • How can we place an image in already created inline graphic frame?

    Hi,
    AIM::
    To place an image in the inline graphic frame.
    OBSERVATION::
    As i have analysed the snippet Runner,i came to know that it allows to load the placegun with the file(in my case image). but in order to place it,we need to click on the document..and then the image is placed at (0,0) of the page(I suppose Indesign does it automatically).
    what is needed,is to place image in already created inline graphic frame. i have created a inline graphic frame at some position in the story,but now i required to place image in this created frame.

    I have the same problem. Can you give me a short code sample for that.
    I have an image and want to place it in the currently selected frame...

  • How do I place an image over the header?

    I am new to web design and new to Dreamweaver CS4.  I have used 2 column template with header and footer.  I have got a header title (an image) but I want to place an image to the left of it in the top left corner of the web page.  I want the header region to be the height of the title as I want the image to have a greater height than the header area.  When I insert the image it goes into the header region and the header automatically increases its height to fit the image.  How can I overlay the image on the header rather than inserting it in the header?  Any help would be appreciated.

    Designing web pages is nothing like designing for print.   To achieve what you want , you'll either need to create a special header image in Photoshop or Fireworks that contains white space and/or slices from surrounding images.  Insert this new image into your header region.
    Or, you could simply place image in the background using CSS.  Then align your message text using CSS floats and margins.  See demo below for an example.
    http://alt-web.com/TEMPLATES/I-page-with-floats.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Can I place an image in the Note section of Contact book . I use a MacBook Pro with Yosemite 10.10 . I am NOT talking about using an image to identify the contact, just an image that contains some information relevant to the contact. I have tr

    I want to place an image in the Note section of my Contact book . I use a MacBook Pro with Yosemite 10.10 . I am NOT talking about using an image to identify the contact, just an image that contains some information relevant to the contact. I have tried copying and pasting, dragging and dropping.

    From reading Vista forums support for SSD is one of the things Vista SP2 and Windows 7 hope (need) to improve upon. I was in a similar discussion once befoe on SSDs:
    http://discussions.apple.com/thread.jspa?messageID=8482110
    http://news.cnet.com/8301-13924_3-10026010-64.html
    http://www.intel.com/design/flash/nand/mainstream/index.htm
    http://www.google.com/search?hl=en&rls=com.microsoft%3Aen-US&q=IntelSSDVista
    I don't think it is EFI issue, but with XP and drivers, lack, and wonder if you can try with Vista?
    http://arstechnica.com/news.ars/post/20080908-intel-tosses-hat-into-ssd-ring-wit h-80gb-launch.html
    That won't solve performance issues, but should work.
    http://www.reghardware.co.uk/2008/07/22/sandiskssd_vistabeef/
    "My guess is that [Samsung and Microsoft] are maybe working on the OS recognizing an SSD with a 4K-byte sector size instead of a hard disk drive with a 512-byte sector size," Wong said.
    Sun is already working with Samsung to bulk up SSD support on the ZFS (Zettabyte File System), which is included in the Solaris OS, and will also be supported in Apple's upcoming Mac OS X 10.6, codenamed Snow Leopard. Sun is adding capabilities to boost the durability and performance of SSDs on ZFS-based operating systems. For example, Sun may add defragmentation capabilities for SSDs, which organizes data in a particular order to enable quicker data access.
    SSDs were not considered ideal for defragmentation because of limited read-and-write capabilities, Wong said. However, Samsung and Sun in July jointly announced an 8G-byte SSD that bumped up durability from 100,000 read-and-write cycles to 500,000. That brings defragmentation in SSDs closer to reality, which could improve its caching and provide quicker access to data. Sun plans to put SSDs into storage products later this year.
    http://www.itworld.com/operating-systems/54115/samsung-microsoft-talks-speed-ssd s-vista

  • How can we store an image in the file the image is int he form of bytes

    hi
    How can we write an image to a file and save it to hardisk the i mage is in the form of bytes please if any body knows please send the code for it
    Thanks for u reply

    can u send the code for me
    my image is in the form of bytes its size is=78K;
    now i want to store image in database using BLOB type i blob datatype size is25k;
    how i should store
    Help me if know anything about this
    Thanks In Advance

  • How can I Create a white hot spot.

    How can I create a white hotspot in an image, i.e. A bright spot with feathered edges for a figure to walk out of, a bit like a sun?

    Create new layer, make an eliptical selection, and fill with the colour of choice.  A muted yellow perhaps.
    Use a high value Gausian blur to soften and feather the layer.  High values of blur will make the flare very thin, so if too thin, duplicate the layer.
    Use Free Transfor to size and shape the flare.
    or
    Select the figure, and copy to a new layer.
    Double click the new layer to open Layer Styles, and use Outer Glow, and some inner glow.  This is by far the better option as you can control the inner and outer glow independantly.
    or
    Open a new document with a square aspect ratio.  Make it at least as big as the other image.
    make a new layer, and make foreground colour yellow, and BG colour white
    Go Filter > Render Fibers.  Use full strength, and a lowish variance.  You are looking for strong, closely spaced vertical streaks.
    Now go Filter > Distort > Polar coordinates.  Make sure Rectangular to Polar is checked and OK it.
    Duplicate the layer to your other image document, and place behind the layer with your figure on it.
    You can play with the flare layer with curves, or maybe add a wee bit of blur and then harden with curves or levels
    If you want the flare layer to overlap the figure a bit, Ctrl (Cmd) click the figure layer to load it as a selection, and add a layer mask to the flare layer.  Move the flare layer above the figure layer.  Now feather the layer mask, using the Mask Properties panel, or use Mask Edge options in the Mask properties panel to expand, or contract the mask.
    Good luck, and let us see the end result.

  • How can I use my iPhone'hot spot to send email from my computer ?

    Hi,
    My land line is dead ... so no phone nor internet at home.  But I can use my iPhone'hot spot to get on the web from my iMac.  Great ... it works ! 
    Oups !   I cannot send email from my computer using my iPhone's hot spot with Mail.
    How do I do that ?
    Regards.
    Robert Lespérance

    Hi iCare,
    Thanks for helping ...   All that configuration is already done.  I am able to surf the web from my computer using my iPhone's hotspot.
    When I want to send an email from my computer, I get a message asking me to select the the SMTP server.  Then I select my usual ISP server, but the message comes back telling me it does not work.
    Is there any other configuration to do ?

  • How can I set up a hot spot on my new iPad.  I can't call 611 as suggested.

    I would like to set up a hot spot with my new iPad but can't figure out how to do that.  I cannot log on to the suggested web site and, of course, I can't dial 611 from my iPad.

    Good pointer.  It lead me to a phonenumber to call and a real person who said she could help set up my personal hot spot.   After that things too a turn for the worse.  She could not set up the hot spot without cancelling my grandfathered  unlimited data plan.  She said I had to cancel that and buy a $50/mo 5Gig plan.  I told her that is not what the AT&T wireless iPad support web site said.  She wouldn't budge and I wouldn't cave in and accept a new plan - so - I did not get a hot spot, but I get to keep my unlimited $30/mo data plan.
    End of discussion for now.  I'm going to try to find a basis for an appeal.  Wish me luck.  If I succeed, I'll post here.  If not, thanks to the members of this support community for your assistance.

  • How can I place an image behind my header?

      I am using a template for pages and I have been selecting their different styles of pages.  They all have a image behind the header as a background...except one page.  I would like to add it, but the image will only go in front of the header.  I need to be able to see the header! :-) Anyone know how to solve this?  Thanks!

    I see the problem.
    It works on the other pages because the things behind are Background Objects, but I see no way of making the foreground objects (as on the Mailer page) background objects. Background Objects are not supposed to exist in Layout mode templates.
    I can see nothing in either the Wrap Inspector nor in the Format > Advanced options that distinguishes the two.
    As far as I can tell Apple has done something in their coding but put no User Interface on it.
    The only way around this that I can discover is to modify one of the pages where the objects are already Background Objects, to reconstruct the Mailer page by making them Media Placeholders then dragging a new image in place of the existing. Then it stays a Background Object.
    Peter

  • How can I place an image in an Report without it getting pixelated

    Hello,
    I am creating a report from my program using NIReport. In my report, I have graphs and images that are being placed in the report. My current method is using a bitmap to take a screenshot of the current view of a control, then using that bitmap to create a JPEG file and appending that file to the report. However, the graphs and images are very fuzzy and pixelated. Is there another way of adding a graph or image to the report?

    The nirconvertsample.cws example seems to have images in the table for NIReport. You can dig through that example code to see how they do it.
    Mark P.
    Applications Engineer
    National Instruments
    www.ni.com/support

Maybe you are looking for

  • Can't Open PDF Plug-in Installer for Firefox on Macintosh

    When I first clicked on the dmg, it asked me to choose an application to open it. Most applications were grayed out but Adobe Reader was not, so I chose that, but then I got the message: "There was an error opening this document. This file cannot be

  • How to populate the RFC .Exception Message Type?

    Hi All, I am invoking an RFC synchronously from PI. I am using the RFC.Exception message type to capture the exception raised from the RFC. In the RFC, I have created a Non-class based exceptino anf raising it using the "Raise" command. But it is onl

  • Importing photo album from older library into new library

    Hi,  I have thousands of pictures and my iPhoto app is starting to stall and freeze.  I'd like to reduce the size of the library by creating a new one ( which I've done) and then moving my picture albums from the older library into the new library. 

  • Importing pdf into RoboHelp HTML 8.

    I get an "unsupported or corrupted file" error when trying to import a pdf as a topic into RoboHelp HTML 8. The file opens fine in Acrobat.

  • How to use an old backup file to restore iPhone 4s?

    Hello everyone and thank you in advance for any help that I may recieve. I synced and backed my iPhone 4s via iTunes and then accidently restored it.  I tried using the most recent backup to get everything back how it was right before the accidental