Cs4 Dreamweaver background image

Does anyone know how to place a illustrator back ground image in dreamweaver thats not locked in the top corner.
That moves with the images and text I place on top of the illustrator background image.

Well i have this great page that is basically the complete background for the web site that stays the same on all the pages.
It fills the hole page.
That's a terrible approach you know?
Now when I put my text and images and navbar on top of this page i want the background image to
move with the stuff on top and not move out of place if someone resizes the window on thier brouser.
You make the image the background of the page container not of the body tag.
But to REALLY answer your question, I'll direct your attention to the announcement at the top of this forum page.

Similar Messages

  • CS4 no Background Image for cells

    In CS3 there was a way to insert background images in a cell
    using the Property Inspector. Now in CS4 it isn't there!! What
    gives?

    http://www.projectseven.com/tutorials/css/qdmacfly/index.htm
    http://www.macromedia.com/devnet/mx/dreamweaver/css.html
    http://www.macromedia.com/devnet/dreamweaver/articles/tableless_layout_dw8.html
    http://www.macromedia.com/devnet/dreamweaver/articles/css_concepts.html
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "cdscindy" <[email protected]> wrote in
    message
    news:gdd0jh$t33$[email protected]..
    > >With CSS, you define the rule in one place and it
    affects all table
    > cells to which the rule is applied. If you want to
    change the
    > background, you change just one place.
    >
    > You win! Sort of... I have been using html for a
    looooong time. Works
    > pretty
    > good for me. I just can't see an instance where using
    backgrounds in so
    > many
    > cells would even happen. Normally I would just change
    the background once
    > by
    > changing it in PS.
    >
    > Its looking more and more like I am going to have to
    refine my CSS. I want
    > simple...simple book or tutorial. I don't have time
    these days to have a
    > long
    > learning curve. So on the simple part, any ideas?
    >
    >

  • CS4 Table Background Images

    Trying to figure out how to code background images for
    various cells within
    a table. I tried writing a css rule but nothing shows up.

    Most likely there is a bug in your code. We'd need to see it
    to know.
    Your Properties panel looks fine.
    Anyhow, back up to the "Set table properties" section and
    read the comments
    at the bottom.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "tweaked_eye" <[email protected]> wrote in message
    news:ggfgqv$bme$[email protected]..
    > Maybe there is a bug with my install....???
    >
    > Here is a snag of my windows properties panel....
    >
    >
    http://vegasphotographics.com/photos/423947819_65SHu-XL.jpg
    >
    > There is no box for background image.
    >
    >
    http://help.adobe.com/en_US/Dreamweaver/10.0_Using/WS9CA317DF-CF04-4177-9180-24C0BA715489a .html
    >
    >
    > Should I have a background image option there?
    >
    >
    > "tweaked_eye" <[email protected]> wrote in
    message
    > news:ggfdn1$864$[email protected]..
    >> Trying to figure out how to code background images
    for various cells
    >> within a table. I tried writing a css rule but
    nothing shows up.
    >>
    >
    >

  • CS4 table background image?

    Is this a new thing -- to no longer have the background image
    selection box, or is it yet another Windows Vista anomoly...

    It's related to CS4's focus on VALID code usages and best
    practices. You
    should use CSS to specify all of your background images.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "angiefuz" <[email protected]> wrote in
    message
    news:gm6tf8$902$[email protected]..
    > Is this a new thing -- to no longer have the background
    image selection
    > box, or is it yet another Windows Vista anomoly...

  • Fluid Dreamweaver background image

    Hi,
    I created a fluid html5 page and it's background image looks fine when it is at the desk top size, but when the browser shrinks to mobile or ipad size back ground image resizes and shrinks!
    I tested it in ipad and mobile and it shows the same issue!
    I have been told that, I need to remover the      background-size: 100%;      from my background class in my css, but I did that and it didnt work.
    .background{
            background-image:url(../image.jpg);
            margin:0;
            padding:0;
            color: #333;
            font: normal 0.6em sans-serif,Arial;
            background-repeat: no-repeat;
            background-position: center top;
            background-color:#EBECE4;
            background-size: 100%;
            width: 100%;
    Is there any help?
    Thanks,

    Does this do what you want?
    body {
         min-width: 470px;
         max-width: 1580px;
         background: url(http://placehold.it/900x700.jpg) no-repeat center center fixed;
         /**for Safari,Chrome**/
         -webkit-background-size: cover;
         /**for Firefox**/
         -moz-background-size: cover;
         /**for Opera**/
         -o-background-size: cover;
         /**for other browsers**/
         background-size: cover;
    .wrapper {
        width: 90%;
        margin:10% auto;
        background: rgba(255,204,204,0.5);
        color:#C06;
        padding: 2%;
    </style>
    </head>
    <body>
    <div class="wrapper">
    <h3>Heading 3</h3>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus. Aenean tristique enim ut ante dignissim.</p>
    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris vitae libero lacus, vel hendrerit nisi!Maecenas quis velit nisl, volutpat viverra felis. Vestibulum luctus mauris sed sem dapibus luctus. Pellentesque aliquet aliquet ligula, et sagittis justo auctor varius. Quisque varius scelerisque nunc eget rhoncus. Aenean tristique enim ut ante dignissim.</p>
    <!--end wrapper-->
    </div>
    </body>
    </html>
    Nancy O.

  • Dreamweaver CS4 Live View - background-image does not display

    I'm teaching a basic Dreamweaver CS4 class, and one of my students happened upon a unique problem. 
    Although the students were not required to use LiveView for their assignment, the student noticed that when he clicked the LiveView button to look at his assignment, that the background-image property that he set on the #header DIV does not display.
    I tried duplicating his problem by building a similar site to his, using the exact same Dreamweaver Starter Page he used, but I'm not able to reproduce it the problem. If I define a new site using the files the student sent me, the problem comes back.
    I'm completely stumped. What could possibly be causing the background-image CSS property to stop rendering in Live View?
    Thanks for any help at all!

    Hi
    Check your students css code for invalid or missing mark-up, or linking to the background image. Another possible problem, (occurs on some sites but not all) is to check if the url is enclosed in quotes as these are occasionally required but not always, also check for spaces in file names
    e.g. - background-image: url(../images/yourimage.jpg); should work but occasional requires quotes as in - background-image: url("../images/yourimage.jpg");
    PZ
    www.pziecina.com

  • Inserting table background images [was: CS4 DW]

    Dear all,
    I've have trouble inserting the background images in a cell of a table. When I was using CS3 I had the options of selecting BG color or image, as well as choosing the border color.
    Right now in CS4 I can't even insert one in a cell, only color bg, and also editing the font size, color, type..
    Can anyone advise?
    Z

    CSS code uses a different syntax than HTML code.
    With CSS you can use a background-color: #FFF or a background-image (URL).  This can point to an absolute URL:
    background: url (http:yoursite.com/images/bg-image.jpg)
    or to an image in your  DW local site folder:
    background: url (some-folder-in-your-local-site/image.jpg)
    For more  HTML & CSS Tutorials - http://w3schools.com/
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Adding .flv or .swf in dreamweaver on top of background image

    Hi,
    I added an image  background 1900 x 1200 in dreamweaver, which will serve as my  background image for my web site. I would like to incorporate my .flv or  .swf on top of my background image. Although, when doing so, the .flv  or .swf gets placed under the background image and not on top. How do I  place the .flv or .swf file on top of my background image in Dreamweaver  CS5.
    Thanks

    Hi
    This sounds as though you are not actually using a  background-image but just placing an image on the page. To get any help  people will have to see your page and the code, can you provide a link  to a live page?
    BTW: Your background-image size is way to big for most users monitors, just thought you should know.
    PZ

  • I need help Centering a div box to a background image using dreamweaver cs5.5.

    I need help Centering a div box to a background image using dreamweaver cs5.5. Everything shift left when viewing on different size monitors?  See what I mean at
    www.woodlandhospice.com

    Have you looked at your page with images disabled?
    I urge you to re-think this approach to web design because images of text are not indexed by search engines, screen readers or translators.  Given the demographic group your site is targeting, you really need to ensure maximum web accessibility for all users.
    Navigation, headings and descriptions all need to be in real text -- not images of text.
    Ken is right.  Absolute positioning is pure poison for such a simple layout.  My advice is to start over with one of the pre-built Starter Pages in DW.  Go to File > New > Blank page > HTML.  Select a layout from the 3rd column and hit CREATE button.
    Nancy O.

  • Background image in Dreamweaver CS3

    When I set my background image in Dreamweaver it shows on the "Design", although when previewed on a browser it does not show. I've checked the directory and it seems fine. What is causing this?

    Modify-->Page Properties, Im using css but not for the page background. I tried previewing the page locally and I have tried it on the server. The entire site root folder was uploaded which has the background.

  • Using Background Image In Dreamweaver

    Good evening.
    I'm using a non-repeating, centered background image in Dreamweaver. But i'd like it to self-adjust its size depending upon what monitor size its viewing it.  Can someone provide some coding for help with this???
    Here's where i'm at thus far..
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <link href="welcome10.css" rel="stylesheet" type="text/css" media="screen" />
    </head>
    <body style="background-color: #000; background-position: center top; background-repeat: no-repeat; background-image: url(images/girls-bg9.jpg); background-attachment: fixed;">
    <div id="wrapper">
              <div id="container">
        </div>
    </div>
    </body>
    </html>
    css -
    @charset "utf-8";
    /* CSS Document */
    #wrapper{
              width: auto;
              height: 1600px;
    #container {
              background-color: #FFF;
              height: 200px;
              margin-right: 100px;
              margin-left: 100px;
              margin-top: 100px;
    thanks guys, and gals...

    Background-size would do the trick, but keep in mind, most CSS3 does not function in IE9 (though this will), and won't at all in IE8 and down. If you need it to work in those browsers, the best way to do it would be with javascript. I've used the script available on this site with some success...
    http://louisremi.github.io/jquery.backgroundSize.js/demo/

  • Help With Photoshop CS4 + background image

    So I'm trying to edit this background image for my myspace page, it looked fine in photoshop cs4, even when I previewed the image with the save to web and devices , the image looks fine. I also saved the iamge with the highest quality settings I could as a JPG. But when I add it to my myspace page the image becomes blurry , it's hard to see everything
    www.myspace.com/jchase45
    I know it's not the code becuase the code is exactly the same , the only thign I changed was the image adress. The only part of the iamge i changed in cs4 was the logos, i didnt change the iamge size its stil lthe same.
    Please any help would be greatly apreciated, if you need me to uplaod my project jsut let me know.
    Thank you

    My favorite way is to run the python script that comes with the license repair tool.
    http://helpx.adobe.com/x-productkb/global/error-licensing-stopped-mac-os.html#main_Solutio n_2__Run_the_License_Repair_Tool
    Download the License Recovery dmg file and carefully follow the instructions for Mac OS 10.7
    I know it works, I have successfully recovered from a 150:30 before using this script properly.

  • Not seeing div background image in Dreamweaver! Why?

    I'm not seeing div backgrounds in Dreamweaver! When I load the files onto my server I can see them in my browser! But I'm not seeing them in Dreamweaver. Here's my code on my .aspx pg:
    <link href="styles/styles.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
        <div id="hdr">
        </div><!-- end "hdr" div -->
    </div><!-- end "container" div -->
    </body>
    And here's a link to the web page on my server:
    http://amcenergy.com/ee_site1/index.aspx
    I need to put text on top of the div's background image, but it's kinda hard if I can't see the background image in Dreamweaver.
    Hope someone can help!
    Thanks so much!!

    Horizontal-align is not a valid CSS property.
    http://jigsaw.w3.org/css-validator/validator?profile=css21&warning=0&uri=http%3A%2F%2Famce nergy.com%2Fee_site1%2Findex.aspx
    Try removing it.
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Dreamweaver cs6 cannot publish background images

    i have two pages onto which i downloaded background images.  they really make the pages pop and i love the look but for some reason they will not upload and publish.  i do not have the same problem with other photographs.  go daddy says everything is fine on their end and it is a problem with the scripting on dreamweaver's end.  i use dreamweaver cs6.

    Ask in the DW forum and provide more exact info, source code and screenshots. Your description is far too vague.
    Mylenium

  • How to make a fixed background image in Dreamweaver CC

    I'm trying to make my background image fixed so when I scroll down in Dreamweaver CC it stays completely still, could someone please tell me how to do that?

    You've got a lot of code that you don't need.  And I'm very dubious about the file:/// path to your image.  Are you working in a Defined Local Site Folder?  The image path should be pointing to your site, not files:/// on your local hard drive.
    body {
    background:#000 url(concept_watch_dogs___wallpaper_1366x768_by_mackintosh141-d6led76.jpg) no-repeat center center fixed;
    Nancy O.

Maybe you are looking for

  • In bom explosion afterthat i ll get routing ,workcenter.plnnr ,plnty = n

    Hi Experts         my requirement is to explode the bom like cs12 tcode in pp after that we ll find which component is having routing ,then we pick the workcenter if the material procurement type is E OR X. HERE I AM USING MARC,MAPL,PLPO,CRHD. 1.USIN

  • Writing data from BW-IP into BW to be reported instantly in BPC 7.5 NW

    Dear all, we are currently designing an integrated BPC 7.5 NW / SAP BW planning environment. Due to various restrictions part of the plan data is supposed to be collected via SAP BW-IP. This is a must have-requirement. At the point of time when the d

  • Final Cut Pro no longer sees my RAID

    I have a LaCie RAID plugged in to my Power Mac and up until now FCP has detected it. But now when I start the app, it doesn't see it. Yes, it's on and all cables are firmly plugged in. Any thoughts? Thank you.

  • Video wont play from Itunes, HELP?

    Bought video from Itunes and wont play just black screen, any help would be great thanks everyone!

  • ACS database

    Hi, I have ACS and is running with windows database integration. But i have some issue the users are created in active directory and then acs ask if the user exists and then it hold the users mappings in his own database (normal operation) but the qu