Can you "bleed" a background image through a DW template?

I'm in the process of redesigning a simple site and am fairly new to working with DW. I created a template with navigation along the left side and a content box on the right. The client requests a background image (which I set in the CSS body tag). However, once I set the content portion of the template it sits on top of the background image (effectively blocking out portions of the background image). I need it to "bleed" through so that the background image covers the entire screen content.
Example: http://www.mchenrycac.org/test/index.html (or see image in the attachment)
Can anyone suggest how to get the image to show through the content portion of the template?
Russ

It took me a few "tries" to place the code in the right place (and a few
different iterations of the example given on the site) but the opacity tag
does work as suggested. Setting the opacity to 100% allows the entire
background to bleed through as I needed.
I had to completely remove the suggested CSS tags for IE7 and IE8 however
and go with just the opacity tag. Tested this in IE8 and Firefox and both
display the opacity correctly with the single opacity statement:
.opaque
The class was added to the table statement in my template (the table that
contains the content area for every web page) and works beautifully. Thank
you for the quick response...
Russ

Similar Messages

  • Can you change the background image in IP Communicator

    Can you load an image file from you local workstation as the background in IP communicator?

    The first image worked great, but...
    I made and applied all the correct directories, images, and files needed for the custom background.
    I tested it on IP communicator and it worked great, with the image showing up as selection 2.
    Then I added another image selection; meaning I added the formatted image files and edited .xml file.
    Restarted IP Communicator and it still only shows the 1st custom image I created.
    I have checked and rechecked the .xml file along with the formatting of the images and still only 1 custom image is there.
    Ideas -
    Maybe there is a ?reload? command that I need to use on the phone itself?
    Is there any difference if the image is loaded on a Subscriber or Publisher
    - Currently I have it loaded on a subscrber that I also have confirmed that is set as the TFTP server for the IP Communicator.
    Thanks for any help you can provide on this issue.

  • Can you lock the background image orientation?

    Hello all
    Is there a way to lock the image orientation? When I turn the iPad, I want the apps to rotate, but I want the background image to stay portrait.
    If not, is there someplace i can suggest the feature?
    Thanks!

    No. It will orient along with your view. You can post feedback here: http://www.apple.com/feedback/

  • How can you make a background image change to a faded state at a certain point in scroll?

    I'm referring to a technique I've seen used in Relevant Magazine's iPad app if anyone has used it. I understand having a shape behind text that has a feathered gradient and when you scroll the text the shape gradually fades out the background image. But this is not the effect I'm trying to acheive. On some of the articles in Relevant, the screen is a full image and as you scroll the type up, the entire background dims when you scroll to a certain spot.
    I've tried searching for hours, but I feel like I'm getting no where because I don't really know what to search for. I feel like it requires use of something other than what DPS is capable of. Hopefully this makes sense and I'd greatly appreciate any suggestions and help!
    Thanks!

    Try applying the feathered gradient to the scrollable content frame, not the background frame. It will appear to change the color of the background frame.

  • Can you have a background image in Flex?

    How might it be implemented?
    Thanks,
    Doug

    Another one simple example:
    <?xml version='1.0' encoding='UTF-8'?>
    <s:Application xmlns:d="http://ns.adobe.com/fxg/2008/dt" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" backgroundColor="#060503" creationComplete="application_creationCompleteHandler()" height="750" preloaderChromeColor="#060503" width="1000">
    <fx:Script><![CDATA[
    protected function application_creationCompleteHandler():void
                      currentState='Page1';
    ]]></fx:Script>
    <s:states>
                <s:State name="PreliminaryPage"/>
                <s:State name="Page1"/>
                <s:State name="Page2"/>
                <s:State name="Page3"/>
    </s:states>
    <s:BitmapImage alpha.PreliminaryPage="0" id="backgroundImage" smooth="true" source="@Embed('/assets/background/Your_background_image.png')" x="100" y="100"/>
    <s:transitions>
    <s:Transition autoReverse="true" fromState="PreliminaryPage" toState="Page1">
    <s:Parallel target="{backgroundImage}">
    <s:Fade duration="1000" startDelay="0">
    <s:easer>
    <s:Linear easeInFraction="0.25" easeOutFraction="0.25"/>
    </s:easer>
    </s:Fade>
    </s:Parallel>
    </s:Transition>
    </s:transitions>
    </s:Application>

  • Can you see page background?

    Hi,
    I have created a site using Dreamweaver 8 as I usually would.
    The client claims she cannot see the page background on the main
    page of the site.
    Could someone please tell me...can you see a background image
    (paperbutterfly in different languages) on the main page I have
    linked?
    Thanks in advance.
    Test
    Server Site
    Site

    Looking good here on Windows XP in IE6, Firefox 1.5.0.4 and
    in Opera 8.54 -
    it shows up fine in all.
    HTH, take care.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    =============================================
    Proud GAWDS Member
    http://www.gawds.org/showmember.php?memberid=1495
    Delivering accessible websites to all ...
    =============================================
    "zelky" <[email protected]> wrote in message
    news:e6rtru$dhf$[email protected]..
    > Hi,
    >
    > I have created a site using Dreamweaver 8 as I usually
    would. The client
    > claims she cannot see the page background on the main
    page of the site.
    >
    > Could someone please tell me...can you see a background
    image
    > (paperbutterfly
    > in different languages) on the main page I have linked?
    >
    > Thanks in advance.
    >
    >
    http://members.westnet.com.au/zelky/paperbutterfly/index.html
    >
    >
    http://paperbutterfly.com.au/index.html
    >

  • How can I do a Background image like this (example inside)

    Check this out:
    Click Here
    Notice if you view the background image by itself, its much bigger than what is appearing on the website in the browser.  Is it set to automatically adjust to your monitor size?  How can I achieve this through CSS?
    Also, how can I setup a transparent background (like in the middle of the page?)
    Thanks

    "Is it set to automatically adjust to your monitor size?  How can I achieve this through CSS?"
    It's an illusion.  The body background image is defined with a fixed position, so the image is actually floating off to the left when viewport width is decreased.  Another example of this can be seen here along with the CSS code used to create it.
    http://alt-web.com/DEMOS/fixed-background.shtml. 
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics |  Print | Media Specialists
    www.alt-web.com/
    HTML Validator -  http://validator.w3.org
    CSS Validator - http://jigsaw.w3.org/css-validator/
    Tutorials - http://w3schools.com/

  • Can you change the background in music player or d...

    I have a N80
    Can you change the background imge to your own? or is there any skins for the app?
    or even beeter cn you display your album art on it?
    cheers
    My N80 is on Orange purchased in June 2006 firmware v 3.0617.06 03-05-2006
    Cheers
    Andy

    You can change the music player background image but you need to make a theme. You can do it on a website just do a search as i'm not aloud to put a link on here to the site, as there are some adult themes there that peeps have made, and fair does this site has kids coming on it to. But it can be done m8 as mine is changed but you carnt do it from in the phone buy just changing the image.
    Thx tingull
    Phone History: NK702, NK6210, NK6310i, SamyV200, SamyD500, LG U880, SE W800i, NK N80, and now NK N95

  • Can you blur the background with Touch for phone

    Can you blur the background with Touch for phone.  Can you give images a depth of field look

    you can using the selection tools and blur option, but no image editor will ever be as good as a camera app with this function built in.

  • Can you creat an apple id through the computer?

    Can you create an apple id through the computer?

    Yes.
    https://appleid.apple.com/cgi-bin/WebObjects/MyAppleId.woa/

  • How can you get a mirror image of a photo on iPhoto?

    How can you get a mirror image of a photo on iPhoto?

    By using an external editor. Preview is already on your Mac. It's called 'Flip Horizontal'
    In order of price here are some other suggestions:
    Seashore (free)
    The Gimp (free)
    Graphic Coverter ($45 approx)
    Acorn ($50 approx)
    Pixelmator ($50 approx)
    Photoshop Elements ($75 approx)
    There are many, many other options. Search on MacUpdate or the App Store.
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.

  • How can I stretch a background image in label?

    Hi,All
    How can I stretch a background image in a label?
    public void start(final Stage primaryStage) {
                 final Label lbTest = new Label("My Test Label");
                 lbTest.setAlignment(Pos.CENTER);
                 lbTest.setTextAlignment(TextAlignment.CENTER);
                 lbTest.setStyle("-fx-background-color:red;-fx-background-repeat:stretch;-fx-background-position:center top;-fx-background-image:url(\"http://upload.wikimedia.org/wikipedia/commons/thumb/1/1c/BlueMarble-2001-2002.jpg/640px-BlueMarble-2001-2002.jpg\");");
                 final HBox hbox = new HBox();
                 hbox.setId("MyRootPane");
                 Button btnLeft=new Button("Left Button");
                 Button btnRight=new Button("Right Button");
                 hbox.getChildren().addAll(btnLeft,lbTest,btnRight);
                 final StackPane layout = new StackPane();
                 layout.getChildren().add(hbox);
                 Scene scene = new Scene(layout, 600, 320);
                 lbTest.prefWidthProperty().bind(scene.widthProperty());
                 lbTest.prefHeightProperty().bind(scene.heightProperty());
                 primaryStage.setScene(scene);
                 primaryStage.show();
        }this code doesn't work,if I deleted css -fx-background-repeat:stretch;the background image stretched but repeated,I want to let the background image stretched and no-repeated,it can be stretched with the resizing window automatically.

    Try -fx-background-size: stretch;

  • Can you change the default image capture program in RH8?

    Can you change the default image capture program in RH8? I have used Snagit for sooo many years and I would like to use it by clicking the Caputre button.  I know how to change it to edit pictures with Snagit (Tools > Options > Associations), but not to capture.

    Looks like a feature request.
    Please follow this link.
    http://www.Adobe.com/cfusion/mmform/index.cfm?name=wishform&product=38
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Can You Support Me About Images Windows Application?

    Hello,
    I am doing a project about contact. I want show images avatar of user? But I cannot show images format "C:\Users\USERNAME\Pictures\images.jpg"
    I have tried:
    BitmapImage bim = new BitmapImage(new Uri(@"C:\Users\USERNAME\Pictures\images.jpg"));
    ImgAvatar.Source = bim;
    But It isn't activity. Can you support I show images like it. or auto copy images this link to Assets in Project?
    Thanks you so much !

    use one of them
    1
    var imageBytes = File.ReadAllBytes("bitmap.bmp");
    var image = imageBytes.ToImage();
    image.Save("output.bmp");
    2
     from some file:
    Image.Save(@"FilePath", ImageFormat.Jpeg);
    3.
    Image bitmap = Image.FromFile("C:\\MyFile.bmp");
    bitmap.Save("C:\\MyFile2.bmp");  
    4 from pictureBox:
    pictureBox1.Image.Save(@"path + imageName",ImageFormat.Jpeg);
    5
    byte[] img = Convert.FromBase64String(s);
    System.IO.File.WriteAllBytes(@"C:\image.bmp", img);

  • HT1386 can i transfer songs,videos,images through my iphone 3gs to android mobiles?

    can i transfer songs,videos,images through my iphone 3gs to android mobiles?

    No. That will be stealing.

Maybe you are looking for