Noobie layers? Question

Hi all, I am new to photoshop and I have an interesting problem. I'm trying to do a background image for a Web site, so far I can see well enough set up but I want to only certain parts of the image to stay on top of the "Press Center" section of the site. Example is here:

http://www.Vigil-Guild.com/

What should I do in the picture to make sure they can stay on top (Im assuming that I need 2 images... being the normal background and the second being the parts that I want to stay top of page to connect to the first.)

Save your piece of foreground image in a format that supports transparency, such as .png.  Carefully place the images in your HTML layout, so that they line up, the image that you want to be on top expressed after the pieces of information.

The .gif format supports transparency as well, but it's much more limited it can carry only 256 colors.  It has the advantage of being able to ongoing animation, however.

To create a partially transparent image in Photoshop, do the image layer (you can do this with a simple background image by double clicking on the background in the layers palette), then simply erase the parts you want to be transparent.  In Photoshop, you'll see a through the transparent parts checkered pattern.

-Christmas

Tags: Photoshop

Similar Questions

  • A NOOB HERE QUESTION

    HI, I would like to kow if Iwould be able to use ati mobility fireGL 5200 drivers on my t60 that has an ati mobility radeon x 1300 without which tha video chips on his material. I am currently running windows 7, and firegl 5200 drivers is intended only for XP.

    Godbless!

    The driver is the same for both of these GPU. Use and enjoy.

    You will need a Vista driver for use in W7, installed in most likely Compatibility Mode:

    http://download.Lenovo.com/ibmdl/pub/PC/pccbbs/mobiles/79d533ww.exe

    Good luck.

  • An array of objects with a filling loop. Noob PHP question.

    Hey guys,.

    You are all such a great help! Here's another one for you, the simple code below should create an array of objects of pizza (and it does) then display each item in the order. However... each object in the table seems to inherit the properties of everything what was the last item entered for a reason any.

    Copy the following code:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    </head>
    <?php
    class pizza{
              public $price;
              public $description;
              public $name;
    }
    
    
    
    
    $menu2=fopen("pizzaMenu2.txt","r") or exit("System Error!");
    $pizzas = array();
    $arraypos=0;
    
    //This loop does all of the READING and populating of variables
    while(!feof($menu2))
      {
                //First get the array position
                                  $arraypos = (int)fgets($menu2);
    
              //Then Put in Title in title2 array
                                  $pizzas[$arraypos2] = new pizza(0,0,0);
                                  $pizzas[$arraypos2]->title = fgets($menu2);
                                  $pizzas[$arraypos2]->description = fgets($menu2);
                                  $pizzas[$arraypos2]->price = fgets($menu2);
      } //End of reading loop
    
    
    //begin writing data
    $arraypos=1;
    while ($arraypos <=3){
              echo "the array is in position: ".$arraypos;
              echo "<br />";
              echo $pizzas[$arraypos2]->title;
              echo "<br />";
              echo $pizzas[$arraypos2]->description;
              echo "<br />";
              echo $pizzas[$arraypos2]->price;
              echo "<br />";
              $arraypos++;
    }//end of writing data loop
    
    fclose($menu2);
    ?>
    <body>
    </body>
    </html>
    
    

    This returns:

    the array is in position: 1
    Test Pizza Two 
    The same as one with an extra one, yum! 
    22.99
    the array is in position: 2
    Test Pizza Two 
    The same as one with an extra one, yum! 
    22.99
    the array is in position: 3
    Test Pizza Two 
    The same as one with an extra one, yum! 
    22.99
    

    When it should return this:

    the array is in position: 1
    Test pizza One 
    Loaded with all that test pizza goodness! Lots and lots of ones 1111! 
    11.99 
    the array is in position: 2
    Test Pizza Two 
    The same as one with an extra one, yum! 
    22.99
    the array is in position: 3
    Test Threeza! 
    Do you see what I did there? I added a three to pizza, hahaha, I am so punny. 
    33.33 
    

    using the following text file pizzaMenu2.txt:

    1
    Test pizza One
    Loaded with all that test pizza goodness! Lots and lots of ones 1111!
    11.99
    3
    Test Threeza!
    Do you see what I did there? I added a three to pizza, hahaha, I am so punny.
    33.33
    2
    Test Pizza Two
    The same as one with an extra one, yum!
    22.99
    
    

    Now, I did line-by-line analysis and showed that the values are entered in the objects in the appropriate table, but everything that happens ultimately crushes all other objects, so ultimately, I have 3 objects in my table which are all the same. I don't know what I'm missing here.

    $pizzas [$arraypos2]

    must be:

    $pizzas [$arraypos]

  • Cluster of Noob absolute questioning

    I put VmWare ESX 3.5 server in place. It currently houses 3 servers windows 2003 K (13:00, 1 trade, 1 Citrix). We have just experienced a situation where this server crashed (power pulled the MB) and we have been down for a week. It is a small handful of users (total 20-30 user). If we ask what would be the best way to go to try to get zero downtime for these virtual servers. There has been discussions about adding a SAN and another virtual server with a kind of failover cluster. Being not very familure with VMware, I wam wonder if is no longer kill him for this small of a set to the top.

    So I was wondering if anyone had any suggestions or ideas for the best way get times of reliable operation with minimal to zero downtime.

    Welcome to the Forums - take a look at VMware HA - requires at least 2 ESX host and SAN/NAS device, it will allow an automatic restart of virtual machines that was running on an ESX Server that crashes - they should come back online with 2-5 minutes

    If you find this or any other answer useful please consider awarding points marking the answer correct or useful

  • Question of Recordset

    Noob here question. Cannot find answer in the archives.

    I use the AND or OR statements very well throughout the day for simple filter
    results.

    Now, I have a search engine where there are several drop-down fields to filter
    with. I need to be able to have a single search user might search with the country
    and the State of the drop-down lists, while another user might want to search for using the
    Gender and height drop-down lists.

    In short, is it possible to create a recordset that will allow me to filter by
    all, some, or a drop-down menu according to the wishes of users? I see it in
    websites all the time but do not know how it is managed.

    Actually just figured it a few minutes ago. Thanks for the reply. Here's what I discovered:

    "Issues in Coldfusion SEO #form.checkbox #
    and in PHP referecning

    Please note that, in Coldfusion and PHP, a checkbox in a form is not presented in the application when it is not enabled. Any application generator query in these languages that refers a checkbox control and made a comparison with its unchecked value causes an error on the page, that demand will not contain the reference to the appropriate box. »

    I changed the boxes at the bottom of the fall and the work of Sad/results very well. I need to do more research and find a solution for the problem of the checkbox. Never heard of this? Know a work around?

    Kind regards
    Jared

  • alternative to the USB port?

    I connected an external DVD writer to my USB hub and used the wrong diet and two USB ports have burned.  Since nothing I plug it via USB is recognized.

    Assuming that it is really dead, and replacement is too expensive to be useful this 2009 macbook (unibody A1342).

    is it possible to connect to a usb to Ethernet port or Port MiniDisplay port?

    Sorry for the Noob-style question

    The answer is, no, I'm afraid. You will need a new motherboard to fix the problem. Visit iFixIt and see if you can buy a motherboard and replace yours, DIY.

  • Spare Lense

    Hey noob quick question guys, just a cannon powershot sx400 is.

    At just wonder if I had to get an adapter lens for her that could tie me up another lens?

    Yes I saw that link and I can not see or say how it fits on the lens. Maybe it's a type friction mount.

    When you look at the top edge of your lens are there dimples or indentations that would allow a ring screw semi on it?

    Nothing is mentioned on the Canon Website on this kind of accessory for your model.

  • Edition of artist/Album information

    Hi guys, got an another a little noob-ish question here. I noticed that Rhapsody is completely useless, except for the download of CDs, music download online or create playlists. I do all my editing and maintenance directly through the "rocket" itself song and try to bypass Rhapsody when possible. However, one thing that I have been unable to do in both cases is to change the artist or album info. Can I change the name of the song when you get to the "FLARE" via the internal memory, but it won't let me change the artist or the info album despite the possibility to visualize them in "Details". Rhapsody does not allow me to change anything at all, thus proving the uselessness, it is once more. Some of my pieces have not an artist or an album attached to them, while others have names in lowercase instead of capitalized names. Not a big deal really, but it's annoying me and I can't find a solution. Help?

    How about some magic Rhapsody, sports fans?

    The secret of the Rhapsody advanced tag editor is to pull the track in your library.

    In library view, you can right-click and change all the fields you want.  The edited version can then be sent to your device!  If you click the left border of the component library, the artist or the album can be selected.

    This new column center / pane, right click to access the full album for editing Tags, or review of album art.

    Many users never discovers the center pane.  You can browse your library, or the Sansa, by Album / Artist / Genre too.

    Bob

  • Pass data to jsx function returns the undefined value

    Probably a noob but question why I get defined during the passage of data to a jsx function?

    JavaScript

    var csInterface = new CSInterface();
    csInterface.evalScript ("myFunc ('ack')");

    ExtendScriptfunction

    {myFunc (property)}

    Alert ("connected myFunc get property value:" + property);

    }

    Things work fine if I just a life normal functionc everything without the passage of a variable.

    Found myself in the syntax

    csInterface.evalScript ("myFunc (" "+ ack +" ")");

  • Logout creative cloud

    This may be a noob but question... I misspelled my email when I connected to Creative Cloud App and now it of want

    me to check an email that does not exist. I can't log out, there is no Logout button in the settings pane, I'm simply stuck without a clue to :-(.

    I tried to uninstall all adobe including creative cloud applications (preferences too) but nothing helps. He's always stuck to check E-mail:

    Screen Shot 2016-01-06 at 10.10.06.png

    Any ideas will be appreciated. I think this could be a bug in the cloud creative app.
    BTW, I use OSX El captain.

    Best, Simon

    Quit Adobe Creative Cloud app.

    (1) right-click on the icon in the Finder, then select 'Go - To' folder.
    (2) you will get a text box, type in the following command and then press the 'return '. ("Not to be missed ~ symbol")

    ~/Library

    It will open the folder of the user's library.

    (3) then navigate to Application Support > Adobe > OOBE. Open the OOBE folder and Opm.db bin file.

    Once you had trashed Opm.db file, relaunch Adobe Creative Cloud app, he shud give you sign in option.

  • Evolution RPO (say from 1 h 15 min) will cause data warehouses initialize a full synchronization?

    Hi all

    Here's a noob SRM question:

    I currently have a virtual computer with 2 drives attached to it (60 GB and 400 GB) and is currently a replication every hour...

    Evolution RPO (say from 1 h 15 min) will cause data warehouses initialize a full synchronization?

    He reproduced successfully and all... can restore on the domain controller... but when I change the RPO times and click Next, next and then it tells me it will reuse the existing disks... Should I point to him and have him invite me to re - use the .vmdks

    Any comments will be appreciated.

    Thank you.

    Hello

    Changing of the RPO does not cause replication of initial full synchronization state. When you started the Wizard reconfigures (edit) mode, he won't tell you that it will reuse the existing disks, but he is aware of this. That said, you can adjust the RPO safely.

  • Together TO return the location of the files

    Hi guys,.

    I'm new here, I'm a former editor-in-Chief of the FCP, and I am now on Pr 5.5. (and will move to CC soon) I have a question about setting up my rendered files to go at the moment they are save to my hard drive for portable computers and consume a lot of space (as they do) and I want to put in place so that they save on my external hard drive with all my other media files. I look around online and I can't find a real answer so please forgive me if cela a noob stander question that you've all heard a hounded times previously.

    Thank you

    I have 5.5 on my computer more so here goes another assumption...

    Project > project settings > disks work

  • Query PHP to HTML data movement

    Howdy all,

    Noob again question.

    I spent the last month working on a bunch of HTML pages, and with your help, I was able to get well enough to the CSS, positioning, formatting etc.

    I am very satisfied with my 20 pages or more and the ease with which they can now be handled.

    So I'm ready to kick up a notch, and this weekend began to my configuration database and created a single table.

    I am able to hit my server, open the db, do a query and display the results on the screen empty (hooray!).

    BUT! Enter this 'trick' of the DB in my HTML pages is another story.

    This morning I tried the page next and after a small jump, got to work.

    But please don't tell me that I have to write all of this PHP code for each of the variables on my pages

    There are "dummy" variable I can use - $query = htmldummy; htmldummy goes into a div or < td >?

    Is there some javascript that I can use to transfer MANY variables read the DB to HTML?

    Can I register any html or php pages?

    You have any ideas?

    Again, if you can just point me in the right direction, I would be very grateful.

    Tim

    < html >
    < head >
    < style >
    {.testtable}

    Width: 200px;
    background-color: aqua;
    border: 1px solid black ;}
    .TestTable td {}
    text-align: center;
    border: 1px solid black ;}

    < / style >
    < / head >

    < body >
    < table class = "testtable" >
    Table of Test of MySql < tr > < th > < /th > < /tr >
    < tr > < td >

    <? PHP
    $host = "host.host.com";
    $user = 'username ';
    $password = "password";
    $dbname = "64140_easyemr";
    $cxn = mysqli_connect($host,$user,$password,$dbname);
    If (mysqli_connect_errno()) {no echo 'No connection'. mysqli_connect_error() ;}}
    $query = "select * from where administrative lastname = 'gould" "; $result = mysqli_query ($cxn, $query) or die ("could not do 2');
    While ($row = mysqli_fetch_array ($result))
    {
    echo "{$row ['name']}";
    }

    mysqli_close ($CXN);
    ? >

    < table > < /tr >
    < /table >
    < / body >
    < / html >

    Save pages with the code server in them like .php side.

    the .htm or .html pages did not analyse the data unless your host has set up your server to read pages .html as if they were .php.    According to my experience, it is much simpler to use only the .php extension.

    Nancy O.

  • Noob question: Playbooks all have the same performance?

    I know... noob question. I am to complete my first game PlayBook and before I submit the app store I wanted to make sure that hardware performance will be the same on all the playbook or will it be something because of the performance issues on a per-device basis? I hope that this will be similar to a console where you can expect stable performance. THX.

    All devices (currently) work the same in the same conditions.

    That does not mean, however, that you can treat it as a console.  A console runs only a game and nothing else (in general).

    The PlayBook can run multiple applications, and among other things, a user can 'Behavior of the Application' setting configuration Mode Showcase, default, or standby, what determines if your application runs or stops when it is idle.  If they are in window mode, they may have other things at the same time.

    To a first approximation, however, "even in the world" is probably correct, for now.  Don't forget there will be different tablets in the future, with specification different but compatible with your app... not quite like a console there where many games is basically orphaned (or requires a port) when a new generation comes out.

  • Noob question: autonomous AIR .bar files?

    Sorry for the noob question, yet to learn these things from the air. When we create a .bar file, it is the only file position, does it include the runtime air, flash, etc, etc, or is it always require an accumulation of air / flash runtimes on the device? THX.

    The .bar file does not include the time of execution because the runtime is already preinstalled on the Playbook.

    Air is really integrated into the PlayBook so you don see the difference between a native app or an Air application.

Maybe you are looking for