Wrapper div background image won't appear in browser...

Hi All,
Here's a link to the test site:
http://www.davidcoshdesign.com/test/tee
If you go to 'About' – top right nav, there should be two vertical 'lines' running all the way down the page(s), either side of the main body copy. 
All the pages are created from the same template.
It's a repeating background image in the #wrapper div.  I can see it DW, but not in any browsers.
I guess it's not linking somehow... but can't figurte it out.
Also, the layouts on the 'Partners and 'Philosophy' pages 'jump' when you go to them.  Again, I guess there's an error in the code somewhere...
Any help with these two things would be very much appreciated.
RP

Change this -
#wrapper {
    background-repeat: repeat;
    background-image: url(assets/images/columnedge.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
to this -
#wrapper {
    background-repeat: repeat;
    background-image: url(assets/images/columnedge.jpg);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    font-weight: normal;
    color: #999;
    text-decoration: none;
    width: 980px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    height: auto;
   overflow:hidden;
You need to clear the floats so that div#wrapper will contain the contents.  To fix the jumping, add this to your CSS -
html { overflow-y:scroll; }

Similar Messages

  • CDs, DVDs, disk images won't appear in Sidebar or on Desktop

    Hello,
    Brand new iMac 2.16, right out of the box.
    CDs, DVDs, and Disk Images won't appear on the desktop or in the Sidebar. Nothing is shown over the horizontal gray line at the top of the sidebar, no Macintosh HD, Servers, etc. Disk Images are fully functional, ie Disk Utility recognizes and mounts them just fine.
    I checked Mac Help and followed its instructions:
    (1) In Finder preferences:Pane:General, all 'Show These Items on the Desktop' boxes are checked.
    (2) In Finder preferences:Pane:Sidebar, I checked all boxes under "Show These Items in the Sidebar. BUT these changes are NOT retained. After I close the Preferences, the Sidebar does not change. If I re-open the Sidebar preferences, the relevant boxes are now unchecked, as if I'd never done a thing.
    Restarting was the only way to fix the problem. Thereafter, the upper items in the Sidebar (Macintosh HD, external drives, iPod, CDs) sometimes SPONTANEOUSLY disappear. They still show up on the desktop, but tweaking the Sidebar preferences is again ineffective. Restarting is the only solution.
    Thank you for your help,
    Andy

    Hi Andy, Welcome to Apple's Users Help Users Forums.
    1] Everything elmac says is helpful and correct.
    2] An upgrade to 10.4.8 with the 10.4.8 Combo from blue apple / Mac OS Updates might fix your hiccup. If you don't want .8 then .7 combo.
    3] [OT] For some minor security issues, it is better to surf the internet in a standard account. If you are surfing in an admin account then here is how to switch and maintain prefs.
    Set up a new account in System Preferences / Accounts / +
    and make it have admin priviledges. Be sure to remember short name and password since you will be asked to "authenticate" when running in your standard account. This new account is often called "test" in these forums.
    Once that is done convert your regular account to standard.
    Good Luck, JP

  • Does anyone know why all of a sudden any new parent divs I add won't display in browser preview?

    Does anyone know why all of a sudden any new parent divs I add won't display in browser preview?

    yes styles are applied. What does not show up are the container divs - they all have the thin purple borders.
    The "Blog Lovers" image shows up but it is inside the #blogindex div - which seems to be invisible because the elements inside #blogindex div are just piled on top of each other. (see below html) This is now happening on all the pages of this site.
    (I test a different site in DW and I was able to add divs and borders and content inside divs just fine.)
    <!-- start #blogindex --> 
         <div id="blogindex">
            <div id="blog_image1"><img src="images/bloglovers.gif" alt="Blog Lovers" /></div>   
             <div id="blog_image2"><img src="images/gcblogheader350x70.jpg" alt="Gina Charles Blog" /></div>
          <div id="blogindex_text">
          <p class="blackbolditalic">Visit the blog for happenings, highlights and conversation! </p></div>
          </div>     
       <!-- end #blogindex -->
    http://www.newworldapparel.com/tests/  -scroll 1/2 way down page to see the "Blog Lovers" pile up!

  • DIV Background image not displaying in FF

    Hi!
    I'm building a floated 3 column DIV layout with a wrapper to center the DIVs. I put a background image in the wrapper to give the appearance of the columns stretching to the bottom of the layout. It displays in IE, but not in FF.
    If I give the wrapper a height, the background image shows, but I want the layout to expand as I enter content. My code is below.
    I must be missing something. Any tips?
    CSS:
    #left {
    float: left;
    width: 200px;
    #middle{
    float: left;
    width: 200px;
    #right {
    float: left;
    width: 200px;
    #footer {
    background-color: #316262;
    float: left;
    width: 600px;
    clear: both;
    #wrapper {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(images/bkg_css_layout.gif);
    BODY CODE:
    <div id="wrapper">
        <div id="left">Content for "left" Goes Here</div>
        <div id="middle"> Content for"middle" Goes Here </div>
        <div id="right">Content for"right" Goes Here </div>
        <div id="footer">Content for "footer" Goes Here</div>
    </div>

    Turns out that I couldn't have a float on my footer with clear:both!
    FIXED! YEA!

  • My Images won't appear & links won't when i export it

    Ok, I am a rookie and new to this whole Dreamweaver thing.
    But I am trying to put together a page and it works fine until I
    try to zip the files and send them to someone. Then my links won't
    work and my images appear as red x's. I am sure this is something
    simple for many of you but I am pulling my hair out. Here is a copy
    of the code, if anyone can dumb down their response to help me,
    that would be grand! Thanks in advance.
    <!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>
    <title>Butte Senior Community</title>
    <meta http-equiv="Content-Type" content="text/html;
    charset=iso-8859-1" />
    <style type="text/css">
    <!--
    body {
    background-color: #FFFFFF;
    background-image:
    ; background-image: url(/Assets/background.jpg);
    a:link {
    color: #669933;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    color: #669933;
    a:hover {
    text-decoration: underline;
    a:active {
    text-decoration: none;
    .style1 {
    font-size: 36px;
    font-weight: bold;
    .style3 {
    font-family: Pristina;
    font-size: 36px;
    color: #000066;
    .style4 {
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    color: #000066;
    .style6 { font-size: 18px;
    font-weight: bold;
    color: #669933;
    .style6 {color: #669933}
    -->
    </style></head>
    <body>
    <div align="right">
    <div align="left"></div>
    <div align="center">
    <table width="1000" border="0">
    <tr>
    <td><div align="center"><img
    src="Assets/Header.jpg" width="637" height="125" class="style1"
    /><br />
    <img src="Assets/welcome_button.jpg" width="127"
    height="45" class="style1" /><a
    href="Butte_Ne.html"><img src="Assets/Butte_button.jpg"
    width="127" height="45" border="0" class="style1"
    /></a><a href="Nursing_Home.html"><img
    src="Assets/Nursing_button.jpg" width="127" height="45" border="0"
    class="style1" /></a><a
    href="Assisted_Living.html"><img
    src="Assets/Assisted_button.jpg" width="127" height="45" border="0"
    class="style1" /></a><a
    href="Contact_Us.html"><img src="Assets/Contact_button.jpg"
    width="127" height="45" border="0" class="style1"
    /></a></div></td>
    </tr>
    <tr>
    <td><div align="center">
    <p> </p>
    <p><span class="style3">Welcome to the Butte
    Senior Community! </span></p>
    <p> </p>
    </div></td>
    </tr>
    <tr>
    <td><div align="center" class="style4">
    <p>At the Butte Nursing Home and Assisted Living
    Center we want you to have all<br />
    the comforts of home with the support you may need. Our goal
    is to start your<br />
    day out with a warm smile and end your night with a sense of
    security. </p>
    <p> </p>
    <p><strong>We are here to lend a helping
    hand!</strong></p>
    <p> </p>
    </div></td>
    </tr>
    <tr>
    <td> </td>
    </tr>
    <tr>
    <td><div align="center"><span
    class="style6"><a
    href="../Butte%20Senior%20Community%20Redesign/Index.html">Welcome</a>
    | <a href="Butte_Ne.html">Butte, NE</a> | <a
    href="Nursing_Home.html">Nursing Home</a> | <a
    href="Assisted_Living.html">Assisted Living</a> | <a
    href="Contact_Us.html">Contact us</a>
    </span></div></td>
    </tr>
    </table>
    </div>
    <p>  </p>
    </div>
    </body>
    </html>

    > Spaces in file names aren't a good thing
    > Neither is lower case. <==== HUH?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Piers" <[email protected]> wrote in message
    news:er3psj$sdt$[email protected]..
    > When you zip the files, are you including the images in
    the zip file? They
    > will need to be in the same relative place to the file
    that they were when
    > they started.
    >
    > Oh, and few small things:
    > Spaces in file names aren't a good thing
    > Neither is lower case.
    > You've used a non-standard font in style3 - Pristina.
    Change it to
    > something
    > we all have on our systems.
    >
    >
    > HTH,
    >
    > Piers
    >
    >

  • Div Background image clipping

    Hi guys,
    I have a div on my page which I am using as the main body,
    and i set the background colour as white, but then put a background
    image on (a gradient from gray to white). In design view this has
    the desired effect - i.e. it appears to be one long gradient, but
    when previewed in Firefox and IExplorer the top of the background
    image is clipped off. Any suggestions?
    Here is the relevent CSS code:

    > background-attachment: fixed;
    Remove this.
    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
    ==================
    "NWNN" <[email protected]> wrote in message
    news:fp7nje$nka$[email protected]..
    > Hi guys,
    > I have a div on my page which I am using as the main
    body, and i set the
    > background colour as white, but then put a background
    image on (a gradient
    > from
    > gray to white). In design view this has the desired
    effect - i.e. it
    > appears to
    > be one long gradient, but when previewed in Firefox and
    IExplorer the top
    > of
    > the background image is clipped off. Any suggestions?
    > Here is the relevent CSS code:
    >
    >
    > background-attachment: fixed;
    > background-color: #FFFFFF;
    > background-image: url(Images/background.png);
    > background-repeat: no-repeat;
    > background-position: center top;
    >

  • Pages from template not showing DIV background images

    Hi;
    I have a template with several DIVs that each contain a background image. When I create a new page from that template, the the background images are missing. The code for the new page shows absolute paths to the images while the template show relative paths.
    template code for header:
    .twoColFixLtHdr #header {
        padding: 0 10px 0 20px;
        height: 215px;
        background-image: url(../images/10banner.jpg);
    template based page code for header:
    .twoColFixLtHdr #header {
        padding: 0 10px 0 20px;
        height: 215px;
        background-image: url(file:///C|/Documents and Settings/patrick/My Documents/web sites/The Marketing Guy/images/10banner.jpg);
    I don't know if the path codes are relevant in this case, but why don't the background images appear ?
    Thanks;
    Pat

    background-image: url(file:///C|/Documents and Settings/patrick/My Documents/web sites/The Marketing Guy/images/10banner.jpg);
    You've got a path pointing to files on your local computer instead of your local site.
    Did you save new page as "somefilename.html" or is still "untitled"?
    Did you properly define your DW local site folder?
    Creating  your first website in DW CS4 -
    http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • AP div background image hiding

    I've created an AP div, then used a jpeg for the background
    image. I placed other AP divs above the background that hold other
    graphics (linked buttons)
    On my computer, both in Explorer and Firefox, the background
    image is visable. I have tested it at several other locations and
    all is fine, HOWEVER, on the client's computer the divs with the
    background don't appear. I tried the site in Explorer and
    Firefox...no go.
    Suggestions?
    http://www.doctormasters.com
    Thanks - David Bird

    A warning has been posted here many times about using AP divs
    as an
    exclusive layout method, yet that's what you have done here.
    This will
    cause you grief, you know? Here's the right way to think
    about your page
    and its layout -
    http://apptools.com/examples/pagelayout101.php
    What browser is your client using?
    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
    ==================
    "mobirdman" <[email protected]> wrote in
    message
    news:fkbbfp$42r$[email protected]..
    > I've created an AP div, then used a jpeg for the
    background image. I
    > placed
    > other AP divs above the background that hold other
    graphics (linked
    > buttons)
    >
    > On my computer, both in Explorer and Firefox, the
    background image is
    > visable.
    > I have tested it at several other locations and all is
    fine, HOWEVER, on
    > the
    > client's computer the divs with the background don't
    appear. I tried the
    > site
    > in Explorer and Firefox...no go.
    >
    > Suggestions?
    http://www.doctormasters.com
    >
    > Thanks - David Bird
    >

  • Div background images moving in template

    I am using a "stock" css layout (from Dreamweaver). I have a
    header div with an image placed in it with text on top. I have made
    some content text editable on other parts of the page, however when
    I make the page a template the image placed in the div disappears.
    I checked the code, and the .jpg is still listed. Any ideas or
    suggestions on how to fix this would be appreciated!

    Line 30?
    Can you upload the page and post a link instead?
    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
    ==================
    "VIPGuilford" <[email protected]> wrote in
    message
    news:[email protected]...
    > Ok. here is the code. The reference to the image.jpg is
    on line 30. It was
    > placed as a background image in Header div in DW.
    > and the text was placed on top..thanks for your help
    everyone ( sorry for
    > all
    > the commenting in the 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"><!--
    InstanceBegin
    > template="lesson01/Templates/qwerty.dwt"
    > codeOutsideHTMLIsLocked="false" -->
    > <head>
    > <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    > <!-- InstanceBeginEditable name="doctitle" -->
    > <title>Vacation Palace</title>
    > <!-- InstanceEndEditable -->
    > <style type="text/css">
    > <!--
    > body {
    > font: 100% Verdana, Arial, Helvetica, sans-serif;
    > background: #FFFFFF;
    > margin: 0; /* it's good practice to zero the margin and
    padding of the
    > body
    > element to account for differing browser defaults */
    > padding: 0;
    > text-align: center; /* this centers the container in IE
    5* browsers. The
    > text
    > is then set to the left aligned default in the
    #container selector */
    > color: #000000;
    > }
    > .twoColFixLtHdr #container {
    > width: 780px; /* using 20px less than a full 800px width
    allows for
    > browser
    > chrome and avoids a horizontal scroll bar */
    > background: #FFFFFF;
    > margin: 0 auto; /* the auto margins (in conjunction with
    a width) center
    > the
    > page */
    > border: 1px solid #000000;
    > text-align: left; /* this overrides the text-align:
    center on the body
    > element. */
    > }
    > .twoColFixLtHdr #header {
    > padding: 0 10px 0 20px; /* this padding matches the left
    alignment of
    > the
    > elements in the divs that appear beneath it. If an image
    is used in the
    > #header
    > instead of text, you may want to remove the padding. */
    > background-color: #FFFFFF;
    > background-repeat: no-repeat;
    > background-position: 0px;
    > background-image: url(file:///Macintosh
    >
    HD/Users/davidwasserboehr/Desktop/lesson01/images/cloud_header.jpg);
    > }

  • Background image won't align properly in IE7, need help...

    Heya,
    I am working on a website that is using the following CSS to
    display a shadow effect for an image. It's calling a background
    image and using margins to align it properly but IE7 refuses to
    render it yet Safari, FF and even IE6 display it properly no
    problems.
    .img-shadow-wrapper { /* Drop Shadow */
    *background: none;
    _background: url(/themes/ocp/images/shadow.gif) no-repeat
    bottom right;
    .img-shadow-wrapper img { /*Drop Shadow Positioning */
    border: 1px solid #777;
    padding: 1px;
    margin: 0px 5px 5px 0px;
    HTML
    <div class="img-shadow-wrapper">
    <img src="
    http://web.ocp.org/products/12244_t.jpg"/>
    </div>
    Can anyone help me find the solution?? Thanks

    Why are you hacking?
    .img-shadow-wrapper { /* Drop Shadow */
    *background: none;
    _background: url(/themes/ocp/images/shadow.gif) no-repeat
    bottom right;
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Spencer Hill" <[email protected]> wrote in
    message
    news:f1vvuk$b3p$[email protected]..
    > Heya,
    > I am working on a website that is using the following
    CSS to display
    > a
    > shadow effect for an image. It's calling a background
    image and using
    > margins
    > to align it properly but IE7 refuses to render it yet
    Safari, FF and even
    > IE6
    > display it properly no problems.
    >
    > .img-shadow-wrapper { /* Drop Shadow */
    > *background: none;
    > _background: url(/themes/ocp/images/shadow.gif)
    no-repeat bottom right;
    > }
    > .img-shadow-wrapper img { /*Drop Shadow Positioning */
    > border: 1px solid #777;
    > padding: 1px;
    > margin: 0px 5px 5px 0px;
    > }
    >
    > HTML
    > <div class="img-shadow-wrapper">
    > <img src="
    http://web.ocp.org/products/12244_t.jpg"/>
    > </div>
    >
    > Can anyone help me find the solution?? Thanks
    >

  • Background image vertically distorted -appears ok when paused and restarted

    using 768 x 576 .jpg images as background for a PAL standard idvd:
    - when burned with "PAL"Standard (4:3)" / "professional quality" (movie length is 55 min,)
    - & watching on a laptop/a mac g5 / a windows pc
    the images appeared vertically distorted
    but:
    when pausing and restarting the dvd again the image
    changes to the desired size
    even when i used a quicktime as background movie
    the same problem occurs
    whereas:
    the display on a TV* was fine
    (given that a 4:3 ratio was set for a widescreen tv or using a 4:3 ratio TV)
    when i did not use any image (burning just the movie)
    nothing appeared to be distorted (the movie is not distorted
    neither are the no-images-no-backgrounds-at-all menu screens)
    Is there any specific colour depth or other technical information
    i need to consider to solve this problem?
    ... I noticed that the colour of the image looks significantly different
    on a TV compared to laptop/mac/windows pc
    whereas the movie's colour appears to be quite similar
    on TV/laptop/mac/windows pc ....

    Thank you for trying to help, I really appreciate it.
    It does not matter which option you use. As you know, one would want the background image on each page of a site to be the same size and location to provide a seamless transition from page to page. When using the blank template, the page can have an image put in (using fit, fill, stretch, orig) and be contiguous from page to page. However, when using the Photo template, after clicking on an album image to view larger, the background image unexplicably shifts/distorts downward on the page, and stays that way even upon returning to the album.

  • Images won't appear in local preview

    Hi. I have a page I laid out in dreamweaver. It looks good.
    When I try to add new images, I can see them in the layout,
    but they do not appear when I do an F12 preview.
    My old images that do appear are in the same folder as the
    new ones I'm trying to add that won't appear.
    I tried to copy an existing image that appears and pasting it
    --they both appear in the layout, but an F12 preview only shows the
    old one even though it is the same image.
    I even tried to open a dreamweaver tutorial, insert and image
    and preview it, and it didn't work.
    Can anyone help me please.
    Thank you,
    Melissa

    This usually means that you are linking with root relative
    links. Enable
    Preview using Temp files in your Preferences, and then you
    will see them.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "actrihop" <[email protected]> wrote in
    message
    news:f0irm3$hli$[email protected]..
    >
    > Hi. I have a page I laid out in dreamweaver. It looks
    good.
    > When I try to add new images, I can see them in the
    layout, but they do
    > not
    > appear when I do an F12 preview.
    > My old images that do appear are in the same folder as
    the new ones I'm
    > trying
    > to add that won't appear.
    > I tried to copy an existing image that appears and
    pasting it --they both
    > appear in the layout, but an F12 preview only shows the
    old one even
    > though it
    > is the same image.
    > I even tried to open a dreamweaver tutorial, insert and
    image and preview
    > it,
    > and it didn't work.
    > Can anyone help me please.
    > Thank you,
    > Melissa
    > --
    >
    >

  • 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

  • Div Background Image...Resize To Fit Browser Window...???

    [b]hello again[/b]...
    I would like to have a background image (.jpg) automatically resize to fit any browser's window...& I read somewhere on the web it should be accomplished by placing the image in a layer (as a background image); & then set the layer size to 100%.
    can someone please tell me how the coding goes for this...?
    [or...if that [i]is[/i] in fact the correct approach?  I don't care if it's html or css...I just want it to work.  (&...I'm starting off w/ a larger image (so resolution doesn't get lost when going bigger)]
    thanks very much,
    [b]mark4man[/b]
    btw - I should add that it's the image's [i]WIDTH[/i] I'm interested in resizing...while it's aspect ration remains in tact.

    http://css-tricks.com/how-to-resizeable-background-image/
    For the record, I'm not a big fan of huge background images on web pages. They take forever to load on slow connections.  And some mobile devices won't display them at all. So all that weight just for eye candy is kind of a waste IMO.
    I think the safest, most practical way to achieve backgrounds that fill available viewport is to use a small, seemless tile and repeat horizontally, vertically or both.
    More on background-images:
    http://alt-web.com/Backgrounds.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • Images won't appear!

    This is a rather odd thing that is happening in Apex, I have never seen this before we have tried very many methods.
    Here's the story ...
    We have installed Apex on our Oracle App Server R3, and we have set up a load balancer. Everything works fine in the application except all of the images in the images/htmldb underlying subdirectories. We did a lot of debugging to see which images were appearing when logging onto Apex. For some ODD reason everything in the images/menu directory appears fine, actually all of the images directory under the images/htmldb do appear fine too ... EXCEPT for images in the underlying subdirectorys of htmldb/builder/, htmldb/icons/, htmldb/misc/ etc.
    What is going on?
    Here are the methods we have already attempted...
    1) Check the dads.conf file, everything looked fine the aliases were set up file for /i/ and /c/, we restarted the server and everything, still no luck. If the images from the menu directory do appear, then the alias shouldn't even be the problem.
    2) Manipulated the dads.conf, we manipulated the aliases for /i/ and /c/ and copied the entire htmldb/ directory into the menu directory, just to see if the images would appear and change the /i/ alias to look into the /menu/htmldb/, again no luck.
    3) Recopied the entire images directory, we deleted the entire images directory from the server, and re-copied a fresh copy over from Oracle. Just in case the images were corrupt, again no luck.
    4) We moved the images from the htmldb/builder directory to the htdocs directory, because this is a global directory, everything should be accessible by the browser, typed into the url, still image not found.
    After every step, restarted the http server and cleared the cache from the browser, still no luck.
    The only odd thing is that when we commented out ALL the aliases from the dads.conf file, the images from images/menu were still appearing, even after clearing the cache. These image files were being read from somewhere! We even looked at Apex after deleting the entire images directory, and everything did not work (that was expected). I am not familiar with the infrastructure, but something weird is going on here, is there some server cache that needs to be cleared each time or something?
    We tried so many methods for hours, please let us know if anyone has come across this dilemma, it shouldn't be rocket science, the images are there ... typing in the direct URL to the images in the images/htmldb/builder directory should let the image appear in the browser, am I not right?
    Is there something I am missing?
    Any advice is appreciated.
    Ann

    I'm not real familiar with how alot of the back end stuff works, but we had an issue where we added an image. It displayed OK in Internet Explorer but not FireFox. We had to upload the image into the SHARED COMPONENTS\FILES\IMAGES page. We then had to reference the image like this:
    <img src="#APP_IMAGES#holly.png">
    Another newbie,
    Dennis

Maybe you are looking for

  • I am getting error while attaching Menu Module to FORM

    Hi to everyone, I have created a Menu Module(mmx file), now i am trying to attach that menu to a FORM, I have entered the proper Menu Module address in the property window of that FORM, but i am continously facing the following problem. FRM-40738: Ar

  • Woohoo, MSI K7N2G-L up and running

    Well after much trepidation/waiting/stuffing around I finally got a working cpu installed into my mobo. And it all worked first go, with ABSOLUTELY no problems. I'm now running the following; MSI K7N2G-L AthlonXP 1600+ (borrowed from a mate whilst I

  • I cannot launch Firefox, because it crashes on startup

    Hello, I have problem, if I launch FIrefox, it will crash on startup, but if I will reinstall it, it still doesn´t work. Problem has started, when I actualized WIndows. I have Windows 7 and i didn´t experienced crash all time, only this time. It coul

  • Two Step Confirmation Transfer Order with Radiofrquency

    Friends & Gurus. Can I use 2 step confirmation with RF? Which transaction should I use? I can do it with regular SAP transactions, but as soon as I do it with RF transactions both Pick and Transfer are confirmed. Thanks. Solved, yes you can. Edited b

  • Formatting Issues SSD RMBP

    Hey guys! Got my self into abit of a pickle here.... I needed to format my macbook pro but I went straight into Diskutility and erased my Macintosh HD drive (OS X) and I had my bootcamp drive on a seprate partition, Disk utility kept giving me an err