Change this in your CSS:
body {
background-color:#FFFFFF;
background-image:url(background.png);
to this:
body {
background:#80C0DE url(background.png);
Notice I changed the color to one that is similar to your great big BG image
in case images are turned off in browser or the page doesn't load them for
some reason.
Google for the pngfix.
js as pre-IE7 browsers don't handle alpha transparency
on png images. The pngfix script works on images but not BG images. Last
but not least, you need to test your page with increased text size. It's a
bit of a mess.
--Nancy O.
Alt-Web Design & Publishing
www.alt-web.com
"Aaron RH" <webforumsuser@macromedia.com> wrote in message
news:g4b7oq$665$1@forums.macromedia.com...
> 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 ! 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!
>