Crop and use as background (repeat option)

Hi
I want to use on a section in my page (section height 720px) this background:
How should i crop it ?
I was thinking of height 720px and width 2px, is that ok?
Thanks

Exactly.
In css, the background-repeat options are essentially for confining the repeat to either the x or y axis or not repeating at all. The default is to repeat indefinitely.
The background-attachment settings basically allow you to fix the background so it doesn't scroll with the content of an element with a scroll bar. The default is to scroll with the content.
The background-position settings allow you to set where in the element the background appears, if you're limiting the number of repeated images you have, it can be used to center a single image horizontally and vertically within the element for example. The default is to start in the upper left corner of the element.
Those are the basics, there are nifty effects you can create by combining different settings that you can look into, but the default for background-image is to repeat horizontally and vertically forever always filling the entire background of the given element.

Similar Messages

  • I need to be able to right click on a saved document and have the option to convert to Adobe PDF. I have the Abobe Acrobat Xl Pro and used to have this option until I had to create a new subscription. What do I need to do in order to have this option?

    I need to be able to right click on a saved document and have the option to convert to Adobe PDF. I have the Abobe Acrobat Xl Pro and used to have this option until I had to create a new subscription. What do I need to do in order to have this option? I use windows 7

    If you are New to Mac... you may also find these links of Value
    Mac 101
    http://www.apple.com/support/mac101/
    http://www.apple.com/support/switch101/     Switching from PC
    MBP Support
    http://www.apple.com/support/macbookpro
    Cheers,

  • Playing Music via Airtunes and using as a repeater simultaneously

    Id like to use Airport Express as a repeater and a client for playing music via Airtunes simultaneously. Is this possible anyhow? I do only have two choices using the airport-assistant: 1st Connecting to use Airtunes and bonjour printer; 2nd using as a repeater. This can´t be everything!

    alterkram, Welcome to the discussion area!
    Regardless if you configure the AirPort Express (AX) to join a wireless network or as part of a WDS, both Airtunes (music streaming) and wireless printing are available.

  • How to crop and use in new picture

    I am trying to crop something from a picture and use that crop into a new picture.
    how do i achieve this?
    much appreciated!

    Are you able to post the image in question?
    It sounds like your best bet would be to either use the pen tool to cut the image out or the Quick selection tool.
    Here are a couple of tutorials on how to use both of these tools:
    Quick Mask Mode | Understanding Adobe Photoshop CS6 | Adobe TV
    How To Use The Pen Tool in Adobe Illustrator, Photoshop and InDesign CS6 | Adobe Evangelists - Terry White | Adobe TV
    I hope these help..?

  • DGW and using the BP Properties options confusion

    Scenario:
    I have two different document generation sets saved:
    DGW is run and save with name name1and it using BP Selection Criteria with  the BP properties button set to use "And with properties 1 checked."
    DGW is run again and save with name2 and it using BP Selection Criteria with  the BP properties button set to use  "And with properties 2 checked"
    When I then run DGW and select use existing parameter set Setname1 and go to the BP Selection Criteria and check the properties button it has properties 2 checked, where it was saved with properties1 checked.
    Is this normal behavior or am I doing something wrong?
    I am on 2007A SP0 PL42
    Edited by: Art Puliafico on May 3, 2010 6:29 PM

    You need to set the EssProperties class you created into the EssOperations class:set oEssOperations.EssProperties = <your property class instance>Alternatively, you can modify, in place, the instance of EssProperties that EssOperations already has:with oEssOperations.EssProperties .MissingTextString = "Boo!" .UseAliases = trueend withThink of the Essbase Objects Base Classes sort of as a molecule.. The 'basic atom' of the molecule is the EssOperations class (which contains the normal retrieve/zoom/pivot type of operations). Attached to the 'basic atom' are the things that are needed for a successful operation.. First, a connection (the EssConnection object) is 'plugged into' the molecule. Next, properties (an EssProperties object) is plugged in.. Finally, you need a grid to display it on so you plug in a grid object (or, more technically, one of the components that implement the IEssGrid interface).Once you have all of the 'atoms' of the grid plugged in, you have everything you need to do a successful operation.Tim TowApplied OLAP, Inc

  • CSS Problem - Background repeat & Max/Min Width

    I have the problem at lower resolutions that the content div sticks out of the main document.
    Or in fact, the content isnt sticking out, its the background repeat that is in the right of the screen thats pushed into the doc.
    And also the background repeat isnt always repeating till bottom. It doesnt matter how big a negative margin is.
    How can i let the background repeat right stick to the end of the document instead of the width of screen?
    How can i let the repeat continue so it goeas all the way down?
    Here's the CSS:
    @charset "utf-8";
    /* CSS Document */
    /* Main Floats */
    html,body {
         height:auto;
         min-width:800px;
         width:auto;
         background: #FFFFFF url(../Art/Background.png) no-repeat center;
         background-attachment:fixed;
         color:#000;
         margin:auto;
    #BackGrRepeat1{
         float:right;
         height:auto;
         width:auto;
         min-width:800px;
         background: transparent url(../Art/greenfade_right.png) repeat-y right top;
         background-attachment:fixed;
         margin-right:-0px;
         margin-top:-10px;
         margin-bottom:-150px;
    #BackGrRepeat2{
         float:left;
         height:auto;
         width:auto;
         min-width:800px;
         background: transparent url(../Art/greenfade_left.png) repeat-y left top;
         background-attachment:fixed;
         margin-left:-0px;
         margin-top:-10px;
         margin-bottom:-150px;
    #WContainer{
         margin: 10px auto;
         width:80%;
         background:none;
         min-height:50%;
         line-height: 130%;
    #WHeader{
         padding: .5em;
    .TabbedPanelsContentGroup{
         min-width:600px;
    .VTabbedPanels .TabbedPanelsTabGroup {
         float: left;
         width: 172px;
         background: none;
         margin: 0;
         margin-left:-3em;;
    .VTabbedPanels .TabbedPanelsContentGroup {
         margin-left: 172px;
         min-height:18em;
         padding: 2em;
         border-left: solid 1px #999;
         border-bottom: solid 2px #999;
         border-top: solid 1px #999;
         border-right: solid 2px #999;
    #WFooter{
         clear: both;
         margin: 0;
         padding: .5em;
    /* Text Styles */
    h1{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color:#05692E;
    font-weight: bold;
    font-style:italic;
    font-size: 3em;
    line-height:105%;
    h2{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif; color:#078330;
    font-weight: bold;
    font-size: 2em;
    line-height:105%;
    p{
    font-family: "Verdana", verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    margin-top: 0;
    .small{
    font-family: "Trebuchet MS", verdana, arial, helvetica, sans-serif;
    font-size: .7em;
    text-align:center;
    /* Menu Buttons */
    .TabbedPanelsTabGroup ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    .TabbedPanelsTabGroup li{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    .Button a{display:block;}
    .Button a:hover{background-position:left bottom;}
    a.Button {display:none}
    /* Text Images */
    .floatright
    float: right;
    width: 100%;
    margin: 5px auto;
    background-color: #fff;
    padding: 5px;
    border-top: 1px solid #999;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 1px solid #999;
    div.floatright img
    border-top: 2px solid #555;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 2px solid #555;
    .floatleft
    float: left;
    width: 100%;
    margin: 5px auto;
    background-color: #fff;
    padding: 5px;
    border-top: 1px solid #999;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
    border-left: 1px solid #999;
    div.floatleft img
    border-top: 2px solid #555;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 2px solid #555;
    /* Message Screens */
    #message{
         margin: 50px;
         min-height:18em;
         padding: 2em;
         border-left: solid 1px #999;
         border-bottom: solid 2px #999;
         border-top: solid 1px #999;
         border-right: solid 2px #999;

    I think you're going about this the wrong way.  When you float content, it is removed from the normal flow. That's why your floated right background doesn't reach page bottom.
    Look at this DEMO of a centered liquid layout page.View source in browser.
    http://alt-web.com/TEMPLATES/CSS2-Liquid-Page.shtml
    Using my demo as an example, you could place a repeating, solid light-green image in the body to give the page its borders.  Add another repeating background to the #wrapper division.
    Add a 3rd background image or light color to the #content division.
    Use floats for sidebar content only.
    Hope this helps.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Repeat option missing in iCal

    I went into iCal to edit a new event and there is no repeat option now!  There is the option for an alert or invite, but no way to set this event to repeat.  HELP.

    This does not work for editing "REPEAT" on my MACBook?
    Followed your instructions with an existing event that had a 6 week repeat frequency.
    All showed up to edit BUT NOT THE REPEAT FREQUENCY?
    Wanted to change to 4 weeks repeat, but field not displayed to be able to edit it?
    Still not figured how to edit repeat frequency field?
    rm2426

  • I am creating a video using the green screen option- I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    I am creating a video using the green screen option in iMovie.   I imported a picture for the background of the project and videotaped someone using a green screen. Is it possible to move the video of the person around so it is not blocking the picture behind it?

    To enable this right you need Acrobat, not the free Reader.
    However, starting from Reader X it is possible to add simple markups to any file, unless it has been specifically disallowed by the creator of the file.

  • When placing a PDF created with Distiller, I only get Crop and Media as import options -- I need it to crop to the Trim! PLEASE HELP!

    I'm having a MAJOR problem placing PDF files in InDesign CS4...
    When I try to place a PDF that has been created in Distiller, the ONLY import options I can choose are CROP and MEDIA. I need it to crop to the TRIM, but that option is grayed out. The PDFs I'm trying to place were created in-house, and converted from Post Script files to PDFs using Distiller. We use PDF/X-1a equivalent settings when creating our PDFs.
    If I export the file as a PDF and then try to place it into a CS4 file, I am able to select Trim as an option.
    ALSO, if I open the Distiller PDF in Acrobat and then save it (without changing anything), I am able to select Trim as an option. A workaround I have found is to open all of the PDF files in Acrobat, save them to my desktop, and then save over the ones I need to place. Here's the problem with that: I work for a publishing company, and need to place hundreds of ads for each issue of our publications, and it adds a lot of time if I have to go and re-save everything just to be able to place all the ads. 
    Does anyone know how to fix this problem? I need to get this figured out so we can use CS4 for all of our publications again. -- We've gone back to using CS3 until I can get this figured out...
    - Valerie

    Steve,
    Thanks for the reply, but my PDFs all have trim boxes on them. If I try to place the same PDF in InDesign CS3, it gives me Trim as an option. Also, if I open the PDF and save a copy to my desktop, I am able to select Trim as an option when placing the PDF, and I didn't change anything about it.
    I've been trying to see if it's something with the Print Preset settings I'm using, but I can't find anything that seems like it would affect how InDesign would read the Trim area of the PDF.
    I've attached 2 PDF files. One that was created with Distiller, and one that was exported from InDesign CS4. The Distiller one doesn't show Trim as an option in CS4, but the exported one does.... but they started out as the same ad.  Ugh!  Help me please!
    - Valerie

  • How to crop pages using Adobe LiveCycle ES2 PDF Generator and Acrobat 9.2 Pro Extended

    Hi all,
    I'm evaluating the possibilities of Adobe LiveCycle ES2.0 PDF Generator in order to convert on the fly (programmatically) MS Office Documents and Visio drawings into PDF files.
    I'm able to trigger this process using the Webservices API (from within C#). However when generating the PDF files in this way, each and every PDF file has a lot of white margins around it as it is generated as an 8x11 inch page.
    I have been looking in ways to crop these white margins from around the information, so that the PDF content is only showing the actual content (in order to be used as an image).
    I found a way of doing this manually by opening the generated PDF file of LiveCycle in Acrobat 9.2 Pro Extended and using the Document > Crop Pages... option.
    So my question is: Can this be done programmatically using Adobe LiveCycle ES (and/or API functions of the Acrobat tool).
    The envisioned solution would run on a server (without interaction/monitoring requirements by a human).
    Any input about this is highly appreciated.
    Kind Regards,
    Raf
    Raf Snijders

    Hi all,
    I'm evaluating the possibilities of Adobe LiveCycle ES2.0 PDF Generator in order to convert on the fly (programmatically) MS Office Documents and Visio drawings into PDF files.
    I'm able to trigger this process using the Webservices API (from within C#). However when generating the PDF files in this way, each and every PDF file has a lot of white margins around it as it is generated as an 8x11 inch page.
    I have been looking in ways to crop these white margins from around the information, so that the PDF content is only showing the actual content (in order to be used as an image).
    I found a way of doing this manually by opening the generated PDF file of LiveCycle in Acrobat 9.2 Pro Extended and using the Document > Crop Pages... option.
    So my question is: Can this be done programmatically using Adobe LiveCycle ES (and/or API functions of the Acrobat tool).
    The envisioned solution would run on a server (without interaction/monitoring requirements by a human).
    Any input about this is highly appreciated.
    Kind Regards,
    Raf
    Raf Snijders

  • How to Start process in ProcessChain Without using Repeat option?

    How to Start process in ProcessChain Without using Repeat option?

    Se16 -- table:RSPCPROCESSLOG - click on display entries.
    Entet the variant, instance start date (this info you can get from the "display message" of PC.
    Now execute to display the table entries of RSPCPROCESSLOG.
    Next goto SE37 transaction --enter RSPC_PROCESS_FINISH
    Take the entries from the above table to set the input parameters of the FM.
    I_logid = log_id(from above table)
    I_type = type(from above table)
    i_variant = varaint (from above table)
    i_instance = (from above table)
    Click on F8(EXECUTE)
    now the actual process is set to gree and the process chain will be triggered (rest of the PC with out repeating the step from where is was red).

  • I'm trying to do a batch crop in camera raw and there is no dropdown option in the crop tool to select inches or pixels. How can I fix this?

    I'm trying to do a batch crop in camera raw and there is no dropdown option in the crop tool to select inches or pixels. How can I fix this?

    Create an action to do the crop and user the image processor to batch process your RAW files and have it use your cropping action in the process.

  • I have a fully paid subscription to CC and use of installed programs but I can no longer sign in to CC. It repeatedly says "You've been signed out". I have the need to install another program but I can't sign in.

    I have a fully paid subscription to CC and use of installed programs but I can no longer sign in to CC. It repeatedly says "You've been signed out". I have the need to install another program but I can't sign in.

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html

  • JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    JPEG/PSD issue--I open a jpeg and edit it (levels, crop) and then "save as" and the save as option shows there are now levels in the image and it wants to save it as a .psd file or a copy with layers.  What am I doing that has these settings appear?

    16bit? Pixels extending beyond the canvas? (from a crop with delete unused pixels turn off).  Have you previously been saving PSD files?
    IME you sometimes have to tell Photoshop that the first save of a session is JPG, and it remembers from there on.  The way to 'tell' Photoshop that JPG, or PDF, or PNG etc are now your preferred format is to Ctrl (Cmd) click on that format in the Save As drop down list.  So long as the file does not have parameters that your chosen format does not support, then this should work for you.
    [EDIT]  Just noticed that you did include 'Crop' in the subject line.  Do you have 'Delete cropped pixels' checked?

  • I am currently living in Europe and using my iPhone on airplane mode only with wifi. My iMessage switched to my e-mail account and when I go to the settings to switch back to my phone number that isn't an option to click on. How do I get it back?

    I am currently living in Europe and using my iPhone on airplane mode when I have wifi. My iMessage is switched to my icloud e-mail address and when I go to my setting to switch it back to my number, it is grayed out and not an option to click. This was working before with my number so I know that it's not from being on airplane mode. How do I get it back to my number?

    They need to go into their settings>messages and make sure iMessage is on.  Also they should click on the send & receive button to make sure their phone number is selected. 

Maybe you are looking for

  • Error while activating the copy of the standard module

    Hi, I wanted to create a copy of the module material_read_all and so I copied the entire function group. Now when I am trying to activate it , I am getting syntax error saying that the field does not exist in the global declarations. When I double cl

  • Toolbar icons are not displaying in After upgraded to Acrobat 9.4

    I had developed one plug in tool. which was working fine in Acrobat 9.0 , After i upgraded to Acrobat 9.4 I am unable to se few Icons. Please tell whether we should make modifications in the code written in Javascript or ?????

  • Can't add Album artwork to certain files.

    Hi, I've come across an anomaly in iTunes. There are certain audio files that cannot, for any reason update album artwork. I update album art work but selecting the file in iTunes then "get info" -> "add album artwork". But on certain files these tab

  • Datagram Socket  send different sizes Buffers ...

    hi, I'm sending different sizes Datagrams from a datagram socket so how can I receive them I've tried to send the packet in two packets the first one is fixed size that carries the size of the real data then create a suitable buffer on the client sid

  • CSS Issues , HTML text not rendering properly

    I've loaded and parsed some xhtml in my DataManager class that is validated against the W3C strict dtd.I'm pushing certian bits of this into public arrays in my DataManager. My ContentManager, calls to the DataManager, and is returned a corresponding