Missing body background in IE

I'm just putting a page together, which isn't finished yet,
but I've noticed my body background colour and image have gone AWOL
in IE - any reason why? Does IE get confused over having a
background image and a background colour?
This is the page :
link here
The CSS file is ebook2.css.
Cheers.

Change this -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Pixelar e-Readers</title>
<link href="/ebook2.css" rel="stylesheet" type="text/css"
/>
<link href="sitesectionsereader.css" rel="stylesheet"
type="text/css" />
</head>
to this -
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Pixelar e-Readers</title>
<link href="/ebook2.css" rel="stylesheet" type="text/css"
/>
<link href="sitesectionsereader.css" rel="stylesheet"
type="text/css" />
<style type="text/css">
#contentWrapper { overflow:hidden; }
</style>
<!--[if lte IE 6]>
<style>
#contentWrapper { zoom:100%; }
</style>
<![endif]-->
</head>
and see if that improves things. If it does, then add the
overflow:hidden
to your stylesheet. The conditional comment will have to
remain in the head
of each page.
By the way, you have these two links -
<td><img src="../protxlogo.jpg" alt="Protx Logo"
/><br /><br /></td>
</tr>
<tr>
<td><img src="../safetylogos.gif" alt="CE and ROHS
logos" vspace="15"
/></td>
that must be incorrect, since you are already at the root of
the site.
There is no "go up one level".
You also have two tables that are "wrapped" in paragraph
tags. That's
invalid.
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
==================
"Iain71" <[email protected]> wrote in
message
news:[email protected]...
> I'm just putting a page together, which isn't finished
yet, but I've
> noticed my
> body background colour and image have gone AWOL in IE -
any reason why?
> Does IE
> get confused over having a background image and a
background colour?
>
> This is the page :
>
>
http://www.pixelar.co.uk/ebookinfo201.php
>
> The CSS file is ebook2.css.
>
> Cheers.
>

