How do you text opaque while the div is transparent?

I put my body to have a background image.

I inserted a div which has also a background image.

I want the div be transparent... but the text to be opaque, NOT transparent.

I tested it using the following css:

{#holder}
background-image: url (background2.jpg);
Width: 900px;
margin-right: auto;
left margin: auto;
height: 1000px;
filter: Alpha (Opacity = 60);


{body
background-attachment: fixed;
background-image: url(Lapel-Back%203.jpg);
}

How can I maintain the transparency in the div and have even normal text looking for...

the following link is an example of transparency with the text works correctly

http://www.chipfoose.com/ws_display.asp?filter=home

Thank you

They use the best method to achieve the effect in my opinion, a semi-transparent background image. Just create the image in Photoshop/Fireworks and then export it as a 32-bit PNG.

http://www.chipfoose.com/ksc_assets/system/bg_page.PNG

Tags: Dreamweaver

Similar Questions

  • How can you get rid of the "new tab" page that flashes what you did recently? I don't like this option...

    How can you get rid of the "new tab" page that flashes what you did recently? I don't like this option. If I wanted to Flash all the pages I've visited, I would. It is not YOUR place to do it for me. I'll change the browser if it is not changed.

    Hello, please refer to customize the page new tab to turn off the function.

  • Can someone tell me how do you remove or change the name of a library on the opening?

    Can someone tell me how do you remove or change the name of a library on the opening?

    You remove an Aperture library by selecting it in the Finder and delete it like any other file.

    To rename an opening, library, use the Finder-click on the name of the library and enter a differnet name.  You can also select the library in the Finder, then enter the ⌘I key combination to open the information panel. Then change the name in the Info Panel.

  • How do you keep icons on the desktop to move?

    Original title: the desktop icons

    How do you keep icons on the desktop to move?

    Hello

    Right-click on an empty area of the desktop

    Select display

    Select the icons snap to grid

    It should align them to the left

  • How do you put applications on the windows desktop as a shortcut form?

    How do you put applications on the windows desktop as a shortcut form?

    You can not put shortcuts to applications from the store to the desktop. Press the Windows key when it is on the desktop to quickly return to the start page.

  • If you have CC on two different computers and you forget to sign out how do you use CC on the second computer?

    If you have CC installed on two different computers and you forget to sign out how do you use CC on the second computer?

    Please see this link for more information on the installation of creative cloud on multiple computers:

    FAQ: Can I install Creative Cloud on several computers?

  • Several images can be viewed at once, each in it so how can you images floating in the workspace has a window, which can be moved on

    How can you images floating in the workspace, so several images can be viewed at once, each in its own window, allowing the images to be moved. This function doesn't seem to work in items 12

    Go in Edition > Preferences > General. Check ": allow Documents floating in its entirety in Edit Mode."

    I hope that will allow you to view the 3 files simultaneously via the available option.

  • How do you download InDesign using the Adobe Download Manager?

    How do you download InDesign using the Adobe Download Manager?

    With Adobe Download Wizard installed, you should be able to start the download at http://www.adobe.com/cfusion/tdrc/index.cfm?product=indesign.  If this doesn't work for you then please try another browser.

  • How ban you a computer for the software Adobe digital editions

    How ban you a computer for the software Adobe digital editions?

    ban the computer: ctrl-shift-D

    ban the device: ctrl-shift-E

    Unfortunately, the software designers ADE never attended a course on usability 101: no possibility of discovery.

  • BlackBerry smartphones how do you download weatherbug on the storm?

    any other phone, I've always used Accuweather, but this view does not support with the new storm that came out.  I mean you can go for accuweather on the Web, but it's not the same.

    with regard to what I have read many of you meet weatherbug, how you install?  I went to weatherbug.com/wireless and it gave me options...

    -Download alerts on your phone then it will send you text messages of sever weather, ect...

    -Download weatherbug for current conditions, 10 day forecasts... ect...

    I want the other one, but when I click on it to intall, he sent me a page saying: for more information visit weatherbug.com/wireless.  ?????     I'm already on this page, how do I load it then?

    Of your device to navigate to the following address:

    http://BlackBerry.WeatherBug.com/storm/storm.jad

  • How to center text compared to the other two layers

    Hello world

    It seems simple enough: I have two layers of distinct text - both in the same line. One is left-aligned, the other is aligned to the right, so that they specify in the middle. Overall, I want they to be centered.

    Example.PNG

    But because these two texts will have different formulations of various projects, I want to use the model function, so I can edit them in first.

    Is there a way to tell After Effects: "some text there, take two text layers and their Center as a whole."?

    For the life of me I can't figure out how to do. The closest I am to a solution is an expression on the anchor to a null object, which reads:

    W1 = thisComp.layer("Text1").sourceRectAtTime () .width;

    W2 = thisComp.layer("Text2").sourceRectAtTime () .width;

    [(thisComp.width-(w1 + w2)) / 2, value [1]]

    Then the text layers are related to the null value.

    I found this in a post on Creative Cow: multiple text layers to form one. how I can it Center as a whole?: Adobe after effects Expressions

    The problem with that: it works with the text aligned to the right. If you change the text aligned to the left, everything goes to the left.

    Does anyone have an idea how to make this work? It may even be a way simpler than using expressions?

    I hope I could explain the problem. If there's anything missing please let me know.

    Thank you!

    Concerning

    FABI

    There is no demo that is involved in the technique. Alignment tools will not work with a demo. In the screenshot at the top of the page, note the selected text and the reference level setting in the character Panel. I just adjusted the base line in the second paragraph of the text to move it to the top so that it is aligned with the base line in the first paragraph of the text.

    Unfortunately, the process becomes a little more difficult if you want to be able to use this model as an asset of editable text dynamically linked in Premiere Pro. Centering becomes a problem. It's pretty easy to get the width of the text layer but the anchor is based on paragraph and I'm not in any way take the width of the first paragraph of the text and add it to the width of the second paragraph of the text and adjust the anchor point to be at the center of the paragraphs combined.

    You can return to the idea of two layers of text, but use the width of each layer and the ratio between the widths to control the position of a null value. If you then related the two layers for the null value, the null value of centering with an expression based on the width of two layers and the ratio between the width of the left and right text would do the trick. I have to think about how to write this expression a bit. This is probably the solution to your problem, but I don't think I could write this expression in my head.

    What you want to do is to calculate the total width of the two layers (tw) and then calculate the ratio between the width of the two layers (rw / lw) then multiply the width of the layer left by the ratio then you can calculate the offset. You may have to calculate the ratio of the layer from left to the total width of the two layers. As I said, I'll have to think for a minute. There is also the problem of the space between the two layers. You will need to add a space before the first letter of the right text layer, but the size of the right layer won't take into account the space so you have to measure it and add it to keep things perfectly centered.

    EDIT:

    So I did a reflection more and I was doing it too hard. All you have to do is to calculate the difference between the width of the layers both text and divide by 2 and add it to the Center comp. name your layers of text left and right, and then add this expression to a null value.

    r = thisComp.layer ("right Text") .sourceRectAtTime (time, false);

    R.width = RT;

    l = thisComp.layer ("left Text") .sourceRectAtTime (time, false);

    lt = l.width;

    CC = thisComp.width/2;

    DIF = (lt - rt) / 2;

    [dif + cc, value [1]]

    Now, hold down the SHIFT key and parent the two lines of text to null. If you don't want to use the trick of null, you can add the expression of two layers of text. Using the value null makes it easier to move. The expression can also be modified to allow you to position the null or layers wherever you want in the model.

  • Help! How do you keep objects in the same order in a doc page 20, when inserting a new object?

    I created a catalog of photos only, as objects.

    They are organized in alphabetical order, 4 images per page as a 2 x 2 grid, 20 pages.

    I want to insert a NEW object (image) in the middle of these 20 pages, and you want all objects after the move more than a place to make room.


    How can I get the objects after those inserted to shift, such that the text would be the case if you have inserted a text more in the middle of a paragraph?

    I can't understand how this (without just putting the images in a text box and online, but then I lose all the controls of the space)...

    Thank you!

    Laurent

    The only possibility would be a script. Scripting InDesign

  • How to make text disappear when the mouse is over a button?

    Hello, I'm completely new to Flash, and well I need help. I created a page that contains static text in the Center.

    Page has buttons on the side and when I rollover a button text is displayed, but the problem is that when I rollover a button, static text in the Center is here and I want to hide as I can't read anything either because the texts are overlapping.

    How can I make the text in the centre disappear / hide when I rollover a button and how do I make it reappear when the mouse is the off button?

    I hope what I said makes sense.

    You can assign the code onRollOver and onRollOut buttons to the dispappear of text, but you will need make the text a movieclip with instance name that you can use to target to make it invisible.  In the example below, the button has an instance name of "btn" and the movieclip of text has an instance name of "text_mc".

    btn.onRollOver = function() {}

    text_mc._visible = false;

    }

    btn.onRollOut = function() {}

    text_mc._visible = true;

    }

  • How to update text or change the text in the TLF?

    Hello

    I can't update the text in a TLF. This should be pretty basic, but forget something.

    It's the pseudocode:

    pg_xml = new XML(str);
    textFlow = TextConverter.importToFlow(pg_xml, TextConverter.TEXT_LAYOUT_FORMAT);
    var tlf_sp = new Sprite();
    textFlow.flowComposer.addController(new ContainerController(tlf_sp, width, height));
    tlf_sp.x = posx;
    tlf_sp.y = posy;
    textFlow.flowComposer.updateAllControllers();
    addChild(tlf_sp);
    

    Elsewhere, the text should be updated:

    pg_xml = new XML(str);
    textFlow = TextConverter.importToFlow(pg_xml, TextConverter.TEXT_LAYOUT_FORMAT);
    //TODO: figure out how to update text! updateAllControllers doesn't work.
    //textFlow.flowComposer.compose(); //-- Didn't work.
    //textFlow.flowComposer.updateAllContainers(); //-- Though this couldn't be used, I was just trying out, but didn't work either.
    textFlow.flowComposer.updateAllControllers();
    

    Version TLF: 4.0.0.13895

    I just need to update the content of a TLF, rather than recreating a new textflow. Any help will be much appreciated.

    Kind regards

    Sabine

    If you are importing, the import process always produces a new TextFlow. You cannot import into an existing TextFlow.

    Gordon Smith

    Adobe Flex SDK team

  • How do you take control of the Firefox icon in the middle of the home page directly on the search engine

    There is usually a large icon of Firefox, then it changed to a map, now it's a shooting gallery. How can you check this?

    If you prefer not to see excerpts on the topic: home page, you can set the pref browser.aboutHomeSnippets.updateUrl an empty string on the about: config page.

    Delete the storage\moz-security-about + House in Firefox with Firefox profile folder closed to remove code snippets stored in IndexedDB and do use a default set of Firefox.

    You can use this button to go to the Firefox profile folder currently in use:

    • Help > troubleshooting information > profile directory: see file (Linux: open the directory;) Mac: View in the Finder)

    You can reset the browser.aboutHomeSnippets.updateUrl the default pref to reactivate the code snippets.

