seafordcrownfc
06-10-2005, 09:16 AM
.... specified in the css file.
Here's the code from the index file which contains the inline frame
<p id="content"><iframe src="march2005.htm" width="650" height="300"></iframe></p>
and here's the html and css for the acutal frame file
<body class="other">
<p>NEWS MARCH 2005</p>
</body>
body.other
{
background-image: url(/pictures/background.jpg);
background-position: center center;
background-attachment: fixed
}
When I view the file on its own it works fine (the background that is) but unfortunately as soon as I put it into the inline frame it just doesn't show the background or the css formatting
EDIT: no wait, not even the march2005.htm is showing the background now.
Here's the code from the index file which contains the inline frame
<p id="content"><iframe src="march2005.htm" width="650" height="300"></iframe></p>
and here's the html and css for the acutal frame file
<body class="other">
<p>NEWS MARCH 2005</p>
</body>
body.other
{
background-image: url(/pictures/background.jpg);
background-position: center center;
background-attachment: fixed
}
When I view the file on its own it works fine (the background that is) but unfortunately as soon as I put it into the inline frame it just doesn't show the background or the css formatting
EDIT: no wait, not even the march2005.htm is showing the background now.