I added a background image to my site, and it is not appearing unless I resize the window. The site is set up to work with IE 5.0 and later, and this happens with IE 5.5.
I reference the .CSS file here...
<HEAD>
<LINK REL="stylesheet" TYPE="text/css" HREF="Welcome.CSS">
</HEAD>
Here's the code in Welcome.css:
BODY
{
BACKGROUND-IMAGE: url(images/Welcome.jpg);
background-repeat : no-repeat;
background-position : 0% 0%;
background-color : White;
BORDER-BOTTOM: #c2d3dc groove;
BORDER-LEFT: #c2d3dc groove;
BORDER-RIGHT: #c2d3dc groove;
BORDER-TOP: #c2d3dc groove;
FONT-FAMILY: Arial, HELVITICA, 'Trebuchet MS';
LIST-STYLE: url(images/DBullets.jpg);
MARGIN: 10px 0px;
}
One more item. I said I had to resize the window to get the graphic to appear. I can also get it to appear if I cover the browser with another window. If I cover the browser with a small window I get the appearance of a paintbrush, where the graphic appears underneath wherever I move the small window. It seems to be a problem with IE. I tried it with Netscape and had another user with Mozilla (Linux box) access the page and the graphic displays fine.
I also changed the line
BACKGROUND-IMAGE: url(images/Welcome.jpg);
to
BACKGROUND-IMAGE: url(
);
and the graphic still does not show.
This seems very weird.
John
I reference the .CSS file here...
<HEAD>
<LINK REL="stylesheet" TYPE="text/css" HREF="Welcome.CSS">
</HEAD>
Here's the code in Welcome.css:
BODY
{
BACKGROUND-IMAGE: url(images/Welcome.jpg);
background-repeat : no-repeat;
background-position : 0% 0%;
background-color : White;
BORDER-BOTTOM: #c2d3dc groove;
BORDER-LEFT: #c2d3dc groove;
BORDER-RIGHT: #c2d3dc groove;
BORDER-TOP: #c2d3dc groove;
FONT-FAMILY: Arial, HELVITICA, 'Trebuchet MS';
LIST-STYLE: url(images/DBullets.jpg);
MARGIN: 10px 0px;
}
One more item. I said I had to resize the window to get the graphic to appear. I can also get it to appear if I cover the browser with another window. If I cover the browser with a small window I get the appearance of a paintbrush, where the graphic appears underneath wherever I move the small window. It seems to be a problem with IE. I tried it with Netscape and had another user with Mozilla (Linux box) access the page and the graphic displays fine.
I also changed the line
BACKGROUND-IMAGE: url(images/Welcome.jpg);
to
BACKGROUND-IMAGE: url(
Code:
[URL unfurl="true"]http://myserver.com/mypage/images/Welcome.jpg[/URL]
and the graphic still does not show.
This seems very weird.
John