Using Images to create a border in CS3

Hello people,
I've recenty, found that CSS3 is capable of creating cutom border styles by using your own images. I know that CSS3 is included with Adobe CS5 Dreamweaver, but I only have CS3. What I wanted to know is if there was an alternate method in CS3 that looks like a border, but is just an image.
I know it is possible using a background image and stretching it, but was simply wondering if there is a more correct way.
Thanks in advance.

You can achieve some interesting results with regular CSS borders.  
And CSS3 Box-shadows & Border-Radius.
http://alt-web.com/TEMPLATES/2-image-web-design.shtml
Or the old method with image slices.
http://alt-web.com/DEMOS/Image-slices-in-a-CSS-based-layout.shtml
Nancy O.
Alt-Web Design & Publishing
Web | Graphics | Print | Media  Specialists
http://alt-web.com/
http://twitter.com/altweb

Similar Messages

  • Problem: Image fill creates white border that obscures slide background

    Dear group,
    I'm writing on behalf of someone who has a presentation to make soon and who is working in haste. When he uses the "image fill" option on the slide inspector, there's a white border that seems to obstruct the rest of the slide background. Do you have any suggestions for working around this?
    Many thanks!

    He could simply paste the image directly onto the slide (or slide master) rather than using an image fill.

  • Using JSX to create a folder Help [CS3].

    I'm trying to automate the zoomify export feature in photoshop CS3. It works fine until I try and save the file to a directory that does not exist. Instead of creating the directory, it throws an error and quits the script. So what I want to do is create a directory before I run the code to make the zoomify but I can't find a way to do so in google. Any help would be nice! Here is the code I was using.
    var id12 = charIDToTypeID( "Expr" );
        var desc5 = new ActionDescriptor();
        var id13 = charIDToTypeID( "Usng" );
            var desc6 = new ActionDescriptor();
            var id14 = stringIDToTypeID( "template" );
            desc6.putPath( id14, new File( "C:\\Program Files\\Adobe\\Adobe Photoshop CS3\\Presets\\Zoomify\\Zoomify Viewer (Black Background).zvt" ) );
            var id15 = charIDToTypeID( "Otpt" );
            desc6.putPath( id15, new File( "P:\\upLoad\\item_zoom\\"+name1+"-"+name2 ) ); // This is where the error is hitting, where name1+"-"+name2 needs to be created.
            var id16 = stringIDToTypeID( "baseName" );
            desc6.putString( id16, imageZoom );
            var id17 = charIDToTypeID( "EQlt" );
            desc6.putInteger( id17, 8 );
            var id18 = charIDToTypeID( "Optm" );
            desc6.putBoolean( id18, true );
            var id19 = stringIDToTypeID( "browserWidth" );
            desc6.putInteger( id19, 540 );
            var id20 = stringIDToTypeID( "browserHeight" );
            desc6.putInteger( id20, 490 );
            var id21 = charIDToTypeID( "Prvw" );
            desc6.putBoolean( id21, true );
        var id22 = stringIDToTypeID( "Zoomify" );
        desc5.putObject( id13, id22, desc6 );
    executeAction( id12, desc5, DialogModes.NO );

    You can create the folder like this
    var myFolder = new Folder('/p/upload/item_zoom');
    if(!myFolder.exists) myFolder.create();
    You just have to make sure that the parent folder exists as well, in this case '/p/upload'. If not you need to create that folder first then the subfolder.
    You might also run into privilage issues with some OS.

  • Transparent border appears when I use Image Size to shrink an image (bug)

    In CS2 (9.0.2) and CS3 (10.0.1), whenever I shrink an image using Image Size, my layers get a slightly transparent edge. As a game developer, I make tiling textures a lot, and this generally ruins their tiling-ness.
    Try this:
    - create a 32x32 image, make it white
    - add a layer, fill it with black
    - shrink it to 16x16 or 20x20, using any of the Bicubic resampling methods
    - notice that the edge pixels of the black layer are slightly transparent. This is most noticeable in the corners of the image.
    Is there a better place for me to report this bug? I haven't found one.

    Haha, you mean it's a bug in the spec rather than a bug in the implementation? (Unless there is actually a reason someone would want it to work that way.)
    Yeah Bilinear and Nearest Neighbor both avoid the problem, but of course the image doesn't look as good.
    I work around it by duplicating all my layers before shrinking. The problem is obvious (in-game) with only one layer, but still subtle enough that it's usually invisible after duplicating. Annoying, but it works.

  • I was wondering how I could use Photoshop to create a custom border

    I was wondering how I could use Photoshop to create a custom border around the featured slider image on my homepage.
    I am using a Wordpress theme called Gazetti if that helps. Thanks in advance for any help given.

    the simple answe is no, the macbook pro screen cannot be used as a second display for other devices

  • Image links creates border?

    When I attach links to images I get a border around entire image. I've checked and there is no border being applied. Is there a way to eliminate the border when you have an image being used as a link?

    Does this FAQ answer your question?
    Get rid of blue borders around images in links
    http://forums.adobe.com/thread/417110

  • How to Create PDF from Illustrator CS3 by using applescript?

    Hi Guys,
    Do some one knows how to create PDF from Illustrator CS3 by using apple script. If know, please give me the scripting.
    HARI

    Have you tried File>Scripts>SaveDocsAsPDF? There should be a folder of sample scripts installed in your AICS3 folder and a folder of documentation which contains an Illustrator AppleScript Reference which has examples.

  • CS6. I cant duplicate lighting effects using an alt key, just like in CS3. I dont want a new light i want to duplicata an existing one that i created.

    CS6. I cant duplicate lighting effects using an alt key, just like in CS3. I dont want a new light i want to duplicata an existing one that i created.
    Nie mogę duplikować zaprogramowanego efektu świetlnego za pomocą altu tak jak w poprzednich wersjach.

    http://java.sun.com/j2se/1.4.1/docs/api/java/io/FileOutputStream.html#FileOutputStream(java.io.File, boolean)
    Kind regards,
    Levi

  • Using images in Spry menus

    Can someone please point me to instructions on how to incorporate button images in horizontal Spry menus?

    Here's the working model for the menu I created using images for the main menu tabs: http://mmfc.org/HomePage_CleanUp/index_working.html. And here is the style sheet: http://mmfc.org/HomePage_CleanUp/SpryAssets/working.css.
    I have one remaining problem, and hope someone can help.
    There are three states/images for the main menu tabs: normal state, hover state (when the cursor is over the tab), and visible state (when a submenu is open and the cursor is over a submenu item).
    In OS10.6.4/Safari, it works correctly:
    Normal state
    Hover state
    Visible state
    In Windows XP/IE 6, the 3rd state works incorrectly -- the hover state doesn't get replaced by the visible state:
    In OS10.6.4/Opera and OS10.6.4/Firefox, it also works incorrectly -- but this time the hover state gets replaced by the hover color, not the visible state image:
    For reference, I've copied the CSS below.
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding */
    ul.MenuBarHorizontal {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    float: right;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive {
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are a fixed width */
    ul.MenuBarHorizontal li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: auto;
    float: left;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 1020;
    cursor: default;
    width: auto;
    position: absolute;
    left: -1000em;
    background-color: #FDE9BB;
    /* 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 variable width according to submenu item text */
    ul.MenuBarHorizontal ul li {
    width: auto;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul {
    position: absolute;
    margin: -5% 0 0 95%;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
    left: auto;
    top: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* No borders on all sides */
    /* ul.MenuBarHorizontal ul
    border: 1px solid #666666;
    /* Menu items are a light colored block with no padding and no text decoration */
    ul.MenuBarHorizontal a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    white-space: nowrap;
    text-decoration: none;
    display: block;
    cursor: pointer;
    color: #000000;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 11px;
    /* For setting the background color of the spry menu you need to edit the background in the CSS pane. Click on the spry menu bar and then open up the CSS pane. Window > CSS Styles. There's a few CSS items that set the background by default. The "a" item sets the background for the items that don't have a dropdown and the MenuBarItemSubmenu sets the background for the items that have a dropdown. You can set the background to an image just like you would any other element in your HTML. */
    /* The following selectors define images for the (orange) normal state of tabs */
    ul.MenuBarHorizontal a #AboutUs {
    background-image: url(../img/DropDownMenu_aboutus.gif);
    ul.MenuBarHorizontal a #Missions {
    background-image: url(../img/DropDownMenu_missions.gif);
    ul.MenuBarHorizontal a #Help {
    background-image: url(../img/DropDownMenu_help.gif);
    ul.MenuBarHorizontal a #NewsAndEvents {
    background-image: url(../img/DropDownMenu_newsandevents.gif);
    ul.MenuBarHorizontal a #Media {
    background-image: url(../img/DropDownMenu_media.gif);
    ul.MenuBarHorizontal a #PatientStories {
    background-image: url(../img/DropDownMenu_patientstories.gif);
    ul.MenuBarHorizontal a #ContactUs {
    background-image: url(../img/DropDownMenu_contactus.gif);
    /* The following selectors define images for the (bright) active state of tabs.*/
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #AboutUs, ul.MenuBarHorizontal a.MenuBarItemHover #AboutUs, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #AboutUs {
    background-image: url(../img/DropDownMenu_aboutus_vis.gif);
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #Missions, ul.MenuBarHorizontal a.MenuBarItemHover #Missions, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #Missions {
    background-image: url(../img/DropDownMenu_missions_vis.gif);
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #Help, ul.MenuBarHorizontal a.MenuBarItemHover #Help, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #Help {
    background-image: url(../img/DropDownMenu_help_vis.gif);
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #NewsAndEvents, ul.MenuBarHorizontal a.MenuBarItemHover #NewsAndEvents, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #NewsAndEvents {
    background-image: url(../img/DropDownMenu_newsandevents_vis.gif);
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #Media, ul.MenuBarHorizontal a.MenuBarItemHover #Media, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #Media {
    background-image: url(../img/DropDownMenu_media_vis.gif);
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #PatientStories, ul.MenuBarHorizontal a.MenuBarItemHover #PatientStories, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #PatientStories {
    background-image: url(../img/DropDownMenu_patientstories_vis.gif);
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover #ContactUs, ul.MenuBarHorizontal a.MenuBarItemHover #ContactUs, ul.MenuBarHorizontal a.MenuBarSubmenuVisible #ContactUs {
    background-image: url(../img/DropDownMenu_contactus_vis.gif);
    /* The following selectors define images for the (red) hover state of tabs.*/
    ul.MenuBarHorizontal a:hover #AboutUs, ul.MenuBarHorizontal a:focus #AboutUs {
    background-image: url(../img/DropDownMenu_aboutus_hover.gif);
    ul.MenuBarHorizontal a:hover #Missions, ul.MenuBarHorizontal a:focus #Missions {
    background-image: url(../img/DropDownMenu_missions_hover.gif);
    ul.MenuBarHorizontal a:hover #Help, ul.MenuBarHorizontal a:focus #Help {
    background-image: url(../img/DropDownMenu_help_hover.gif);
    ul.MenuBarHorizontal a:hover #NewsAndEvents, ul.MenuBarHorizontal a:focus #NewsAndEvents {
    background-image: url(../img/DropDownMenu_newsandevents_hover.gif);
    ul.MenuBarHorizontal a:hover #Media, ul.MenuBarHorizontal a:focus #Media {
    background-image: url(../img/DropDownMenu_media_hover.gif);
    ul.MenuBarHorizontal a:hover #PatientStories, ul.MenuBarHorizontal a:focus #PatientStories {
    background-image: url(../img/DropDownMenu_patientstories_hover.gif);
    ul.MenuBarHorizontal a:hover #ContactUs, ul.MenuBarHorizontal a:focus #ContactUs {
    background-image: url(../img/DropDownMenu_contactus_hover.gif);
    /* Menu items that have mouse over or focus have a dark background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
    background-color: #bf2e1a;
    color: #FFFFFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a dark background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
    background-color: #bf2e1a;
    color: #FFFFFF;
    /* Sets width of submenus and makes text non-wrapping  */
    ul.MenuBarHorizontal ul li {
    display: block;
    float: none;
    width: 12em;
    white-space: nowrap;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenu {
    /* background-image: url(SpryMenuBarDown.gif); */
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
    /* background-image: url(SpryMenuBarRight.gif); */
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
    /* background-image: url(SpryMenuBarDownHover.gif); */
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
    /* background-image: url(SpryMenuBarRightHover.gif); */
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarHorizontal iframe {
    position: absolute;
    z-index: 1010;
    /* 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; */

  • Using illustrator to create flex skins

    Hi,
    I want to create a border container with only the top right and bottom right corners rounded. I had read somewhere that I can create the image in Adobe Illustrator and somehow use the code in the mxml skin for this border container(using the <path> tags). Any idea how to go about it ? please help!
    Also, can i import psd images i.e .psd files into a flex 4 project ?

    hey thanks a ton! that really helped

  • Should I be using image map?

    Hey there,
    Thanks in advance for reading this and hopefully someone will be able to advise me. I'm trying to create a graphic for a friend that has portions of the main graphic linking to Web sites. I did this once before, but I can't for the life of me recall how I did it. We want to create a single graphic that does this, then generate HTML code that people can post on their blogs. This is for an author's contest about an upcoming book - so the promotion is to have other people post this code on their blogs, which other people will see, post themselves, etc. The links within the graphic will 1) go to a Web site with the code so people can post it themselves; 2) go to a page to enter the contest (tell the author where they have promoted her book/contest); and 3) buy the book on Amazon.
    Here's a link to the one I created last time: http://www.elisabethnaughton.com/share_image.html
    Basically, I have a similar graphic that I need to divy to three links. I tried using image mapping in photoshop - but it's creating multiple image files. When I did it before, it just created the one - or at least just gave me one that I could put on her Web site and alter that HTML code you see on the link I provided. I've attached a file showing the new graphic and the three areas I need to turn into links.
    I hope I'm making sense...is there a way other than image map to do this? I can't just have people save the image because it loses the HTML linking. And I can't have multiple images because it has to be simple code for people to post on their blogs.
    Thank you so much for your help! I'm working with CS3 on a PC. But I also have a trial of CS4 on a Mac (which ironically ends tonight).
    This time I'm going to write the steps I took to remember for her next books!
    Thanks,
    Lisa

    Hi Lisa,
    Are you using Dreamweaver as well?
    I have never done image mapping in a grphic program such as Photoshop or Fireworks, but it is extremely easy to map your images once they are in Dreamweaver.
    Brad Lawryk
    Adobe Community Expert, Dreamweaver
    Adobe Usergroup Manager, Northern British Columbia Adobe User Group

  • Use Swing to create the toolbar of Netscape 6

    I want to use swing to create the toolbar which is smiliar to the toolbar of Netscape 6. The followings are the properties:
    1)the buttons with no borders
    2)which click on it, the border appear
    3)there is a horizontal line in the buttons
    4)there is a icon at the lest hand side
    5)set the background color manually (can the image of the icon be transperant?)
    Hope that you can suggest some methods for such properties if you have idea! Thanks for help!
    Stephen

    try using the JToolBar provided by Swing.
    U can either add Abstract action or JButton which can have an icon and a label,or anything, as it is a container.

  • Creating a border in a poster

    I want to create a border for a poster I'm making. I put a white rectangle on the poster. I tried to put another rectangle, smaller, in the center to create a transparent area so that just the "border" remained. I can't seem to get the inner rectangle to turn transparent.
    Recommendations are appreciated.
    Thanks.

    Well you want the layer to be transparent. Double click on the background name, a dialog will appear m saying new layer. Rename it frame
    Draw the marquis for the opening rectangle witht he marquis tool
    Hit delete
    you will now see the transparency grid.
    Now you can place as many images on different layers below it so you can reposition them t your liking.
    You can turn one on at a time.
    I assume you want to use more than one image there are other ways if you want different size borders for different sizes images.
    Here is a screen shot of the result.

  • Using Photos to Create a Header

    Currently have PE 5 and would like to know the easiest and quickest way to create a blog or web site header using only photos.
    If there is a video, text or combo thereof that walks a person through this process, it would greatly appreciated.
    Scielement

    Well, I don't know of a tutorial, but it's fairly straighforward:
    I just made this example:
    I'm using PSE7, so my screen shots are a little different than PSE5
    Pick your six photos and open them in the PSE Editor
    Use the Crop tool to crop them to the right Aspect Ratio. Your example uses 10x8 (Set the Crop Tool Aspect Ratio to 8x10 and then click the little double arrows to get it to be Width 10in Height 8in)
    Then, resize them all to 130 pixels Wide x 104 pixels High
    Use Image>Resize>ImageSize... make sure Resample Images is checked, and then set the pixels (130Wx104H) in the Pixel Dimensions box.
    Now, open the attached Banner.psd file [Note: This site won't let me upload a .psd, so I changed the extension to .txt.  After downloading it, change it back to .psd]
    Drag each of your images into this file to create a new Layer for each image. (Use the Move Tool to drag and drop)
    You can do this by simply having the two image windows side by side, and litterly dragging from the image window onto the banner.psd window.
    Drag all six, and arrange them in the order you want. Positioning does not have to be exact, except for the one all the way on the left and the one all the way on the right.
    You should now have the layer from the origional Banner.psd file, and six new layers.
    Select all six of the new layers by holding the CRTL key down and clicking on each layer in the Layers pallette.
    Then, select Align>Vertical Centers in the Tool Options Bar near the top of the window
    The select Distribute>Horizontal Centers from up there as well.
    Now, add an outside Stroke (black border) to each image
    In the Effects pallete, select the Layer Styles filter, and then select Strokes from the pulldown.
    Drag and drop the Black Stroke 0.5 Px onto each of your images.
    Now, arrainge the layers so that you have one of the included Photo Filter layers on top of each of your photos by simply dragging the layers up and down to get them in the right order.
    And, for the faded Color Left B&W Right effect, drag the Hue/Saturation layer up to the top.
    You should end up with something like:
    Hue/Saturation 1
    Photo Filter 6
    Layer 6
    Photo Filter 5
    Layer 5
    Photo Filter 4
    Layer 4
    Photo Filter 3
    Layer 3
    Photo Filter 2
    Layer 2
    Photo Filter 1
    Layer 1
    Where Layer 1 is that layer with your Photo 1, Layer 2 = your photo 2, and so on.
    You can play around with the effect of each Photo Filter layer by double clicking on the little circle that's half black and half white.
    Once you have it all as you'd like, save it for your web banner using File>Save for Web.
    There you go.
    Not too tough.
    Cheers
    Bob

  • How To: Use FCPX to create iPhone Portrait Movies (and other non-standard formats)

    Goal: Use Final Cut Pro X 10.0.7 to produce a 640x1136 video (iPhone 5 Portrait). You can use these same steps to produce virtually any dimensions you want. My example is for the iPhone 5, in Portrait mode.
    This information is available in various places, but you have to realy work to find it, so I thought I'd post a step-by-step guide here.
    By the way, you might think you could just create a FCPX Project with your desired dimensions, but you can't (at least with 10.0.7). Projects only support certainly dimensions. But there are other ways, as the rest of this post describes:
    1) Create an initial movie with the desired dimensions, to serve as a template. We'll call it "Template.mov". The only thing that matters is the dimensions. It can be in any codec FCPX understands, and virtually any length.
    I'm using a 2 second video shot on my iPhone for the template. You could also create a blank image (.png, whatever) with the proper dimensions, copy and paste it into a new Quick Time Pro 7 window, and Export it using custom settings. There's lots of different ways to do this.
    2) Drop Template.mov into a FCPX event.
    3) Select Template.mov in the Event browser, and select File->Duplicate (or command-D). You probably could just edit "Template.mov", but it's a good idea to save it for reuse.
    3) Change the name of the copied video. I'm using "iPhone Video".
    4) Right-click "iPhone Video" and select "Open in Timeline".
    5) If you made the Template video from a still image, you may need to change the duration (ctrl+D). You don't have to make it very long, but it needs to be longer than 1 frame. A few seconds should be enough.
    6) Use this timeline like you'd use a project's timeline. Drop in new content, trim, transition, etc. There may be things you can't do in it, but I haven't found any yet. I'm guessing Chapters may not work, but I haven't tried them.
    7) Note that when you drop new content into the timeline, it may size funny. That's because the default setting for "Spacial Conform" is "Fit". Simply select the newly-dropped content, and in the Video settings inspector, scroll down to "Spacial Conform" and change it. You could use "Fill", which fills the frame vertically, or "None", which uses the source's original height. Then crop/transform/whatever to get what you want.
    8) When you're ready to render, select "iPhone Video" in the Event browser, then use the "Share" button. You want to use the "Export File" destination, which you may have to add. Pick your codec, and let 'er rip.
    9) When the rendering is done, you should have a video in your desired dimensions.
    That's all there is to it. Hope this helps someone.
    Dan
    PS: Don't ask why someone would want to create an iPod video using FCPX. The point is that you may need to create a video with non-standard  dimensions at some point in time, and this is how to do it.
    PPS: Most of this information came from http://library.creativecow.net/articles/payton_t/FCPX_Custom-Resolution-Timeline s/video-tutorial. I just wrote it down, while I tried to do what the video suggested.

    Instructions for using QuickTime Pro 7 to create a template video with unusual dimensions.
    I suspect that anyone savy enough to be using FCPX has probably already figured out how to do this, either using my technique or another, so there probably isn't a real need for me to post this. For that matter, I may be the only person who cares about this at all. However, while I was trying to learn how to do all of this, I would have really appreciated having all the information in one place, so here goes.
    If you want to create a video with unusual dimensions (like 640x1136) using my steps above, you'll need a "template" video first. Here's an easy way to create one, using any image editor, and QuickTime Pro 7.
    1) Open QuickTime Pro 7 (QTP for short).
    2) From the menu, select File->New Player. You'll get a window with just the bottom portion of the player, i.e. the playback controls.
    3) Using an image editor, create a still image in the desired dimensions. You can use any image editor. It doesn't matter what the image contains (although it will end up showing as a thumbnail in FCPX).
    4) Copy the image to the clipboard.
    5) Switch back to QTP, and paste the image into the new player. Don't worry that there isn't a video window showing - just paste it into the window that has only playback controls. As soon as you do, the video window appears.
    6) Advance to the end of the movie (the short, 1-frame movie), then hold down Command+V (paste) and keep holding it down to paste multiple images in. Watch the time advance. You could, if you want, just hold down Command+V until you get the length you want. But if you want a long video, there's an easier way:
    7) When you reach a few seconds (or whatever duration your patience allows), select all (Command+A) and copy (Command+C). Then hold down Command+V to keep pasting in the longer clips. Wait until you reach a longer duration, then repeat the process. So, for example, 1 second, then 10 seconds, then 1 minute, then 10 minutes, then 1 hour. Or whatever you want.
    8) Save the video however you want. I usually use File->Export with H.264, with Quality set to "Least". Just make sure you don't let it change the dimensions. If you resized the player window, depending on which "save" or "export" method you've chosen, it might default to the resized dimensions, so double check that to make sure.
    That's it. You now have a template video you can use with my previous post(s).
    Dan

Maybe you are looking for

  • Vendor master Creation in Development Server and Production Server - ASAP

    < MODERATOR:  Message locked.  Please read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting next time. > Hello everyone, I just want to know that how to transfer the vendor accounts or

  • Can I translate user defined table into mulilanguages

    Can I translate a particular field of my own data field into foreign languages in SAP B1? Actually I want to print shipping label in different langauages. And I want that address and the details of the shipping label transleted in a text file in orde

  • How do i upgrade my photo library

    when i try to open iphoto the iphoto library upgrader opens and says "to use iphoto'11 you need to upgrade your photo library.  when i click continue the box and program quits.  what should i do

  • Where dos "Oracle Business Component Browser" go in the next Version ?

    Hello "Oracle" I am asking you about the BC4J "test-browser", will this go further in the next versions ? If yes, can you tell in wath direction and in wath timeframe ? If you do not want to make this "public" please let me also know. Tanks Christian

  • Stop browsers from saving/remembering SGD login passwords

    Is there any way to alter the code of SGD to stop all browsers from being able to remember/save the username/password that gets entered on the standard login screen at /sgd/index.jsp?langSelected=en ?