Maybe you are looking for

  • UPGRADE VISTA TO WINDOWS 7

    I JUST BOUGHT A LAPTOP HP REFURBISHED WITH VISTA ON IT.  IT was delivered yesterday.  Now, I heard that Vista is be removed and replaced with Windows 7. HP or Microsoft will improve my system for free... I want to Windows 7?

  • ThinkPad W530 problem - Microphone does not work do not

    Hello My W530 microphone does not work. Whenever any problem try to use (Skype, Audacity), it still shows a quick activity (about 0.5 ms), always with the same- and nothing more, ever. I installed the drivers from Realtek and lenovo drivers, nothing

  • 6225 NaN errors

    I read straight tensions on an acquisition of data in a table.  It worked perfectly for about 18 months and now I'm getting a row of NaN in my table.  There is no software change that would cause this issue and there is no mathematical functions.

  • BlackBerry 8830 smartphones & Desktop Manager does not recognize Outlook Express 2000, cannot sync

    I just installed Desktop Manager 5.0 and connected to my BB 8830.  I use Outlook Express 2000 for the calendar and I want to sync it with my BB 8330.  However, in Desktop Manager under Sync / Config / select the device for the calendar, the only choi

  • Installation of Win95 or 98 in a 9000 series

    I would like to install Win95 in a Pavilion dv9341eu by placing it on a dedicated hard disk and then start it by changing just the hard drive. The only reason is to play old games like the earthquake without all the hassle of DosBox. I will not need