How do I make a drop shadow in PSE 12

I am trying to make a digital scrap book page/layout and want to shadow the layers, how do I do that?

Moved from Photoshop forum to Photoshop Elements forum

Similar Messages

  • How do I include a drop shadow effect when I import an Illustrator vector into Edge Animate?

    How do I include a drop shadow effect when I import an Illustrator vector into Edge Animate? It should be noted that I also have another effect (an extrude & bevel) applied which does copy over when I paste (or create an SVG and import) into Edge Animate. Any thoughts on why the drop shadow disappears but the extrude & bevel carries over?

    Which version of Illustrator are you using?
    In earlier versions of Illustrator it is not that easy to apply drop shadows with spot colours.
    Another reason why it's always important to tell which version of AI … well …

  • How do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    how do I make a drop down list of text in numbers as it is made in the example spreadsheet for comparing cars for buying where you can choose a value from a dropdown list for each car?

    Where is this example spreadsheet? Without seeing it I can only guess at what you are asking.
    To make a drop-down list (a pop-up menu in Numbers-speak), format the cell as a pop-up then edit and add to the list of items.
    If the example spreadsheet is pulling in a dollar value based on what car you chose in the pop-up, it is probably using LOOKUP or one of the other lookup functions, getting the information from another table (a lookup table). If, instead, these dollar values are what you are choosing in the pop-up, then you need to create a pop-up with these values in it.
    The Help menu includes a link to a page where you can download the Numbers Users Manual. It also has a link to the Formulas and Functions guide. Both are useful to new users.

  • How do I add a drop shadow to the page in Muse?

    How can I apply a drop shadow to the page template in Muse? If I place a rectangle it will not change shape according to the page size. Is this a feature?

    Hello,
    You're most possibly referring to "Favicons", and they can be added in a Muse site from the "File -> Site Properties -> Layout" section. Check this screenshot: http://jingsite.businesscatalyst.com/jing/2013-09-05_2332.png
    Hope this helps.
    Cheers
    Parikshit

  • How to achieve this specific drop shadow effect?

    Dear all,
    Does anybody know how to achieve this specific drop shadow effect in InDesign: a step by step instruction, a plugin, etc?
    Regards,
    Kasyan

    Kasyan,
    I generally just use the basic feather. I draw the object with a few clicks of the pen, fill with whatever color, set the tint if desired, then use settings more or less as below.
    Mike

  • How do I create a drop shadow that is tight to the letters in Illustrator?

    How do I create a drop shadow on some letters that is tight to the letters but still has a nice soft blur (like PS does) in Illustrartor?

    Guess what? I fixed it. All is well. And I SINCERELY appreciate all your help. You have restored my faith in Adobe products! I could not get any help from their tech support in India. They are clueless about everything and take up an inordinate amount of time wanting to come inside your computer each time to answer the simplest questions. I have been using PS and Illustrator since 1988 and Tech Support for Adobe used to cost $500.a  year and it was well worth every penny. I would pay it and the techs were fantastic. Those people in India are ridiculous. I was considering buying my software outright. Seriously. So thank you very much!

  • How do I remove the drop shadow from the value labes on my bar chart in Pages?

    How do I remove the drop shadow from the value labes on my bar chart in Pages?

    As far as I know, you must use brute force in the index.xml file describing the document.
    Search the descriptor of your values labels
    It starts with : <sf:SFCBarSeriesValueParagraphStyleProperty>
    and delete the three items describing the shadow.
    I highlighted it with red.
    Yvan KOENIG (VALLAURIS, France) vendredi 8 juillet 2011 19:08:31 iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • When I create a new polygon with applescript in in design cs4, I want to make a drop shadow

    when I create a new polygon with applescript in in design cs4, I want to make a drop shadow
    Is it possible?
    I am working with MAC OS 10.6.7 and CS4
    Can somebody help me?

    Adding a drop shadow should work fine regardless of shape… As Im a big fan of using styles everywhere I can…
    tell application "Adobe InDesign CS5"
    activate
    tell the active document
    set GotNoStyle to make new object style
    set properties of drop shadow settings of fill transparency settings of GotNoStyle to ¬
    {mode:drop, distance:3, angle:135, spread:0, blend mode:multiply, opacity:50, honor other effects:true, x offset:3, y offset:3, knocked out:true, use global light:false}
    set SomeFill to the last swatch
    tell the first page
    make new rectangle with properties ¬
    {fill color:SomeFill, geometric bounds:{10, 10, 30, 30}}
    apply object style (the result) using GotNoStyle without clearing overrides
    make new oval with properties ¬
    {fill color:SomeFill, geometric bounds:{10, 40, 30, 70}}
    apply object style (the result) using GotNoStyle without clearing overrides
    end tell
    end tell
    end tell
    You can then edit the object style to make global changes… Sorry my values were for my euro metric head…

  • Drop Shadow in PSE 8 or PSE 9

    Is there a way to run a drop shadow in these programs like in the full version of PS, such as by setting shadows, light direction, etc?  Thanks!

    That helps, Barabara, although I was thinking more along the lines of the edge of the image, so it looks like the image has some dimension, like the before and after pic on this page:  http://www.dropshadow.net/  Thanks!
    Date: Tue, 8 Mar 2011 14:31:33 -0700
    From: [email protected]
    To: [email protected]
    Subject: Drop Shadow in PSE 8 or PSE 9
    I'm not sure exactly what you mean, but if you want to put a shadow on just an object in your photo, for instance, select it with the selection tools of your choice, then Layer>New>Layer via copy and you can apply a shadow to just the object on the new layer.
    >

  • How can I make a mirror reflection in PSE 11

    How can I make a mirror reflection in PSE 11?

    Also, depending on exactly what you want, there's a Reflection edit in Guided Edit>Photo Play:

  • New to Pshop, trying to make gradient drop shadow for webpage

    I am a newbie, just got Pshop and watching every tutorial I can find but can't seem to figure out how to make this graphic.  This is a background image for one of my websites (where I did not create the graphic).  Can anyone point me to a good tutorial or walk me through how to create this for a new site I am working on?  Thanks, Gary

    or... you could use CSS3 drop shadows on the containing element and skip the need for background images all together.
    otherwise I would defer to the list just provided... there seems to be some good tuts in there on how to do what you are looking for...
    the hickup you will run into is fading the shadow out at the bottom... this will require seperating the fx layer out and masking it off...
    or just masking the layer itself since the your background is the same color as the element.

  • How do you make a drop-down TOC in Acrobat?

    I'm trying to make a drop-down TOC like in this Scripps Benefits Guide pdf. Does anyone know how to make this?
    http://www.myscrippshealthplan.com/downloads/Scripps%202012%20e-Catalog%20FINAL.pdf

    It uses the app.popUpMenu or app.popUpMenuEx method to create a pop up menu:
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.161.html
    http://livedocs.adobe.com/acrobat_sdk/9.1/Acrobat9_1_HTMLHelp/JS_API_AcroJS.88.162.html

  • How do I create a drop shadow for fcp x

    Does anyone know how to create a drop shadow for use in FCP X.  I've tried put can't seem to get this process completed.  Yes I'm new to Motion!

    Simon Ubsdell has created one in Motion for FCP X.
    Download his to see how he did it.
    http://forums.creativecow.net/thread/344/2584

  • How do you create a drop shadow on FONT?

    I see how you create drop shadows on images but it does not seem to work for me when I want to create a drop shadow on my font.  Is there a way to do this using MUSE?  I don't want to have to use Fireworks to create an image of my font with a drop shadow.
    Thanks.

    Hello,
    Check this related post where it's explained how you can apply effects to text: http://forums.adobe.com/message/4423872#4423872
    Hope this helps.
    Cheers
    Parikshit

  • How to eliminate a gradient drop shadow from a film border file

    I have a Hasselblad-style square film border file that I got in an after-market PS action.  It looks pretty convincing, except that it has a gradient extending a little ways into the frame that makes it look like a frame sitting above the image with a drop shadow.  There are two layers in the file, so I think there may be a wat to get rid of the unwanted gradient.  But I can't seem to figure out what it might be.
    I sure with I could post the file here, but whatever I try to do to make files permissable to post on this forum never seems to work.  The original PSD is only 2.6 MB.  I tried sizing it down to 450p x 450p to no avail.  The error message said "this type of content is not allowed."  It is only an empty black film border.
    Anyway, if someone is willing to look at the file offline, please let me know.  I am not a graphics person, just a photographer.  I would love to get rid of the gradient on this file.  Thanks in advance.
    Alternatively, if anyone knows a source for clean, realistic black film borders in digital file format, please let me know.

    Maybe just posting a screenshot showing the border and layers panel will suffice.
    Use the png or jpeg format for the screenshot.

Maybe you are looking for

  • How can i get my ipad 2 to connect to my iomega network drive

    I am having difficulty connecting my ipad 2 to my iomega home media network drive using iomega link. it will not auto discover. please help. frustrated in oregon :-(

  • Nfs client ls /data/rw10 nfs client on mount: Permission denied

    We are running an 800 cpu amd solaris 10 x64 cluster for HPC and an 512 cpu ultrasparc cluster solaris 10 for high throughput. Until now the nfs servers played ball and I did not experience real difficulties. I am running two Solaris 10 x64 servers s

  • MAM 3.0 Signature

    Hi, where could i find some doc on how to implement the signature with mam 3.0 Thank you

  • Wrong Name Associated With iPhone

    Hey guys, I just recently used the new Maps app on my iPhone 4S (iOS 7) to text somebody my location when I noticed the name that came up on the link/picture is wrong. My name is Ryan and my last name begins with an S, and since I also have a friend

  • DeviceLink in PS CS4

    Why this option for convert is unavailable?