Similar Messages

  • How do I keep the body background-image centered?

    I have a body background-image that does not fill up the
    entire window on the tops and bottoms of most monitors (it
    strectches to the left and right just fine) and so I would like to
    have it centered vertically with equal amounts of the
    background-color #ECE5C8.
    I assumed using background-position: 50% 50% would do the
    trick and it does until switching to full screen mode and all the
    content jumps upwards and messes up the whole site layout (IE
    only-in friefox, the background-image still doesn't center) so
    instead I have the background-position set to: 50% 0%.
    Thanks a million to anyone who can help me get it centered, I
    know there has to be an easy fix but I sure can't figure it out!
    The site can be found here:
    http://www.lightspacewebdesign.com/sacredsolas

    There would be only two ways to make this layout 'work'.
    1. Just make everything on that page a graphic. Then there is
    no
    possibility that resizing the text in the browser will blow
    the layout.
    This is a very bad idea for obvious reasons.
    2. Have the text containing 'graphical box' built in pieces
    so that as the
    text expands, it can cause the box to expand as well. The
    easiest way to do
    this is with a top a middle and a bottom image of the box,
    using each as the
    background image of three stacked containers. Place the text
    in the middle
    container and as it expands, it will tile the middle
    background image
    vertically to give the impression of the box expanding. This
    approach
    doesn't lend itself to your background image, since there is
    no way to tile
    the background image to fill the newly created space.
    Beyond that, I think you are a dead duck. The problem is not
    that this is
    what you were given to work with - it's that you didn't
    understand how
    unusable the design was when you accepted it. I think your
    best option now
    is to go back to the designer and explain to them how this
    lovely layout
    only works well in print, and not on the web. Show them how
    it fails.
    Solicit suggestions from them for how to make it work in a
    medium where
    there is no way to control the size of the text.
    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
    ==================
    "afriendofcheese" <[email protected]> wrote
    in message
    news:[email protected]...
    > By "a rigid layout scheme that cannot allow flexibility"
    I assume you mean
    > that
    > everything shouldn't be bound inside the position of the
    background-image,
    > but
    > this is what the designer and client gave me to work
    with.and so I have to
    > make
    > due.
    >
    > With that in mind, I hope someone out there can help me
    out with this!
    >

  • IE doesn't show my body background

    This is a very strange problem. I feel that the different
    aspects of this mistake are related, though. IE does not display my
    body background or recognize some of my links as working links.
    (except for the briefest of moment as it is loading the page.) The
    code for the background and the links are identical in other site
    pages, but this phenomenon only occurs in IE on the index page.
    What on Earth causes that? I do not have the entire site remotely
    hosted, yet, but you can see some of my problems at
    www.eversnug.com/holmeschiropractic You'll notice that only the
    landing page (index.html) manifests the issues. Both drtimbio.html
    and pageerror.php have the expected background. I really appreciate
    your help! If you need more information I will happily supply it.
    Also, I can easily post more of the website if you need a larger
    picture. Thanks in advance!

    At 487Kb, I think that great big BG image should be ditched.
    In a way, IE
    is doing you and your site visitors a favor by not loading
    it.
    http://www.websiteoptimization.com/services/analyze/wso.php
    --Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com
    "Aaron RH" <[email protected]> wrote in
    message
    news:[email protected]...
    > Thanks, Walt. Thanks Nancy.
    >
    > Nancy, I will take your advice and clean up my layout
    for those who wish
    to
    > increase the size of text. I don't know why folks who
    need larger text
    don't
    > either get a bigger monitor or switch to Opera. My page
    retains ALL of
    its
    > absolute positioned layout in Opera! Actually, Firefox
    (my favorite
    browser)
    > is the only one that is a COMPLETE disaster when the
    font size is
    increased.
    > That makes me sad.
    >
    > For now, though, I did change my background so that if
    the background
    image
    > does not load properly, (which it is STILL not doing) I
    will at least
    still
    > have a similar background color. I incorporated the
    pngfix.js file, also.
    I
    > am happy to say that the blue background is visible,
    but, sadly the
    background
    > image is not. Most importantly, though, the same problem
    (I believe) is
    > preventing my "get directions" links from being
    accessed.
    >
    > Walt, thanks for turning me on to the validator website.
    Awesome tool!
    It
    > taught me that some of the things that I thought were
    right, work even
    though
    > they are not actually right. I fixed all that I could.
    There are only 4
    > errors left. The website says 65, but you'll notice that
    it only sites
    lines
    > 119, 120, 121, and 184. Looking at these one at a time
    you'll see that
    119 is
    > a long hyperlink to Google Maps, 120 is to Yahoo Maps,
    and 121 is to
    Mapquest.
    > Incidentally these are the links that do not work in IE,
    but I believe
    that
    > these "errors is not actually the cause of all of my
    woes, because the
    > background and the "request appointment" fields below
    ALSO do not work
    even
    > though they are "error free." Finally, line 184 is not
    my coding, it is a
    > tracking script that Yahoo tacks onto the end of all
    files they host. I
    can't
    > control this line, and I believe it is also not the
    culprit, because the
    same
    > errors occur while I test locally. (read: Yahoo
    script-free.)
    >
    > You both have been so helpful, I can only hope that you
    might both feel
    > disposed to continue helping me shake out this problem.
    >
    > Again, many thanks.
    >

  • body background="watermark.gif" not working!!!

    hi,
    i am new to JSF.i have a code(Login)
    but when i put <body> tag with a bg image, i am not able to view that picture. Y?
    here is my code.
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
    <f:loadBundle basename="bundle.Messages" var="Message"/>
    <HTML>
    <HEAD> <title>Input Name Page</title> </HEAD>
    <body background="watermark.gif" bgproperties="fixed">
    <f:view>
        <h:form id="helloForm">
            <h:messages style="color: blue"/>
            <%@include file="head.jsp"%>
             <center>
                <h3><h:outputText value="#{Message.login_header}"/></h3>
            </center>
            <table bgcolor="orange" align="center">
            <tr>
            <td>
            <table align="center">
            <tr>
            <td>
            <table align="center">
            <tr>
            <td>
            <h:outputText value="#{Message.ask_uname}"/>
            </td>
            <td>
            <h:inputText id="userName" value="#{PersonBean.userName}" required="true">
                <f:validateLength minimum="2" maximum="10"/>
            </h:inputText>
            </td>
            <tr>
            <td>
            <h:outputText value="#{Message.ask_pword}"/>
            </td>
            <td>
            <h:inputText id="password" value="#{PersonBean.password}" required="true"/>
            </td>
            </tr>
            </table>
            </td></tr>
            <tr align="right">
            <td>
            <h:commandButton id="submit" action="sayhello" value="Say Hello" /> 
            </td>
            </tr>
            <tr>
            <td>
            Forgot Password?     <a href="http://sipl58:8080/web2/forget.jsp">Click Here to retrieve</a>
            </td>
            </tr>
            </table>
            </td>
            </tr>
            </table>
        </h:form>
    </f:view>
    </body>
    </HTML>Pls... help.
    Ganesh

    Have you tried by using the style attribute like that:
    <body style="background-image:url(watermark.gif);background-attachment : fixed;
    background-position : center;)">
    If it does not work, have you seen some errors in the log file of the applciation server?

  • Missing body begin XSL context error

    I successfully downloaded and uploaded my template to XML Publisher, but there is a "Missing body begin XSL context". I did some research on it, it seems about template validification. Is it really matter??
    My script are:
    Download
    java oracle.apps.xdo.oa.util.XDOLoader \
    DOWNLOAD \
    -DB_USERNAME XXXX\
    -DB_PASSWORD XXXX \
    -JDBC_CONNECTION XX \
    -APPS_SHORT_NAME XXAR \
    -LCT_FILE ${XDO_TOP}/patch/115/import/xdotmpl.lct \
    -LOB_TYPE TEMPLATE_SOURCE \
    -LOB_CODE XXARSR \
    -LANGUAGE en \
    Upload
    java oracle.apps.xdo.oa.util.XDOLoader \
    UPLOAD \
    -DB_USERNAME XXXX\
    -DB_PASSWORD XXXXX\
    -JDBC_CONNECTION XXXXX\
    -LOB_TYPE TEMPLATE_SOURCE \
    -APPS_SHORT_NAME XXAR \
    -LOB_CODE XXARRR \
    -FILE_CONTENT_TYPE 'application/rtf' \
    -FILE_NAME /XXXXX/XXARRR.rtf \
    -XDO_FILE_TYPE RTF \
    -LANGUAGE en \
    -TERRITORY 00
    Ouput
    Start uploading...
    Target file: XXARRR.rtf
    Creating a new record in XDO_LOBS: XXARRR.rtf
    [041812_104801907][][*ERROR*] [Line 415.109] Missing body begin XSL context for: <      ?end for-each?>
    Done creating a new record in XDO_LOBS: XXARRR.rtf

    Please see if (Report Generation Fails Due To 'Illegal closing table XSL context' And 'Missing body begin XSL context for' Errors [ID 727509.1]) helps.
    Thanks,
    Hussein

  • Body Background Not Showing in Browser

    <!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>
    <meta http-equiv="Content-Type" content="text/html;
    charset=UTF-8" />
    <title>Community United Methodist Church Web
    Site</title>
    <link href="/site_styles.css" rel="stylesheet"
    type="text/css" />
    </head>
    <body>
    <div id="header_container">
    <div id="header">
    <div id="logo">
    <div id="header_text">
    <h1>Community United Methodist Church Coeur d' Alene,
    Idaho</h1>
    </div>
    <div id="navigation">Content for
    id"navigation"GoesHere</div>
    </div>
    </div>
    </div>
    </body>
    </html>
    @charset "UTF-8";
    /* CSS Document */
    body {
    background-color: #FF3333;
    margin: 0px;
    padding: 0px;
    #header_container {
    background-color: #FF3333;
    width: 100%;
    #header {
    margin: auto;
    width: 760px;
    #logo {
    background-image: url(/images/logo.jpg);
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
    width: 760px;
    height: 143px;
    #header_text h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #FFFFFF;
    clear: left;
    float: right;
    width: 350px;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 0px;

    Right, without seeing the page as you suggested, which would
    tell us exactly
    what is causing it I was making a best guess at what the OP
    might be
    doing/seeing.
    Regards,
    Trent Pastrana
    www.fourlevel.com
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > If the OP meant that on PREVIEW (F12) the background
    color is not seen
    > *and* they do not have temp files enabled in their
    PREFERENCES settings
    > for preview in browser, then you are exactly correct.
    That would do it.
    >
    > --
    > 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
    > ==================
    >
    >
    > "T. Pastrana" <[email protected]> wrote in message
    > news:[email protected]...
    >> Could be that your stylesheet link path is relative
    to the site root
    >> rather than the document?
    >>
    >> <link href="/site_styles.css" rel="stylesheet"
    type="text/css" />
    >>
    >> Other than that we would need to see the actual page
    in its entirety.
    >>
    >> --
    >> Regards,
    >> Trent Pastrana
    >> www.fourlevel.com
    >> --------------------
    >>
    >>
    >> "Manic Mama" <[email protected]>
    wrote in message
    >> news:[email protected]...
    >>> <!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>
    >>> <meta http-equiv="Content-Type"
    content="text/html; charset=UTF-8" />
    >>> <title>Community United Methodist Church
    Web Site</title>
    >>> <link href="/site_styles.css"
    rel="stylesheet" type="text/css" />
    >>> </head>
    >>>
    >>> <body>
    >>> <div id="header_container">
    >>> <div id="header">
    >>> <div id="logo">
    >>> <div id="header_text">
    >>> <h1>Community United Methodist Church
    Coeur d' Alene, Idaho</h1>
    >>> </div>
    >>> <div id="navigation">Content for
    id"navigation"GoesHere</div>
    >>> </div>
    >>> </div>
    >>> </div>
    >>> </body>
    >>> </html>
    >>>
    >>>
    >>> @charset "UTF-8";
    >>> /* CSS Document */
    >>>
    >>> body {
    >>> background-color: #FF3333;
    >>> margin: 0px;
    >>> padding: 0px;
    >>> }
    >>> #header_container {
    >>> background-color: #FF3333;
    >>> width: 100%;
    >>> }
    >>> #header {
    >>> margin: auto;
    >>> width: 760px;
    >>> }
    >>> #logo {
    >>> background-image: url(/images/logo.jpg);
    >>> background-repeat: no-repeat;
    >>> margin: 0px;
    >>> padding: 0px;
    >>> width: 760px;
    >>> height: 143px;
    >>> }
    >>> #header_text h1 {
    >>> font-family: Arial, Helvetica, sans-serif;
    >>> font-size: 120%;
    >>> color: #FFFFFF;
    >>> clear: left;
    >>> float: right;
    >>> width: 350px;
    >>> margin-top: 40px;
    >>> margin-right: 0px;
    >>> margin-bottom: 0px;
    >>> margin-left: 0px;
    >>> padding-top: 0px;
    >>> padding-right: 5px;
    >>> padding-bottom: 0px;
    >>> padding-left: 0px;
    >>> }
    >>>
    >>>
    >>>
    >>
    >>
    >

  • CSS wierds - body background style getting over-ridden by "what?"

    Safari v4.0.4
    Up until this version I have not had to do much of any cross-browser testing with Safari (always with IE). Now I'm finding myself trying to figure out how Safari is behaving relative to FFox3.x (the standard I use for initial development)
    I have several issues that have got me confused but I'll start with this one:
    The background-color style on the body is being set on a linked style sheet.
    body {background-color: #000000;}
    but the body is not black..?
    After much hacking around, I finally found that the next style sheet (also linked) did not have any setting for the body background-color but that seem to kill the setting in the previous style sheet.. I added:
    body {background-color: #000000;}
    .. to that style sheet file and then the background worked.. I also found the an embedded style block also has the same effect. (over ridding the body background-color style) I would then added that line to the embedded style block and then it would work right.
    Examples:
    Fixed: http://dev7.esonicspider.net/facility_overview.html
    Not fixed: http://dev7.esonicspider.net/productalloverview.html
    Is this a known issue (searching did not indicate that..)
    This is a very large website and now I'm faced with adding this tag to every page.. Aaaarrrggggg..
    Is there a better way around this issue..?
    Thanks.. John..

    Found that
    @charset "UTF-8";
    in the style sheet was the main problem..

  • Webservice invokation: Missing body information

    Hi,
    i created a webservice via jdeveloper. Building and deploying worked fine, but now when i invoke the webservice via the em-console i get:
    <env:Body>
    <env:Fault>
    <faultcode>env:Client</faultcode>
    <faultstring>Missing body information</faultstring>
    </env:Fault>
    </env:Body>
    Does anybody know, how to deal with this error message?

    Hello,
    1- Can you invoke the service using a Java client (a Web Service Proxy)?
    Without any more in information such as WSDL, SOAP request, it is hard to give you a path to look. You can capture that from the Test page and/or by turning on auditing on the service.
    Regards
    Tugdual Grall

  • Why are some apps missing from 'background app refresh'?

    I noticed Runkeeper (current version) is missing from 'background app refresh'. In order to start tracking a run, it has to be enabled in BAF...but it's not there. I've rebooted and reinstalled - no dice. Any advice?

    Go to the purchased tab of the app store on your iPad and try downloading them from there. Unless these apps have been updated to only work with a newer iOS version than what you are running, you should be able to download them again.

  • PDF Export Issue - content missing (Not background freeze issue)

    Hi,
    Currently having some issues with exporting PDF's from Indesign CS5. When I export the first page (which is based off a master page) the majority of the content gets cut off - so this is images, coloured boxes and strokes and a barcode.(Top Image)
    When I cut the content from the master page and paste it onto a standard page, then it prints off ok (Bottom Image), but we can't realistically do this every single time. Its not only in one document that its happened - it has occured with several of our documents and across multiple computers.
    I have checked the forum and troubleshooting, have gone through and done the troubleshooting based on document and application level to no help. http://kb2.adobe.com/cps/499/cpsid_49998.html#main_DocumentLevel
    I've read the different posts regarding background tasks which is not the issue as it is actually exporting it and its fine.
    Have restarted the machine, double checked updates, checked whether its a damaged document (its not from what I can tell)
    Tried exporting without images (Omit OPI) with same results.
    Have checked out the transpency issue (as does contain some transparency but no results).
    So thinking it must be something to do with the master pages but I have no idea what.
    We were using an external plug in for the barcodes for CS4, that does not work for CS5 so I removed the barcode to see if that was affecting it but again no luck.
    Just to confirm we're running
    Adobe CS5 onto our computers - we've run all the the updates both for Adobe Acrobat Pro (9.4) and for all of the CS5.
    Its being run on iMac 2.4 GHz Intel Core 2 Duo, OS X 10.6.4
    Adobe CS4 has been uninstalled and deregistered so no interference there.
    Can anyone help me out here or recommend something?
    Thanks in advance.

    I've redrawn it all and placed in new images and now its starting to do weird stuff like make the images disappear as well as making part of the transparency 20% (as set by me) but then making another section of it 100%.(See below - top one is correct, bottom is incorrect). I would agree with you that it may just be an issue with the file, except its happening across multiple computers. There's not really any chance its a dud version of CS5 is there? Its all legit so no real reason why it wouldn't be.
    Override Master Pages fixes it, but this is pretty disappointing if I need to have to do this every single time as it makes the master pages on half useful.
    We do have CS3 actually and I opened it in that, exported it as a .inx but same issue with elements missing - the stroke around the outside disappeared.
    Could it be anything to do with bringing across elements from Illustrator? Although the top element is appearing fine, and the bottom transparent element is a copied item so shouldn't be an issue. And the image disappearing - there's no real reason for that.

  • Missing body of email

    I'm receiving email, but when I open the message the body of the message is missing. I have everything else to, from and subject, but there is only a blank box for the message body.

    I had this issue as well. Answers to your questions to the previous user:
    Are all E-mails blank, or just those from a certain sender or with a certain attachment type?
    Does it happen on all E-mail accounts on the phone (if you have more than one) or is it just one?
    It impacted all mail from all of my accounts - Exchange, gmail and yahoo. The body failed to display for messages that I had already read prior to the issue as well as new mail. I re-entered all of my connection details (username/password) for all accounts, but that didn't fix it.
    Does it happen when your phone is accessing 3G, 4G, or WiFi? 
    3G and WiFi both
    Are you able to read these messages if accessed via PC?
    Yes
    I was able to resolve the issue by erasing data and apps in the restore options. It takes about 15 min and requires that you re-enter all of your account connections and system preferences (apps, contacts and data are not removed from the phone). Not too big of a pain, but not something that I want to do on a regular basis.

  • Loading CSS Body background before page content?

    Hi all,
    I'm doing this homepage for a publisher:
    http://www.alma.dk/
    When testing it with sloppy (www.dallaway.com/sloppy/), I can
    see that the background image of the logo, which is the most
    important graphic, loads LAST.
    I've figured this is because the body style is set in the CSS
    file, and browser logic doesn't load CSS defined images first.
    Is there any way to make the page load the CSS defined images
    before it loads the rest of the page contents? I've got a few large
    images hidden in layers on that page that the browser attempts to
    load before displaying the background image, which is not ideal. -
    And I'd rather use CSS styling for the body, ofcourse.
    Thank you for any pointers!

    > Your stats are wrong, because in that one HTML page,
    there are 198KBs of
    > graphics. Try MouseOver on one of the book graphics,
    that'll reveal the
    > hidden
    > larger images, that are contained in Layers, with Snap
    Layers by PVII. -
    > Or try
    > the site with Sloppy.
    If you eliminated the heavy js hit of snap layers (using CSS
    instead), and
    adopted the Set Text method of writing the image source link
    to an ID
    element, you could probably cut 80% of this page's weight.
    Then you
    wouldn't have to worry about the slow load.
    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
    ==================
    "Mathias(DK)" <[email protected]> wrote in
    message
    news:[email protected]...
    > Murray!
    >
    > I came here hoping that it would be you that answered my
    call. You've been
    > a
    > tremendous help on this forum before whenever I needed
    it, and for that I
    > owe
    > you...
    >
    > > I've figured this is because the body style is set
    in the CSS file, and
    > > browser logic doesn't load CSS defined images
    first.
    >
    > >I'd be interested to know where you learned this.
    >
    > As I wrote, this is something I figured myself, since
    looking at the page
    > through Sloppy, I can see that the BG image persistently
    loads as one of
    > the
    > last graphics.
    >
    > Your stats are wrong, because in that one HTML page,
    there are 198KBs of
    > graphics. Try MouseOver on one of the book graphics,
    that'll reveal the
    > hidden
    > larger images, that are contained in Layers, with Snap
    Layers by PVII. -
    > Or try
    > the site with Sloppy.
    >
    > Counting Angels, huh? Well, I take pride in what I do,
    whatever I do, and
    > at
    > the same time I'm interested in learning. Even if I
    optimized the BG
    > graphic
    > more (GIF), it'd still load last (after 161KBs of
    graphics + HTML and
    > CSS).
    >
    > So there is the problem. And just for the record, the
    page will go dynamic
    > in
    > the future, so there wont be hidden graphic hacks on it,
    but I'm
    > interested
    > still, for future reference and for learning.
    >
    >
    >
    >
    >

  • Body background image not displaying in IE6

    I've looked at lots of questions about background image problems in IE6 but didn't see an answer to this one. I have a horizontal stripe on the page that's made of a background image in the <body> tag. The home page has a different size stripe than the subpages, so on the subpages I'm using a class style to call the background image.
    The home page body style looks like this:
    body {
        margin: 0;
        padding:0;
        text-align: center;
        background-image:url(../images/background_banner.jpg);
        background-repeat:repeat-x;
        height: 100%;
    And the subpages use this class style:
    .subpage {
        margin: 0;
        padding:0;
        text-align: center;
        background-image:url(../images/background_banner_sub.jpg);
        background-repeat:repeat-x;
        height: 100%;
    It works in all browsers except IE6, which loads the background image on the home page but not the subpages. So I suspect it's the class style it doesn't like. Is there an IE6 fix that will get it to work correctly?
    Here's the url of a subpage.
    Thanks,
    R-Co

    Well, both fixes still don't seem to work in IE6. And for some reason, the embedded style in the home page doesn't work at all. Here's the CSS for the method using different class styles for home and subpages:
    body {
        margin: 0;
        padding:0;
        text-align: center;
    .bodyhome {
        background-image:url(../images/background_banner.jpg);
        background-repeat:repeat-x;
        height: 100%;
    .subpage {
        background-image:url(../images/background_banner_sub.jpg);
        background-repeat:repeat-x;
        height: 100%;
    Here's a screen shot from Browser Lab showing what it looks like in IE6.
    Any ideas?
    Thanks again,
    R-Co

  • Missing Body from a Appointment with deactivated Cache Mode in Outlook 2013

    Hello,
    i am not shure if is this more a Bug/Configuration Problem in Outlook 2013 or do i have something to consider?
    I have a Problem with created Appointments through EWSMA when the Outlook 2013 Client has deactivated the Cache Mode.
    With activated Cache Mode the Appointment is shown up normal in Outlook 2013 Client.
    With deactivated Cache Mode the Body of the Appointment are missing.
    When i look at the Appointment through OWA the Body is there.
    This only happend to Appointments created through EWSMA.
    I use Outlook 2013 (15.0.4615.1000) MSO (15.0.4615.1000) 32 bit and Exchange Server Version 15.0 (Build 913.22) (CU5).
    Best Regards

    Maybe this bug?
    http://social.technet.microsoft.com/Forums/exchange/en-US/88e78151-088b-4a2f-9a4d-003be7323ae9/e2013ewsxmlewstool-calendar-item-body-not-visible-in-outlook?forum=exchangesvrdevelopment

  • Change HTML Body background

    Hi all,
    I am just learning how to create websites from scratch, I am currently using dreamweaver cs3 (yes very old).
    I have just created my first site, but I am getting this grey edges surrounding the actual page.
    I was wondering can I get rid of them without creating another template or page. Or, if I could change the colour that would be fantastic.
    my website address is: http://www.apkashukriya.com
    Please can someone help me.
    Many thanks
    Kish
    Message was edited by: Sudarshan Thiagarajan to change 'Post Title'

    Do you mean the 'grey' background that surrounds your actual content in the center?
    If yes, modify the following lines of code in your .html file:
    body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #666666;
    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;
    Remove the 'background' line. This assigns a background color to your entire 'body' of the document.
    If you want to change from grey to another color, change the #666666 to another hex value. #000000 gives you black, #ffffff gives you white and so on... You can open this file in DW, when you try to change the #666 value, you will be prompted with a 'color picker' dropdown that you can choose your desired color from.
    Good luck.

Maybe you are looking for