Question about setting track level

Hi I finally got my new macbook pro and moto 8 pre and have just today tried a bit of recording just to get used to it. I am at the moment using garage band. I have a question about track levels. In Garage Band when I select a track to record there is a slider for input level or an option of clicking the automatic level control. But for some reason they are both just that color of grey you get when something can not be selected on a computer. How do I activate this? It's strange as I did actually manage to record the track, I just can't seem to really adjust the level. I thought maybe it has to do with the motu and I can only select the track level there, and that garage band level setting are (rightfully) disabled? Maybe that's what I should be doing, but just a bit confused. Anyway, thanks in advance for whoever takes the time to help out a newbie.

Ah, ok. Good to know. Thanks for the info.

Similar Messages

  • Question about setting guitar levels

    Hi, I'm new at Garageband so bear with me. I just bought an Avid Recording Studio Fast Track USB interface to hook up my guitar. It's got 3 knobs on the top- Mic Gain, Guitar Gain and Output. (Mic Gain is for the XLR input, Guitar Gain for the 1/4 inch input, and then the output). When I hook it up in Garageband and click on the back of an amp, the recording level slider is grayed out and I can't adjust it. How do I get the proper guitar level so I'm getting maximum sound with no noise and no clipping? Do I adjust the volume slider on the track? I assumed that was just for volume and not the actual recording level.
    Any help is appreciated, thanks!

    xSlamx wrote:
    the recording level slider is grayed out and I can't adjust it.
    http://www.bulletsandbones.com/GB/GBFAQ.html#volumesliderdisabled
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    I assumed {the track fader} was just for volume and not the actual recording level.
    correct

  • Question about Setting Window Title/the use of AVWindowSetTitle()

    Hi everyone,
    I have a question about setting the title of the window in which the Acrobat viewer normally opens a PDF file.  The documentation states that AVWindowSetTitle() cannot be used in this case.  However, using it has worked with versions of Acrobat/Reader up until and including version 8.
    Everything breaks down starting with Acrobat 9.
    According to the documentation I am supposed to do the following: "To set the title of a window in which the Acrobat viewer opens a PDF file, you must replace AVDocOpenFromASFileWithParams() and pass the window title in tempTitle."
    Unfortunately, there are 2 problems I have with this approach:
         I do need to be able to change the document title on document Save, not only on document Open
         I do not know what AVDocOpenFromASFileWithParams() implementation has to look like if I have to replace it using HFTReplaceEntry().
    Is there a sample customized implementation of AVDocOpenFromASFileWithParams() somewhere that I could take a look at?
    Is there a way to change a document Title inside Acrobat/Reader window after a Save operation?
    Thanks a million,
      Lana2010K

         I am sorry.  I don't know how you tested this and came to conclusion that this works correctly in Acrobat X.
         I just tested our Acrobat plug-in with a trial version of Acrobat X and this did not work.
         When we open a file in Acrobat (doing it ourselves in the plug-in by adding another specialized open) we set the window title to something different from the default file name.  Then if a file gets edited and saved (File->Save), the window title gets reset to the file name. In the PDDocDidSave callback we call AVWindowSetTitle() to set it back to a more descriptive window title we need.  This has worked up until and including Acrobat 8, but does not work in either version 9.0 or 10.0.
         Also, I just modified the plug-in code to always change the Window Title of every document (even if opened through native File->Open) on document Save.  It does not work.
         Please help,
              Lana2010K

  • Question about setting cookies and custom authentication

    I have a question about setting cookies.
    I have two different 'projects' in HTMLDB - we will call them App1 and App2.
    I also have two different connection configurations setup in the DADs.conf file. - we will call them Connect1 and Connect2.
    App1 is setup to use database authentication (no user is specified in the DAD) and uses Connect1. Once the user successfully logs in, we set a username cookie (this is a persistent connection).
    We created a custom authenticatoin scheme for App2 - this scheme checks for the username cookie (set by App1). We would like for App2 to use Connect2 (HTMLDB_PUBLIC_USER is the default user specified and it uses connection pooling).
    Is it possible to set a cookie from App1, Connect1 for App2, Connect2 - then redirect to App2 and pick up that cookie?
    Here is an example of what we are trying to accomplish:
    A user loggs into App1, we set a cookie, and the user is redirected to App2. If the cookie exists, we allow them access to the home page in App2, if no cookie, we redirect back to a 'Login Failed' page in App1. We don't want App2 to use the same database connection as App1 though, we need App2 to use connection pooling.
    Is this possible? OR...Is there a better way to accomplish what we want to do?
    This is an enhancement to an existing app. Our requirements are to use Database Authentication (setup where pass expires after 60 days or so, cannot reuse last 3 passwords, etc.) - which is already setup and being used by other applications in our organization. All of our users have accounts in the database. We don't want users to have a new username/pass - and we don't want to manage a separate group for HTMLDB apps.
    The existing application uses HTMLDB's built in authentication - which uses database username/pass, and it uses connection pooling, but we cannot handle the pass expire stuff in it, unless there's something we're not seeing or understanding - at least that's how our DBA explained it to us.
    Any help with this will be appreciated so much. I can send you the code we have if needed.
    Thanks!

    Same problem here.  I have so many problems with this remote app.  Is there an iTunes API? I would like to write my own remote app that actually works.

  • Question about SET FRMLBOTTOMUP

    I'm getting unexpected resutls when using this set command and could use some feedback. EXAMPLE OF CALC - SET FRMLBOTTOMUP ON;SET UPDATECALC OFF;SET CACHE HIGH;/*This step multiplies UNITS times RATE and records the results on AMT, for all level 0 entities of North America SS */FIX(&Svar_Years,&Svar_Scenario,"FA10","FA11","FA12","FA13","FA14",@RELATIVE("XX SS",0), Local,"4111_AMT" ) "Current Version"="4111_UNITS" * "4111_RATE";ENDFIXWith SET FRMLBOTTOMUP ON Essbase calcs "4111_UNITS" * "4111_RATE" correctly but places the result in not only "4111_AMT" but also in "4111_UNITS" and "4111_RATE", erasing what was previously there. This only happens with SET FRMLBOTTOMUP ON otherwise the calc of unit times rates works fine. It also works fine if I replace the left side of the equation from "Current Version" to the account "4111_AMT" which is a dense member. I don't understand why that should matter and what about SET FRMLBOTTOMUP ON causes Essbase to place the result of the formula in the members used to generate the result in the first place. Any suggestions would be much appreciated. Thanks.

    thanks, can u explain when this server serialization
    occurs and why? the application i am using uses lots
    of beans with data coming from database, and those
    beans are used for display and calculation during
    user interaction(one session). is there a risk of
    lossing information during the interaction when
    server serializes session? thanksIt depends on the Server, and on the session manager used.
    For instance, Tomcat, with the default manager, will try to serialize sessions when the context is restarted so that user data is not lost during application upgrades. It will also attempt to serialize if the JVM begins to run out of memory.
    A second manager available in Tomcat will try to store all session data in a database, the file system, and the like so that it does not take JVM resources. This requires serialization.
    Finally, You can use load balancing or other clustering techniques to back up Tomcat (so one server doesn't do all the work, or if it goes down, other servers will handle requests). Since sessions will need to be shared (or sharable) between different servers, the data must be serializable so it can be sent from one to the other (or actually sent and received through an external storage system like a DB) they must be serializable for this to work...

  • Question about setting Rows to "All" for defualt Interactive Report

    I have a default report with 2 user requirements that I have some questions about.
    1. The report in the data sould be 90 days old.
    2. The report show "All" rows.
    First to set the date I have this page process:
    apex_util.ir_clear(p_page_id => 2);
    apex_util.ir_filter(p_page_id=>2,
    p_report_column=>'REQUISITION_DATE',
    p_operator_abbr=>'GTE',
    p_filter_value=>SYSDATE - 90);
    I also set the rows to "All" and save the report to be the default. However I think when the "apex_util.ir_clear(p_page_id => 2)" is executed it clears someting and my report opens with rows set to "15".
    Any ideas on this or even a better way to do it?

    the following link may help...
    It says that the ir_clear "Clears any report filters including default filters"
    apex_util.ir_* documentation - where to find them?
    Gus..

  • A string of question about Locking & Isolation Level

    Hi All
    It is highly appreciated if someone give offer answers to my below questions
    1) There are two ways of locking mechanism: Pessimistic & Optimistic. In general, do all J2EE app server support all these two ways of locking ?
    2) It seems to me that setting the isolation level to "serialization" should result in using pessmistic locking. If no so, please point out my misconcept and explain to me.
    3) Are there any differences in the way of entity bean programming as different locking mechansim is adopted ?
    4) With regard to optimistic locking, will the app server throw out exception as data contention is detected ? Is the way of handling dependent on app server? Or It is transparent to the developer of entity bean. Please give me an e.g of j2ee app server product how to handle this scenario.
    5) To adopt the approach of "optimistic" locking, do l have to implement it on my own using bean managed entity bean.
    6) It seems to me that optimistic locking can achieve better concurrency. If it is inherently supported by app server for its container managed entity bean (=> totally transparent to the developer of entity bean). Is it always the rule of thumb to config the server to use "optimistic" locking instead of "pessimistic" ?
    Sorry for bombarding you guys with such long list of questions. l would be very thankful if someone can help me consolidate my concept on these topics.
    Also, please send your reply to [email protected] as well
    thanks & regards
    Danny

    Hi Danny,
    I became interested about the optimistic locking recently. If the topic is not long forgotten then this may make some difference!
    We have attacked the optimistic locking issue by introducing audit fields (MODIFY_BY_USER, MODIFY_DATE) in tables where concurrency needs to be implemented.
    We are retrieving rows from the table (for display or update) through Stateless Session Bean using simple SQL SELECT. The audit fields are fetched along with the business data and are kept at the client. While any of the concurrent users tries to update the row the audit fields are sent to the application server along with the modified business data. The relevant Entity Bean checks for any difference in the timestamp of the audit field (MODIFY_DATE) value with the value in the database. If a mismatch is found it reports a business exception to the user. Otherwise, the row is updated with the lastest timestamp value in the audit field MODIFY_DATE.
    This works fine when two update operations are not concurrent, i.e., two users submit their update requests in a time lag greater than the time taken by the transaction to complete. This alone could not prevent the dirty update on the database.
    Hence, to prevent any concurrent update contending for the same row you need to set the following ejbgen tag in the Entity Bean:
    concurrency-strategy = Exclusive<<<<<Note: We are using Weblogic 6.1 with SP4 and CMP (no BMP).
    Please let me know if you have got a better solution to tackle this issue.
    Chandra.

  • Question about section tracking .

    Hi everyone,
    I've been searching for a while both in this forum and the Web about this matter, but I wasn't able to find an answer... So sorry if this question has already been solved.
    I am developing a JSP/Servlet web site (that will be the home of an investigation project) and I need to keep track of the Section of the site where the user is.
    For example, at the moment whe are at Developers Home > Developer Forums > Java Forums > Enterprise & Distributed Computing > Web Applications > JavaServer Pages (JSP) and JSTL >
    I can't figure out how to do this using JSP/Beans/Listeners... Could you please suggest me a way of doing it?
    Thanks in advance,
    Dominguez Illobre

    It is very hard via a web interface to keep constant track of a user.
    They can use the back button to "get out of synch" or even just type a new URL into the address bar directly.
    There isn't a generic solution as far as I am aware.
    Probably the easiest way is to have an application level map, that for each user stores the "section" of the last request that they made.
    Would that suffice? Probably you could do it with a servlet filter, so it would run on every single request.
    What is it you are trying to accomplish?

  • Two questions about Audio Tracks

    I need to make several adjustments to an audio track of an interview to remove the voice of the interviewer who would give the occasional "uh-huh" etc., sometimes overlapping (though usually not) with the interviewee.
    The way I've been doing this is to pull down the db level at those points in the timeline.
    My questions:
    1. Is this the best way to do it?
    2. Regardless of the answer to question 1, why is it that sometimes when I use the pen tool in one stereo track, it will automatically affect the other at the same time, and other times I need to do each stereo track separately?
    Thanks a lot.

    If you recorded with two mikes, which it sounds like you did, you really recorded two distinct tracks, and you ought to bring them in as dual mono tracks, rather than stereo. (A capture setting.) Go to the Modify pulldown and uncheck "stereo pair." Then you should be able to adjust to your heart's content.
    Did you record any room tone? It's very useful to fill in the gaps you create by eliminating words. Nothing detracts from an otherwise compelling show like bad audio! If you don't have any room tone, look for a section where no one is saying anything and there is no clothing rustle, etc, FROM THE TRACK where you are making deletions. Use that to fill the holes.

  • Question about setting up a workstation with Aperture 2

    hello, I hope I will get some help from here.
    I guess first I should list the things I have, this will make it easier. I have a Macbook Pro with 10.5.6, a Samsung 24" monitor, Aperture 2, Photoshop CS4, CANON Pro9000 Printer, and Pantone Huey Screen calibrator.
    So I already have both my screen (macbook Pro's and Samsung's) calibrated. My question is about how to correctly set up my printer.
    I went on Canon's website and try to download the driver for the CANON printer, But I see there is 3 different version for the driver, i am not sure which one to choose. One is for 10.3.9 and above, one is for OSX CUP (which i donno what it means).
    and do I need to install any of the canon software or plug-ins? I thought the printer color profile is in the driver as well. and aperture should pick that up fine. but for max quality printing, am i better off with the canon software? if so which one should i USE? Easy Photo Printing EX or Easy Photo Printing PRO?
    last... I guess it will be nice if someone can point me the right steps to make a print after I have done everything I want to in Aperture. if you guys can give me a step by step guides for printing from Aperture 2 to Canon Pro9000 with Canon Photo Paper Pro II. and is photoshop is must have in the printing process? I really would love to stick with Aperture as much as possible. but again, quality go first...
    Thank you for reading my post, and thank you even more for replying.

    Challenging, yes, here is a link to a podcast on the O'Reilly website, hope this helps, I found it very useful. I actually subscribe to the podcast (via itunes) and find that there are some great topics.
    http://digitalmedia.oreilly.com/pub/a/oreilly/digitalmedia/2007/02/13/insideaperturepodcast-9.html?page=last&x-maxdepth=0
    Joe Schorr on Color Management in Aperture
    Inside Aperture Podcast 9
    by Derrick Story
    02/13/2007
    Joe Schorr, Apple Senior Product Manager for Aperture, covers color management in Aperture 1.5.2. He discusses the three basic areas that photographers must address in order to have consistent color throughout the workflow: Screen calibration, correct settings in the print dialog box, and adding profiles to exported images. There are some nice tips in this chat, including how to use on-screen proofing in Aperture. Derrick Story interviews Joe in this exclusive O'Reilly Media podcast. (Inside Aperture, Feb. 13, 2007: 18 minutes, 18 seconds).

  • Setting tracking levels

    My signal path for recording electric guitar: Behringer DI > Scarlett 18i20 > Logic Pro. Given that the Scarlett's meters and Logic's meters are both dBFS, I would expect that, with pre-fader metering turned on in Logic, recording to a channel strip with no insert effects should result in in meters in Logic exactly (or at least closely) matching the input meters on the Scarlett (whose meters are after the input gain stage). Nonetheless, the levels in Logic are consistently about 10 dB higher than they display on the Scarlett. It's not really a problem (if I get too hot of a signal I can just turn down the input gain on the Scarlett), but it just seems kind of inexplicable.
    Any thoughts?

    I think you probably understand this... none of Logic's channel strip/mixer faders affect record level only playback or monitoring level, record level is set (in your case) with the Scarlett hardware, if there is too hot a signal it will be within the Scarlett hardware, you would hear distortion from the hardware rather than Logic.
    Logic can can overload your hardware's output stage on playback if the Master bus level starts heading the red with any consistency.
    There is one little used Environment object that does affect recording, the Input channel strip, you can print effects...etc. This is something you would create in the Environment.
    You might try downloading the "Reaper" MIDI/Audio sequencer.. an amazing program with something like a 60 day free trial, very small in size, last I looked under 15MB with a feature set that is second to none. Expertly programmed and affects none of your other software, installs nothing that affect the operating system, basically a stand alone application.
    http://www.reaper.fm/index.php
    I have nothing to do with the company, just a simple way to check your measurements.

  • Newbie question about setting up iTunes to sync across multiple computers

    Hi,
    Right now I am using iTunes primarily for listening to streaming radio. However in about 2-3 weeks after I move, I am considering importing all my CDs into iTunes.
    So my question is this. What can I do before I start that will make my life easier for syncing my iTunes across multiple computers.
    I don't expect the computers to connect to each via internet but I do have a 4 GB flash disk and 230 GB firewire drive that could be used. And since one of the computers is MacBook Pro, I could use it in target mode I think.
    Thanks.

    Authorization only applies to computers. When you update a device any protected content on the device for which the library is not authorised will be removed. Otherwise no attempt is made to remove content that was added by a now deauthorised library.
    There is a separate scheme permitting up to 10 devices (computers, iPhones, iPad or iPod touches) to be registered for automatic downloads of your purchases with a different mechanism for deregistering devices.
    Once you have a file on your computer you can physically copy it to any other computer in the same way that you would copy any other file like a Word document, put it on a disk, email it if not too large, burn it to DVD, stick it on an external hard drive or move it over a network. You can use Get Info. To tell you where it is now and you can drop it into the library at the other end.
    The user tip shows how to backup the whole library and then update that backup efficiently. Such a backup to a portable drive also provides a possible tool for transporting any content to another computer.
    tt2

  • A few questions about setting up a network drive

    Hello,
    I have been trying setup a private server on my home network. I have a Netgear WNDR 3800 and have been trying to hook up my 2TB external drive to the router.
    I have been trying to decide how I want to format the drive, and how many partitions I should use.
    The reason I have a 2TB drive is because I needed a work space to create a image of a corrupt 500GB drive. The 500GB drive had my entire digital life on it, and it was almost lost. I dont want to encounter the same issue with a 2TB drive because at that point I feel like any issues would make it difficult for me to recover the data due to work space size issues. This is why I am thinking about using several partitions, but I am not sure what issues this might present.
    As far as format goes; the router says it supports read/write with FAT 16/32, NTFS, EXT 2/3, and I know it works with HFS. Here are the things that I am trying to do with the drive. (in order of importance)
    Use it as a Time Machine backup location for 1 possible more MBP's
    As a media sever to stream downloaded movies and music to A/V reciever (Pioneer VSX-822)  and possibly other devices on the network
    Act as a temporary storage location to swap files between devices or operating systems
    If possible not keep media on my computer and stream it from the network drive when I am home
    And, thats all I can think of right now. If there is something else useful I am missing that would need special attention in setting up a network drive let me know.
    So, I have had no problems getting the drive to connect and show up on the network when I use HFS. I have also been able to get multiple partitions to show up; been able to back up to different partitions; including time machine on one partition.
    So here is where I am running into problems; the router bios allows you to enable a media sever. I believe the router tries to do something with DLNA. DLNA I believe allows for a similar functions to airplay and cloud for basically all compatible non apple products. I dont care if I use DLNA, or Airplay. I just want to be able to access my music library over the network without having to have my computer open, or my iphone on me..ect.
    So I was wondering if anyone could help me out, or if there are any articles I should look at that I might have missed while I have been researching.
    Edit: I am sorry if this is posted in the wrong section, I figured the best people to ask about filesystem compatability and ease of use was going to be the System software section

    Hello,
    I have been trying setup a private server on my home network. I have a Netgear WNDR 3800 and have been trying to hook up my 2TB external drive to the router.
    I have been trying to decide how I want to format the drive, and how many partitions I should use.
    The reason I have a 2TB drive is because I needed a work space to create a image of a corrupt 500GB drive. The 500GB drive had my entire digital life on it, and it was almost lost. I dont want to encounter the same issue with a 2TB drive because at that point I feel like any issues would make it difficult for me to recover the data due to work space size issues. This is why I am thinking about using several partitions, but I am not sure what issues this might present.
    As far as format goes; the router says it supports read/write with FAT 16/32, NTFS, EXT 2/3, and I know it works with HFS. Here are the things that I am trying to do with the drive. (in order of importance)
    Use it as a Time Machine backup location for 1 possible more MBP's
    As a media sever to stream downloaded movies and music to A/V reciever (Pioneer VSX-822)  and possibly other devices on the network
    Act as a temporary storage location to swap files between devices or operating systems
    If possible not keep media on my computer and stream it from the network drive when I am home
    And, thats all I can think of right now. If there is something else useful I am missing that would need special attention in setting up a network drive let me know.
    So, I have had no problems getting the drive to connect and show up on the network when I use HFS. I have also been able to get multiple partitions to show up; been able to back up to different partitions; including time machine on one partition.
    So here is where I am running into problems; the router bios allows you to enable a media sever. I believe the router tries to do something with DLNA. DLNA I believe allows for a similar functions to airplay and cloud for basically all compatible non apple products. I dont care if I use DLNA, or Airplay. I just want to be able to access my music library over the network without having to have my computer open, or my iphone on me..ect.
    So I was wondering if anyone could help me out, or if there are any articles I should look at that I might have missed while I have been researching.
    Edit: I am sorry if this is posted in the wrong section, I figured the best people to ask about filesystem compatability and ease of use was going to be the System software section

  • A zillion questions about setting up and using external hard drive

    Hello. I recently purchased a Cavalry 440GB CACE USB/FW800 7200 RPM 3.5 in Mac Formatted hard drive. My Mac is a Power PC G4 using OS X 10.2.8.
    After much back and forth with the Cavalry support desk, I was able to connect it to my Mac. (The USB cable included was not compatible--fortunately, my printer cable was.)
    Through Disk Utility I see that my Mac is detecting the hard drive, but there's no icon on my desktop. My questions are as follows:
    1. How do I get the icon on my desktop?
    2. It was suggested on this board to partition the hard drive. What exactly is partitioning, and is it necessary?
    3. If I do partition the hard drive, into how many partitions should I make it?
    4. Once the number of partitions is set, can that number be changed? In other words, can it be repartioned without erasing anything?
    5. My main purpose for getting the external hard drive is to move all my movies off my Mac. I'm sure I will want to back up other files as well. Should I create one partition for all the movies, and one for photos, one for files, etc.?
    6. Once I get the icon on my desktop, is transferring files as simple as dragging the files onto the icon?
    7. Once I move files to the hard drive, is it simple to move them back to the Mac if I need to use them again?
    OK, that's all for now. I appreciate your patience in dealing with all my questions! Thanks.

    Hello, 
    I'll try my best on the first seven. The remaining zillion minus seven questions will have to wait!
    1. If the drive really is Mac-formatted it should just appear. Firstly check that hard disks are set to appear on the desktop. In the Finder go to Finder > Preferences... >General tab and ensure that the box to show hard disks on the desktop is checked. If that doesn't work go to Macintosh HD > Applications > Utilities >Disk Utility. Select the drive in the left hand pane and then click on the "Erase" tab. Erase the disk and ensure the format is "Mac OS Extended (with Journalling)".
    2. Partitioning is splitting the physically drive into two or more volumes. This will allow you to compartmentalise your data. You will have two or more icons appear on the desktop if you do partition. Although they are on the same physical disk you will be limited on each of the volumes to the size you set at the time of partitioning. If you do partition the drive be sure to use the "Apple Partition Map" not "GUID Partition Map". The latter is for Intel Macs.
    3. Whatever you want. My experience is that too many partitions and you loose flexibility in your storage space. Personally on my external drive I have a partition that is exactly the same size as my internal hard drive. I then use that to do a regular clone backup. I then have a second partition for general use. This means I can put files on the external but still guarantee I have enough spare to backup fully.
    4. No. Not without third party tools.
    5. As I said above, in my opinion the best use is to create a partition for backup and a partition for all other use.
    6. Yes absolutely. However if you plan on moving libraries like iTunes or iPhoto then you'll need to show the applications where the libraries are again.
    7. Yes.
    Some extra pointers:
    A. Use Carbon Copy Cloner to backup your internal drive to the external. Clones are fantastic backups as even if the internal drive bursts into flames you will have an identical copy of all user data and settings: http://www.bombich.com/software/ccc.html (scroll to the very bottom for the version suitable for 10.2.8).
    B. Don't use USB to connect the hard drive it's not very fast. Firewire 400 is significantly faster and will allow the iMac to be booted from the external drive in an emergency (USB will not boot a G4 Mac).
    Hope that helps a little.
    mrtotes

  • Question about setting opacity in DW Cs6, without using rgba

    Hello,
    I prefer not to use html5/css3 until there are no more windows xp accessing the internet. However, the html5/css3 functions are pretty nifty and I would like to find a ie8 friendly way of doing similar stuff. I would like to set the opacity of my background colors between my <div></div> and not use rgba, but rather hex, but NOT change the text color at all. I would prefer to do it in the css editor rather than hand coding if possible. Is there a way to do this?
    I'm new to the new stuff. Last time I built a site was back in 2007 using Frontpage 2003:)
    Thanks

    Without using rgba, you would be stuck with the opacity atribute if wanted to just use css. The problem with the opacity attribute (and filter for IE) is they affect the entire html element they are applied to and its contents.
    The only way to have a background with some opacity/transparency without using rgba for the background-color attribute is to use what Gramps points out. Create an image in Photoshop, add your color to a new layer, drop the opacity of the layer to the level you want. Remove any background layer (so you have just the checkerboard background with your partially transparent color over the top of it) then save it as a PNG-24.

Maybe you are looking for

  • List of Proforma Invoices

    How to get  list of Proforma Invoices? If i use VF05N  t code to see F8 or F5 list of billing docs system is not giving. is there any separate t code for profroma invoices? thanks In advance Rajendra

  • GAP ANALYSIS AND TICKETS

    hi Gurus, I need some 6 real time examples relating to Gap Analysis and Tickets of SAP SD. Please could you send me all the details with the scenarios and solutions to my email if [email protected] Thanks, Farhan.

  • Adobe Captivate

    When trying to add additional slides to the end of a recording I keep getting "Another session of Adobe Captivate is currently recording. Please close the other session of Adobe Captivate before trying to record." There is no recording to end that I

  • CSAC Solution for WLAN in Branch Offices

    Which solutions can i have if i implement in my branchs officces an Aironet Wireless Lan and i want to use the CSACS for the authentication proccess. The fact is that i dont't want to depent on the Wan link for the authenticacion Proccess, if the CSA

  • MZCommerce.Creditbalancemismatch.Mobile_Message----  what does this mean? Please help...

    Anybody seen this before?