Follow Up Question about shadow Images

Hello!
A couple weeks ago I asked about drop shadows set with images
and I was
given some helpful
advice. Something came up and I wasn't able to get back to
putting the
information into application until a couple days ago. Forgive
my ignorance
but another question has surfaced. Many here advocate that a
serious web
page maker learn the ins and outs of HTML and CSS. I have
been making
significant headway in both. Some unanswered questions
persist and while I
can ferit it out
through more reading and experiementing, it seems best, for
expedience sake
to ask
the question that is effecting my immediate situation. I have
three images - top, center (this one repeats), and bottom -
that I am trying
to place as a background. Here is the CSS that I
have written for the accasion, based on the advice given here
on this forum.
The problem I am having is applying the div tags in the
correct manner that
will give me the results I am looking for. Here is how the
code renders
through IE 7:
http://www.ors-llc.com/AboutORS/experiment.html.
As you see
the images are not one continuous background image. Obviously
I have
something wrong here; can anyone advise?
Thank you in advance.
#middlediv {
background-repeat: repeat-y;
background-position:center;
background-image:
url(../Sitewide%20CSS,%20Images,%20etc/Images/Background%20Images%20for%20Text%20Area/mai nrepeat.gif);
#bottomdiv {
background-repeat: no-repeat;
background-image:
url(../Sitewide%20CSS,%20Images,%20etc/Images/Background%20Images%20for%20Text%20Area/mai nbottom.gif);
background-position: center bottom;
#topdiv {
background-repeat: no-repeat;
background-image:
url(../Sitewide%20CSS,%20Images,%20etc/Images/Background%20Images%20for%20Text%20Area/mai ntop.gif);
background-position: center top;
<div id="centercol">
<div class="topdiv"></div>
<div class="middlediv"></div>
<div class="bottomdiv"></div>
</div>

Good luck!
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"Webdesigner" <[email protected]> wrote in message
news:[email protected]...
> Thank you! That worked very nicely. Thank you for the
other tips as well.
> Very helpful and appreciated.
>
> Best Regards
> Webdesigner
>
> "Murray *ACE*" <[email protected]>
wrote in message
> news:[email protected]...
>> Most importantly, stop using file/pathnames that
contain spaces. This
>> will bite you when you least expect it.
>>
>> Then control the top/bottom margins on the <p>
tags in those divs. The
>> gap you are seeing is due to the top/bottom margin
here -
>>
>> <div id="middlediv">
>> <p>sdftgsdfg</p>
>> </div>
>>
>> There's no need to declare position:static, as it's
the default -
>>
>> position:static;
>>
>> And, such elements do not have a z-index, top, or
left property, so you
>> don't need to declare them, either.
>>
>> --
>> Murray --- ICQ 71997575
>> Adobe Community Expert
>> (If you *MUST* email me, don't LAUGH when you do
so!)
>> ==================
>>
http://www.dreamweavermx-templates.com
- Template Triage!
>>
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
>>
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
>>
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
>> ==================
>>
>>
>> "Webdesigner" <[email protected]> wrote in
message
>> news:[email protected]...
>>> Hello!
>>>
>>> A couple weeks ago I asked about drop shadows
set with images and I was
>>> given some helpful
>>> advice. Something came up and I wasn't able to
get back to putting the
>>> information into application until a couple days
ago. Forgive my
>>> ignorance
>>> but another question has surfaced. Many here
advocate that a serious web
>>> page maker learn the ins and outs of HTML and
CSS. I have been making
>>> significant headway in both. Some unanswered
questions persist and while
>>> I can ferit it out
>>> through more reading and experiementing, it
seems best, for expedience
>>> sake to ask
>>> the question that is effecting my immediate
situation. I have
>>> three images - top, center (this one repeats),
and bottom - that I am
>>> trying
>>> to place as a background. Here is the CSS that I
>>> have written for the accasion, based on the
advice given here on this
>>> forum.
>>> The problem I am having is applying the div tags
in the correct manner
>>> that
>>> will give me the results I am looking for. Here
is how the code renders
>>> through IE 7:
http://www.ors-llc.com/AboutORS/experiment.html.
As you
>>> see the images are not one continuous background
image. Obviously I have
>>> something wrong here; can anyone advise?
>>>
>>> Thank you in advance.
>>>
>>> #middlediv {
>>> background-repeat: repeat-y;
>>> background-position:center;
>>> background-image:
>>>
url(../Sitewide%20CSS,%20Images,%20etc/Images/Background%20Images%20for%20Text%20Area/mai nrepeat.gif);
>>> }
>>> #bottomdiv {
>>> background-repeat: no-repeat;
>>> background-image:
>>>
url(../Sitewide%20CSS,%20Images,%20etc/Images/Background%20Images%20for%20Text%20Area/mai nbottom.gif);
>>> background-position: center bottom;
>>> }
>>> #topdiv {
>>> background-repeat: no-repeat;
>>> background-image:
>>>
url(../Sitewide%20CSS,%20Images,%20etc/Images/Background%20Images%20for%20Text%20Area/mai ntop.gif);
>>> background-position: center top;
>>> }
>>>
>>> <div id="centercol">
>>> <div class="topdiv"></div>
>>> <div class="middlediv"></div>
>>> <div class="bottomdiv"></div>
>>> </div>
>>>
>>>
>>>
>>
>>
>
>

Similar Messages

  • Follow up question about image not looking good in canvas-Shane?

    I guess this is a follow up question for Shane....
    You wrote this in response to someone a year ago which helped me out.
    Shane's Stock Answer #49 - Why is the quality different between what I see in the Viewer and what I see in the Canvas?
    Well... the viewer is just that-- a viewer. It will display anything that fcp will recognize as usable video or graphics. The canvas is a viewer too, but at the pixel dimension specified by the settings of your project and sequence.
    For example, if your graphic or footage is much higher resolution than your 720x480 DV sequence, FCP is interpolating down your file to fit the settings of the sequence. Usually this makes it look not so hot. DV is a 5:1 compression working with a 4:1:1 color depth. Your pristine picture images and graphics are being crushed.
    Same with picture files. HIgh res pics now adopt the sequence settings and will render to those specs, and most likely they are not as high quality.
    So, based on your answer, I made an HDV sequence, dropped my DVCPro50-NTSC footage and my tiffs into the sequence and now the stills look great. Is this an okay workaround or do you have another suggestion? I'm worried about this HD sequence taking too long to make a compressed QT from in the end.
    Thanks!

    Photo JPEG is a good option.  But this all depends on what your final output will be.  If you are going to make a DVD, then that is SD, so using an HD sequence setting makes no sense.  Photo JPEG is good, but not realtime in FCP.  DV50 or ProRes NTSC are good options.
    Unless you are making an HD master...in which case ProRes 422 for HD is good

  • Noob question about HDR images

    hi everybody! i am reading this book about photoshop hoping to understand a lot more than i already know about pixels and colors and image dinamics and such..i got to the chapter about HDR images and here's what i dont get. as i understand, given a HDR image it has 32 bit depth meaning its file contains much more information about contrast and brightness than any existing monitor can output, so when u open it in photoshop u will never see its true quality. my question is( and i admit it may seem pointless to some, but i am committed to understand the cause and purpose), when converting it to 8 or 16 bit depth this window pops up asking me to tweak gamma, exposure, shadows and highlights, etc., but why is this linked to the conversion process? why not simply convert it, maintain the same appearance as before and then if needed manually adjust using all the image controls from the photoshop menus? i have CS6, if that matters.

    I don't know if this will help, but I've heard about HDR monitors (still very expensive), which supposedly very accurately display the HDR values. If you hang one on the wall in your house, people might think it's a window, since it is literally a source of light, in the same way a window to the outside world is.
    Possibly the most surprising use of HDR imagery is in 3D apps where global illumination models are used. HDR imagery literally is the only source of light for these images. There are no lights in the scene, only HDR imagery. This is because of the great dynamic range of HDR.
    A more practical (to me) use of HDR is when resurrecting antique images. If you scan multiple exposures from old prints, then create HDR, sculpting values in 16-bit becomes a very powerful tool, only due to the HDR value range.
    Photoshop, although it can edit very well in 16-bit, can only show 8-bit representations of HDR imagery, since almost all monitors are 8-bits per channel. Because of the monitors, we can only see a small part of what is actually present in the HDR file.
    I've never done it, but I imagine that if we all had HDR monitors, we'd need to wear protective glasses (like you wear driving in your car when the sun is out) most of the time to do our work.  :+)

  • Less dumb follow-up question about super/sub classes in WDJ?

    This is a follow-up question to the question which Maksim answered in this thread:
    Dumb question about super/sub classes in WDJ
    Question:
    Is there any kind of weird C++-like statement that you can put at the top of a WDJ module to force the module to interpret any reference to superclass A as a reference to some specific subclass B of A ???

    David,
    1. Java has no preprocessor, so C++ tricks are not available. Also I would not recommend such tricks even in C++ if you don't want to turn your colleagues working with same code into personal enemies.
    2. The phrase "easier to create a WDJ custom class loader " makes me smile. First, it's not that simple to interfere WDJ class loading scheme. Plus custom class loaders is not trivial Java topic per se.
    3. The problem "replace all A-s with B-s" is typically solved using one or another GoF creation patterns, like <a href="http://en.wikipedia.org/wiki/Abstract_factory_pattern">Abstract Factory</a> or <a href="http://en.wikipedia.org/wiki/Factory_method_pattern">Factory Method</a>. You may use them with custom class loader, if you really want to
    By the way, all UI controls in WD are created using Abstract Factory (role played by view). So you may use this as good example.
    Valery Silaev
    SaM Solutions
    http://www.sam-solutions.net

  • Follow-up question about forms and SharePoint Online

    I asked a question about life after InfoPath earlier, and got a good answer:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fb23b3d9-8a09-4267-aab5-09929f6a3082/life-after-infopath-seeking-advice
    After looking at all of the limitations of SharePoint Online, I'm wondering how developers are dealing with the limitations. Lets say you are asked to develop something that has complex logic, including fetching data from external web services, dynamically
    displaying parts of a process to people depending on role, and ending up with a printable document. In our on-premises environment, InfoPath is well suited to this task, with some code behind for some things. Or, if not using InfoPath, we would use application
    pages and workflow.
    Neither of those are available in SharePoint Online, so what would you do?

    Some things, such as the conditional display of content, can be done via JavaScript. More advanced items, such as integrating external web services would likely require a SharePoint "app". A SharePoint app is essentially a link to a separate site
    that is running an asp.net web app (or PHP, or whatever). This asp.net site can do anything it needs with any web services, or conditional formatting, or anything. Because it's registered as a SharePoint app, it can also call back into the SharePoint site
    and work with data. So, a SharePoint App could present the user with a robust form that simply sends the data back to a SharePoint list. The SharePoint app can also be surfaced on the SharePoint site itself in an iframe, so the user won't know that the form
    is hosted by another server.
    By the way, the ideas behind the app model permeate the entire SharePoint environment: instead of having the SharePoint server itself run all kinds of custom business logic, that workload is handled by other servers, so the SharePoint servers can be focused
    on running the core bits of SharePoint. InfoPath puts a large load on the servers, so it's out.  XSLT list views also put a load on the server, so they're also out. SSRS is an amazingly fantastic tool, but is not supported in the cloud (and there's no
    alternative). Timer jobs, event handlers, workflow, and many other things have been re-architected to take the load off the SharePoint servers.
    Mike G.

  • Follow up question about interpreting smart data test on 160GB classic

    I posted this question regarding the problem I am having with my 160GB ipod classic:
    http://discussions.apple.com/thread.jspa?threadID=2153948&tstart=0
    It appears noone is able to help me, so I have found some more information:
    In short, itunes will not write to my 160GB ipod once it reaches about 35GB / 160. Windows will write to it, but only at 500KB/sec rather than the usual 19+Mb/sec. It just crawls once it hits that point. After following some advice online I came up with the following results using the HD tests in diagnostic mode.
    smart data test:
    retracts: 138
    rallocs: 563
    pending sector: 55
    poweron hours: 1016
    starts/stops: 267
    temp: current 26C
    temp: min 19C
    temp: max 53C
    and for the HDD spec test:
    sno: (not sure if i should post a serial number?)
    FW Revision: NB100-05
    LBAs: 0x12a19eb0
    These are the only tests that show up under the I/O HardDrive section. Should there be more? It seems like there might be from what I read, but I am not sure.
    Anyway, any help interpreting these results would be greatly appreciated.

    adame wrote:
    rallocs: 563
    pending sector: 55
    etc.
    Your drive is probably toast. Compare your SmartData stats with mine:
    Retracts: 844
    *Reallocs: 12*
    *Pending Sectors: 0*
    PowerOn Hours: 2037
    Starts/Stops: 830
    Temp: Current 29c
    Temp: Min 10c
    Temp: Max 50C
    I've only 12 remapped sectors and none pending. From the Wikipedia S.M.A.R.T. article:
    *Reallocated Sectors Count*
    Count of reallocated sectors. When the hard drive finds a read/write/verification error, it marks this sector as "reallocated" and transfers data to a special reserved area (spare area). This process is also known as remapping, and "reallocated" sectors are called remaps. This is why, on modern hard disks, "bad blocks" cannot be found while testing the surface – all bad blocks are hidden in reallocated sectors. However, as the number of reallocated sectors increases, the read/write speed tends to decrease. The raw value normally represents a count of the number of bad sectors that have been found and remapped. Thus, the higher the attribute value, the more sectors the drive has had to reallocate.
    *Pending sector count*
    Number of "unstable" sectors (waiting to be remapped, because of read errors). If an unstable sector is subsequently written or read successfully, this value is decreased and the sector is not remapped. Read errors on a sector will not remap the sector (since it might be readable later); instead, the drive firmware remembers that the sector needs to be remapped, and remaps it the next time it's written.
    I'm sure you'll find the counts go up if you try to do a surface scanning disk check. Sorry it's not better news but at least you know where the problem lies. Assuming your iPod is out of warranty it's probably time to get your iPod refurbished with a new drive or to buy a new iPod.
    tt2

  • Question about brightening images and automating layers

    I've been using Photoshop CS5 for a while now but there are still a few things I'm wondering about.
    The first is about brightening an image without adding or reducing too much contrast at the same time.  If I increase the Brightness slider in the Brightness/Contrast window it often adds too much unwanted contrast and will wash out parts of the image or cause too much saturation.  Same thing when using Curves to brighten the image.  On the other hand I've found that using Levels to brighten the image reduces too much contrast and desaturates the image too much...and then when I add more contrast in afterward, parts of the image will become washed out again.  So far the best solution I've found has been to brighten the images with Shadows/Highlights, but this will often pose its own set of problems by creating or eliminating shadows in a way that doesn't flatter the image.  It can also add too much contrast in some cases.  Is there any other way around this that I'm missing?  Or is this all to be expected when brightening images?  The only other workaround I've found has been to add in separate un-affected layers for the areas of the picture that become too washed out when the brightness is increased but then there's always a problem of getting those parts of the picture to match up with the rest afterward.
    The second is about having layers for each change applied to an image.  Is there any way to have each change that is applied to an image automatically also be made into its own separate layer?  For example, if I sharpen a part of the image that would automatically become layer 2, then if I adjusted the saturation that would automatically become layer 3 and so on.  I know the History Panel does something very similar to this, and that's the type of thing I'm looking for, but I'd like each of those changes being made into a layer instead of just a recorded history state.  This way, for example, I could individually adjust each change with the opacity slider and compare the image with and without some of the changes by clicking the eye icon next to each layer.  I know new layers can be created manually but I'm looking for some way to automate it.
    Thanks for the help.

    The second is about having layers for each change applied to an image.  Is there any way to have each change that is applied to an image automatically also be made into its own separate layer?  For example, if I sharpen a part of the image that would automatically become layer 2, then if I adjusted the saturation that would automatically become layer 3 and so on.  I know the History Panel does something very similar to this, and that's the type of thing I'm looking for, but I'd like each of those changes being made into a layer instead of just a recorded history state.  This way, for example, I could individually adjust each change with the opacity slider and compare the image with and without some of the changes by clicking the eye icon next to each layer.  I know new layers can be created manually but I'm looking for some way to automate it.
    You seem to have no firm grasp yet on the concept of non-destructive image editing using Photoshop’s existing options, specifically Adjustment Layers, Smart Objects/Smart Filters and Layer Masks.
    The Layers structure is a much more valuable tool than the History in my opinion.
    Instead of applying an Adjustment or Filter destructively you might want to try applying it as an Adjustment Layer or a Smart Filter (either with its own Mask or on a copy of the Smart Object with a Layer Mask, because all Smart Filters applied to one instance of a Smart Object must share one Mask).
    Those Layers can subsequently be changed with regard to Opacity, Blend Mode etc. or the Adjustment and Filter settings themselves.

  • Question about an image in a text frame

    hi, everybody,<br />   i want to get the UIDRef to an image in a text frame and i used the codes below: <br /><br />UIDRef imageUIDRef = UIDRef(database, ownedList[i].fUID);;<br />                                                  InterfacePtr<IImageDataAccess> imageAccess(imageUIDRef, IID_IIMAGEDATAACCESS);<br /><br />(ownedList[i] is the list which contains the inline boss i want to get)<br /><br />here i always get an imageAccess  == nil, i think it is caused by the invalid imageUIDRef.<br /><br />can someone tell me how to resolve this??? or tell me another way to get the UIDRef to the image.<br /><br />Thanks a lot!!

    Oliver and Quake,
    during initial development, you frequently reach a method that just returns a UID, UIDList etc. That approach with IUnknown and debugclassutil is a way to determine the boss class of such a UID in clear text, for your further research.
    You would then go to the documentation (programming guide, API docs, samples) and find out about the typical use of this boss class. This mainly means you find the list of interfaces supported by the boss class.
    Open docs/references/sdkdocs/html/classIImageAttributes.html
    See at the bottom that this interface is on kImageItem and some strange others, but not on kInlineBoss.
    Open docs/references/sdkdocs/html/classkInlineBoss.html
    See it has an interface IHierarchy.
    If you do not find your desired interface on a boss class, that means you have to navigate to a different boss object.
    IHierarchy is an important interface for navigation in the page, because it implements the page item tree. So when the programming guide tells you to use IHierarchy to find an image from the inline boss, follow that path. On the other hand, it is just one interface of many, so you can't do that generalization that it fits all purposes. Even on the page tree you can encounter inlines, text on path that form a separate page item tree. To know the best path is called experience.
    In the release code you should not wire to specific ::GetClass values (as seen somewhere in this thread). Instead, you have an expectation of interfaces, and if an object supports them it is ok. Let's say I implement a new page item boss to support strange text flow or different image types. That page item will still have bounds. If you need bounds, find the appropriate interface and just use it. The same goes for attributes - if you deal with attributes in general and encounter a new attribute that supports the standard interfaces, just let it through.
    Oliver, I don't even know the boss class returned by IIDXMLElement->GetContentItem() for your specific purposes, but I would take the same approach. I use a plugin grown in the past 5 years that visits most interfaces and hooks into all notifications I ever encountered. This produces tons of output, but otherwise it is the same as with simple debugclassutil.
    An important issue is the preparation of test data. You just have to know that XML elements can point to many things in the InDesign universe, so tag a few tables, inlines, TOP, page items that use standoff and so forth, and see what you get. WYSIWYG at its best.
    Of course I could spend the whole day constructing examples, doing the analysis and copy-paste-post code. At least for me that is beyond the scope of the forum - maybe Adobe will some time replace Ken, otherwise there are the developer support cases. As I am not sponsored by paycheck, most of the time I try to keep my answers to short keywords or plain text - you will rarely see code from me. If you need that, there have been several postings on this list, and I am also available for consulting.
    Dirk

  • Question about shadows?

    I'm currently trying to figure out how to have a dynamically changing shadow. Kind of like a shadow flicker.
    This video is a perfect example http://www.youtube.com/watch?v=zG-MvUh9lHw
    In my case I want to do it to this photo.
    http://imageshack.us/photo/my-images/39/finishedparchment.jpg/
    Any help is appreciated.

    Not sure what you are trying to see there. It's just a light with animated intensity and the shadows naturally will follow it. Simply make everything a 3D layer, add a light, enable shadows. The flickering can easily be doen with a wiggle() expression or a few keyframes...
    Mylenium

  • IWeb SEO tool question about tagging images: what do others do?

    I've been reading everybody's posts and started to use iWeb SEO Tool to add meta tags to all my pages. (since google couldn't verify my site with html) The page titles, keywords, and meta tags are relatively easy to decide on, but I don't know what to do about some of the images.
    If it's a definite photo of a subject, no problem, but what about those pesky shapeimage5_link0 and shapeimage_1.jpg files?
    What do i name them ? line 1, thicker line 2, arrow? (I'm being flippant here, ... really).
    I've just been calling them 'stained glass link' or 'next arrow link' but that's pretty dull.
    In some cases (for the lines) i've titled them with the name of the webpage again, but with several lines on the page, that tag is repeated, a lot. (And i read that if you repeat the same tag too frequently, your site is banned from google, which i don't want.)
    I thought they didn't matter too much but when i did a search from one of the search engines, the description of the web page actually included shapeimage5a.png or some such thing, and i don't want that to appear in people's searches !!
    So what do other people do about these? How do you name them?
    Thanks for the suggestions
    Elizabeth

    You'll get instructions about the HTML verification file here....
    http://www.iwebformusicians.com/SearchEngines/Tools.html
    The main thing with images is TEXT. Put a text caption for each. If possible, don't use the iWeb Photos and Albums templates.
    Put a text description at the top of every page with keywords in both the title and text. The spiders will pick up on this.
    If you don't do this, at least put a fairly long title tag in. Make sure the first few words are descriptive of the page so that they are relevant to a page bookmark.
    If the search engines are picking up on stuff like "shapeimage5_link0" it means that you haven't supplied any unique and relevant text!

  • Question about taking Images from video in FCP

    I just recently upgraded from pinnacle to FCP 7 and am loving it. My question is when I try to take a still Image from video using Quick Time Conversion, the image comes out blurry or with bars around the edges of people. At first I thought It was because I was trying to capture a moving Image, but then I tried it with someone standing still and I ran into the same problem.
    I shoot with a Canon XH-A1

    Take the exported file to Photoshop and use Image Size to correct the aspect ratio of the image. Apply the Deinterlace filter in Photoshop to remove the interlacing.

  • Question about Disk Image Backup/Restoring

    Ok, so i have a weird Boot Camp error that requires reformatting of my whole drive. Now I have thought up a procedure that I think will work, let me know if this is a viable option:
    1: Hook up a 320GB External Firewire Drive
    2: Boot up using the 10.6 DVD
    3: Go into Disk Utility
    4: Make an image of the Macintosh HD and save it to the External Drive
    5: Format the Macintosh HD
    6: Restore the Macintosh HD using the Image
    If i do this, will everything be hunky dory? Nothing is wrong with this? Thanks!

    Copy the content of the external to the internal--into an appropriately named folder. Then, clone your internal to the external. I would just use DU. First, use DU to partition the external GUID--which also will format it OS X extended (journaled). You might want to make two partitions if you have room (see below). To clone, go to the restore tab; select your internal volume and drag it to the source box. Then, select your external and drag it to the destination box. Then, click restore. If you can't perform the operation without previously selecting erase distination, then select it; let DU erase again; and then click restore.
    In an hour, more or less, you'll be ready to take care of your internal drive issue. Piece of cake. When you have fixed the internal, then just clone you Sno install on the external back to the internal. If you made two partitions, then copy the original external data to the second partition and remove it from your Sno installs if you want.

  • Question about 'all images' in finder

    i was wondering why when i was looking in 'all images' in the finder, there were doubles of allllll of my images?

    Hi GM1941,
    When using Finder>All Images, the ones that you have more than one copy of are images that you do in fact have more than one of. An image stored under the same name and possibly placed in another location from its original.
    A good example would be if you downloaded all your images to a pictures folder on your desktop. From there you might copy a picture of a family member in a genealogical program and not rename it. There you have two copies.
    If you opened the picture in Photoshop or some other image manipulation software and saved it in a different file format (ex: Tiff, PNG, PICT, GIF) you are again able to save it again- even to the same file- with out renaming it.
    When you use the Finder to search for all images, remember that you are looking for ALL images on your computer, not just the ones in iPhoto.
    The files listed under today, yesterday and last week are a "search" list of documents/files you have opened during those times, not another copy. But, they are connected to the item they represent and, if you drag them to the trash they will indeed be in the trash and can be deleted from there.
    Good Luck,
    John

  • Hi, question about resize images shortest side

    Hi, I have PS ext CS6 64b on win 7 pc, I have more images files(psd), I want after finish to edit all, to automatic flatern psd files, change the size of each image to 1000px on shortest side(are landscape and portrait images), and save as jpg at 100% quality;I know how to use batch function in PS, I know to make this for folders with images with only width being shortest side or only for folders with height being the shortest side, but the problem it is that images are mixed ,even in the same folder, so , I must make a batch that open the file, ftattern the image, and run the script who will determine who it is the shortest side(width or height) then, resize to 1000px for shortest side, and save to jpg with 100% quality, and close the image.
    The script I think it is like this:
    if (width < height)
    resize width 1000
    else
    resize height 1000
    But I am not good at all on coding, so I ask here for help, how can I do it?

    apologies, I forgot to check if your settings are in pixels. Try this;
    var strtRulerUnits = app.preferences.rulerUnits;
    var strtTypeUnits = app.preferences.typeUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    app.preferences.typeUnits = TypeUnits.PIXELS;
    var docRef = activeDocument;
    var thewidth = docRef.width;
    var theheight = docRef.height;
    if (thewidth < theheight){
        docRef.resizeImage (1000, null,);
    else{
        docRef.resizeImage (null, 1000);

  • Question about safari image files in 7.1

    I am running os X 10.9.5 and safari 7.1.  After I upgraded to safari 7.1 I noticed that if I open an image file into a new tab it is centered in the page.  Previously they have been aligned left.  Is this normal?  Can I change the alignment to the left?  I do not like change.  Thanks in advance

    I had the same complaint with Safari 7.1 (MacBook Pro 2011 / OS X 10.9.5) centering images instead of left justifying.
    Yet another sacrifice of functionality for appearance.
    Be forewarned, this solution is beyond my working knowledge (meaning I don't know if it's reliable or even sane).
    I just Googled and poked around enough to fix the image justification issue.
    NOTE:  this solution causes other problems (e.g.  I found Apple's support site doesn't render correctly -- minor alignment issues), so choose based on which causes you less pain.  The mitigating factor is that you can toggle this on and off via Safari preferences...
    The actual solution is Steps 5 & 6.  Steps 1 - 4 are how I got there...
    So, I
    used the Developer menu to Show Web Inspector
    poked around the DOM Tree until I found<img style...  margin: auto ...>
    tried editing it to be...margin: 0px ...
    and the image was instantly left justified
    Googled until I found out how to override the default CSS
    created and saved a 3 line .css file (I used Terminal and vi, but I assume you can use TextEdit, too).  Create the file wherever you like and name it whatever you like -- you're just going to point Safari to it, later...~/Projects/CSS/Safari7.1.Override.css
    img {
        margin: 0px !important;
    configured Safari to use the new style sheet to override the default image marginSelect Safari / Preferences... menuSelect Advanced tabClick the Style sheet: combo box (default value is None Selected)Click Other... (to open the file chooser)
    Navigate to, and select, the .css file you created in Step 5
    Click Choose button
    Images are now left justified.
    To return to the default image justification (and allow other sites to render correctly), go back to Step 6.1.1.1 and click None Selected.
    Hopefully, Apple will fix the default or someone who knows what they're doing will offer a real solution.
    In the mean time this hack will kinda work.  :-)
    Regards,
    Al

Maybe you are looking for